Skip to content
Snippets Groups Projects
Unverified Commit 46f495de authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #79 from biowdl/fix-fr-option-stringtie

Update stringtie.wdl
parents 5e78f75b 439915b2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ task Stringtie {
~{"-p " + threads} \
~{"-G " + referenceGtf} \
~{true="--rf" false="" firstStranded} \
~{true="fr" false="" secondStranded} \
~{true="--fr" false="" secondStranded} \
-o ~{assembledTranscriptsFile} \
~{"-A " + geneAbundanceFile} \
~{bamFile.file}
......@@ -36,4 +36,4 @@ task Stringtie {
runtime {
cpu: threads
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment