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

fix conda command SampleConfig

parent c38620cd
No related branches found
No related tags found
1 merge request!20fix conda command SampleConfig
......@@ -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