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

debugged tasks

parent 4b8cd7a8
No related branches found
No related tags found
2 merge requests!9Changes for virus assembly pipeline,!10Extra tasks required for assembly.
task sample {
File sequenceFile
File? outFilePath = "subsampledReads"
String? outFilePath = "subsampledReads"
String? preCommand
Int? seed
Boolean? twoPassMode
......
......@@ -40,7 +40,6 @@ task spades {
${true="--plasmid" false="" plasmid} \
${true="--iontorrent" false="" ionTorrent} \
${"--12 " + interlacedReads }
${"--threads " + threads } \
${"-1 " + read1 } \
${"-2 " + read2 } \
${"-s " + singleRead } \
......
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