Skip to content
Snippets Groups Projects
Commit cf652ee3 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

hisat2.wdl

parent e1806e2e
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ task Hisat2 {
--rg 'LB:~{library}' \
--rg 'PL:~{platform}' \
~{true="--dta" false="" downstreamTranscriptomeAssembly} \
--summary-file ~{summaryFilePath} \
--new-summary ~{summaryFilePath} \
| samtools sort > ~{outputBam}
samtools index ~{outputBam} ~{bamIndexPath}
}
......
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