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

Remove unnecasary plus sign.


Co-Authored-By: default avatarDavyCats <davycats.dc@gmail.com>
parent b5b428f9
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 + talonConfigFile.csv
--f 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