Skip to content
Snippets Groups Projects
Commit 58300734 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added conda env

parent d8fd7569
No related branches found
No related tags found
1 merge request!19Switched executable
......@@ -121,7 +121,6 @@ task FastqSync {
task SampleConfig {
String? preCommand
String tool_jar
Array[File]+ inputFiles
String keyFilePath
String? sample
......@@ -138,7 +137,7 @@ task SampleConfig {
set -e -o pipefail
${preCommand}
mkdir -p . ${"$(dirname " + jsonOutputPath + ")"} ${"$(dirname " + tsvOutputPath + ")"}
java -Xmx${mem}G -jar ${tool_jar} \
biopet-sampleconfig -Xmx${mem}G \
-i ${sep="-i " inputFiles} \
${"--sample " + sample} \
${"--library " + library} \
......
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