Skip to content
Snippets Groups Projects
Commit f5729505 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed if

parent 4cefb9aa
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ task FastqSplitter {
java -jar ${tool_jar} -I ${inputFastq} -o ${sep=' -o ' chunks}
else
ln -sf ${inputFastq} ${outputPath}/chunk_0/${basename(inputFastq)}
fi
}
output {
......
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