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

remove --slave from mergecounts

parent 08c1fa55
No related branches found
No related tags found
1 merge request!15Biowdl 25
......@@ -12,7 +12,7 @@ task MergeCounts {
set -e -o pipefail
mkdir -p ${sub(outputFile, basename(outputFile) + "$", "")}
${preCommand}
R --no-save --slave <<CODE
R --no-save <<CODE
library(dplyr)
library(reshape2)
......
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