Skip to content
Snippets Groups Projects
Commit 06ab2158 authored by ffinfo's avatar ffinfo
Browse files

Fixing comments

parent 94e47343
No related branches found
No related tags found
1 merge request!48Added Cromwell array tool
......@@ -256,13 +256,13 @@ task SampleConfigCromwellArrays {
}
String toolCommand = if defined(toolJar)
then "java -Xmx" + memory + "G -jar " +toolJar
then "java -Xmx" + memory + "G -jar " + toolJar
else "biopet-sampleconfig -Xmx" + memory + "G"
command {
set -e -o pipefail
~{preCommand}
mkdir -p . ~{"$(dirname " + outputPath + ")"}
mkdir -p $(dirname ~{outputPath})
~{toolCommand} CromwellArrays \
-i ~{sep="-i " inputFiles} \
~{"-o " + outputPath}
......
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