Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biowdl
tasks
Commits
7f479de3
Commit
7f479de3
authored
6 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
typo and more comments
parent
02bce364
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!72
Add CPAT
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CPAT.wdl
+2
-1
2 additions, 1 deletion
CPAT.wdl
with
2 additions
and
1 deletion
CPAT.wdl
+
2
−
1
View file @
7f479de3
...
...
@@ -9,12 +9,13 @@ task CPAT {
String logitModel
File? referenceGenome
File? referenceGenomeIndex # Should be added as input if
# CPAT should not index the
r
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})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment