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
bb689668
Commit
bb689668
authored
5 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
address review comments
parent
8e1438b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gatk.wdl
+2
-2
2 additions, 2 deletions
gatk.wdl
rtg.wdl
+1
-1
1 addition, 1 deletion
rtg.wdl
with
3 additions
and
3 deletions
gatk.wdl
+
2
−
2
View file @
bb689668
...
...
@@ -1393,8 +1393,8 @@ task SelectVariants {
category: "required"}
referenceFastaFai: {description: "The index for the reference fasta file.", category: "required"}
selectTypeToInclude: {description: "Select only a certain type of variants from the input file", category: "common"}
outputPath: {description: "The location the output VCF file should be written.", category: "
requir
ed"}
intervals: {description: "Bed files or interval lists describing the regions to operate on.", category: "
advanced
"}
outputPath: {description: "The location the output VCF file should be written.", category: "
advanc
ed"}
intervals: {description: "Bed files or interval lists describing the regions to operate on.", category: "
common
"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
javaXmx: {description: "The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.",
...
...
This diff is collapsed.
Click to expand it.
rtg.wdl
+
1
−
1
View file @
bb689668
...
...
@@ -51,7 +51,7 @@ task Format {
format: {description: "Format of input. Allowed values are [fasta, fastq, fastq-interleaved, sam-se, sam-pe] (Default is fasta)",
category: "advanced"}
outputPath: {description: "Where the output should be placed.", category: "advanced"}
inputFiles: {description: "input sequence files. May be specified 1 or more times."}
inputFiles: {description: "input sequence files. May be specified 1 or more times."
, category: "required"
}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
...
...
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