Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
biowdl
tasks
Commits
adee85e2
Commit
adee85e2
authored
Jun 14, 2021
by
Boom
Browse files
Fix array.
parent
adad218b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bam2fastx.wdl
View file @
adee85e2
...
...
@@ -111,7 +111,7 @@ task Bam2Fastq {
-c ~{compressionLevel} \
~{true="--split-barcodes" false="" splitByBarcode} \
~{"--seqid-prefix " + seqIdPrefix} \
~{bam}
~{
sep=" "
bam}
}
output {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment