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

R locale workaround

parent be39814e
No related branches found
No related tags found
1 merge request!99Add copy
......@@ -17,6 +17,8 @@ task MergeCounts {
set -e
mkdir -p ~{sub(outputFile, basename(outputFile) + "$", "")}
R --no-save <<CODE
Sys.setlocale("LC_ALL","English") #FIXME this should be set in the docker image instead
library(dplyr)
library(reshape2)
library(refGenome)
......
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