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

fix SamToFastq

parent 3cb3a224
No related branches found
No related tags found
1 merge request!11Changes needed for the iterative assembly pipeline
......@@ -169,6 +169,7 @@ task SamToFastq {
java \
-Xmx${mem}G \
-jar ${picard_jar} \
SamToFastq \
I=${inputBam} \
${"FASTQ=" + outputRead1} \
${"SECOND_END_FASTQ=" + outputRead2} \
......
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