Skip to content
Snippets Groups Projects
Unverified Commit 41930847 authored by Jasper Boom's avatar Jasper Boom Committed by GitHub
Browse files

Add backslash.

parent b4567cd0
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ task Talon {
echo ${configFileLine} >> ~{outputPrefix}/talonConfigFile.csv
done
talon \
~{"--f " + outputPrefix + "/talonConfigFile.csv"}
~{"--f " + outputPrefix + "/talonConfigFile.csv"} \
~{"--db " + databaseFile} \
~{"--build " + genomeBuild} \
~{"--threads " + cores} \
......
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