Skip to content
Snippets Groups Projects
Commit 7f479de3 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

typo and more comments

parent 02bce364
No related branches found
No related tags found
1 merge request!72Add CPAT
......@@ -9,12 +9,13 @@ task CPAT {
String logitModel
File? referenceGenome
File? referenceGenomeIndex # Should be added as input if
# CPAT should not index ther reference genome.
# CPAT should not index the reference genome.
Array[String]? startCodons
Array[String]? stopCodons
}
# Some WDL magic in the command section to properly output the start and stopcodons to the command.
# select_first is needed in order to convert the optional arrays to non-optionals.
command {
set -e -o pipefail
mkdir -p $(dirname ~{outFilePath})
......
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