Skip to content
Snippets Groups Projects
Commit 67fed40a authored by Cats's avatar Cats
Browse files

fix SamplConfig dirname

parent 93240a92
No related branches found
No related tags found
1 merge request!8Run time settings and additional adjustments
...@@ -61,7 +61,7 @@ task SampleConfig { ...@@ -61,7 +61,7 @@ task SampleConfig {
command { command {
set -e -o pipefail set -e -o pipefail
${preCommand} ${preCommand}
mkdir -p . $(dirname ${jsonOutputPath}) $(dirname ${tsvOutputPath}) mkdir -p . ${"$(dirname " + jsonOutputPath + ")"} ${"$(dirname " + tsvOutputPath + ")"}
java -jar ${tool_jar} \ java -jar ${tool_jar} \
-i ${sep="-i " inputFiles} \ -i ${sep="-i " inputFiles} \
${"--sample " + sample} \ ${"--sample " + sample} \
......
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