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

repair hisat2

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