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

fix mergeCounts

parent 67342e03
No related branches found
No related tags found
1 merge request!15Biowdl 25
...@@ -9,6 +9,7 @@ task MergeCounts { ...@@ -9,6 +9,7 @@ task MergeCounts {
# Based on a script by Szymon Kielbasa/Ioannis Moustakas # Based on a script by Szymon Kielbasa/Ioannis Moustakas
command <<< command <<<
set -e -o pipefail set -e -o pipefail
mkdir -p ${sub(outputFile, basename(outputFile) + "$", "")}
${preCommand} ${preCommand}
R --no-save --slave <<CODE > ${outputFile} R --no-save --slave <<CODE > ${outputFile}
library(dplyr) library(dplyr)
......
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