diff --git a/biopet.wdl b/biopet.wdl
index b3234e4d16543afcbdc8bce39616010ce5463fde..1055960492d133aa9e85842fc18b18b255ce7e0e 100644
--- a/biopet.wdl
+++ b/biopet.wdl
@@ -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