Skip to content
Snippets Groups Projects
Commit 86f47320 authored by JB's avatar JB
Browse files

Add config file to output for debug purposes.

parent a94344d9
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 ~{outputPrefix}/talonConfigFile.csv
~{"--db " + databaseFile} \
~{"--build " + genomeBuild} \
~{"--threads " + cores} \
......@@ -483,6 +483,7 @@ task Talon {
File outputUpdatedDatabase = databaseFile
File outputLog = outputPrefix + "/run_QC.log"
File outputAnnot = outputPrefix + "/run_talon_read_annot.tsv"
File outputConfigFile = outputPrefix + "/talonConfigFile.csv"
}
runtime {
......
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