Skip to content
Snippets Groups Projects
Commit 664325fc authored by Cats's avatar Cats
Browse files

fix missing backslashes

parent 7a693a69
Branches BIOWDL-450
No related tags found
No related merge requests found
......@@ -247,8 +247,8 @@ task CuppaChart {
set -e
mkdir -p ~{outputDir}
cuppa-chart \
-sample ~{sampleName}
-sample_data ~{cupData}
-sample ~{sampleName} \
-sample_data ~{cupData} \
-output_dir ~{outputDir}
}
......
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