Skip to content
Snippets Groups Projects
Commit 0a530446 authored by ffinfo's avatar ffinfo
Browse files

Fixing syntax

parent 6acda157
No related branches found
No related tags found
1 merge request!54Added alt post script
...@@ -20,8 +20,8 @@ task Mem { ...@@ -20,8 +20,8 @@ task Mem {
then "java -Xmx" + picardMemory + "G -jar " + picardJar then "java -Xmx" + picardMemory + "G -jar " + picardJar
else "picard -Xmx" + picardMemory + "G" else "picard -Xmx" + picardMemory + "G"
String altCommand = if (defined(bwaIndex.altIndex)) then "| bwa-postalt " + bwaIndex.altIndex+ " | \ String altCommand = if (defined(bwaIndex.altIndex)) then "| bwa-postalt " + bwaIndex.altIndex+ " | " +
" + picardCommand + " SetNmAndUqTags \ picardCommand + " SetNmAndUqTags \
INPUT=/dev/stdin OUTPUT=" + outputPath + " \ INPUT=/dev/stdin OUTPUT=" + outputPath + " \
CREATE_INDEX=true R=" + bwaIndex.fasta else "" CREATE_INDEX=true R=" + bwaIndex.fasta else ""
......
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