Skip to content
Snippets Groups Projects
Unverified Commit ad685f61 authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #20 from biowdl/BIOWDL-25

fix conda command SampleConfig
parents c38620cd eddcbfff
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ task SampleConfig {
String toolCommand = if defined(toolJar)
then "java -Xmx" + mem + "G -jar " +toolJar
else "biopet-extractadaptersfastqc -Xmx" + mem + "G"
else "biopet-sampleconfig -Xmx" + mem + "G"
command {
set -e -o pipefail
......
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