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
2050f3fe
Commit
2050f3fe
authored
5 years ago
by
cedrick
Browse files
Options
Downloads
Patches
Plain Diff
update parameters meta
parent
002fe47d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
clever.wdl
+4
-0
4 additions, 0 deletions
clever.wdl
delly.wdl
+1
-0
1 addition, 0 deletions
delly.wdl
manta.wdl
+2
-0
2 additions, 0 deletions
manta.wdl
picard.wdl
+2
-0
2 additions, 0 deletions
picard.wdl
survivor.wdl
+7
-0
7 additions, 0 deletions
survivor.wdl
with
16 additions
and
0 deletions
clever.wdl
+
4
−
0
View file @
2050f3fe
...
...
@@ -41,6 +41,8 @@ task Prediction {
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"}
bwaIndex: {description: "The BWA index files.", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
threads: {description: "The the number of threads required to run a program", category: "common"}
}
}
...
...
@@ -94,5 +96,7 @@ task Mateclever {
category: "advanced"}
bwaIndex: {description: "The BWA index files.", category: "required"}
predictions: {description: "The predicted deletions (VCF) from clever.", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
threads: {description: "The the number of threads required to run a program", category: "common"}
}
}
This diff is collapsed.
Click to expand it.
delly.wdl
+
1
−
0
View file @
2050f3fe
...
...
@@ -39,5 +39,6 @@ task CallSV {
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
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 memory required to run the programs", category: "common"}
}
}
This diff is collapsed.
Click to expand it.
manta.wdl
+
2
−
0
View file @
2050f3fe
...
...
@@ -128,6 +128,8 @@ task Germline {
callRegions: {description: "The bed file which indicates the regions to operate on.", category: "common"}
callRegionsIndex: {description: "The index of the bed file which indicates the regions to operate on.", category: "common"}
exome: {description: "Whether or not the data is from exome sequencing.", category: "common"}
memoryGb: {description: "The memory required to run the manta", category: "common"}
cores: {description: "The the number of cores required to run a program", category: "common"}
}
}
This diff is collapsed.
Click to expand it.
picard.wdl
+
2
−
0
View file @
2050f3fe
...
...
@@ -647,6 +647,8 @@ task RenameSample {
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
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"}
javaXmx: {description: "The max. memory allocated for JAVA", category: "common"}
memory: {description: "The memory required to run the programs", category: "common"}
}
}
This diff is collapsed.
Click to expand it.
survivor.wdl
+
7
−
0
View file @
2050f3fe
...
...
@@ -47,5 +47,12 @@ task Merge {
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
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"}
minSize: {description: "The mimimum size of SV to be merged", category: "required"}
distanceBySvSize: {description: "A boolean to predict the pairwise distance between the SVs based on their size", category: "required"}
strandType: {description: "A boolean to include strand type of an SV to be merged", category: "required"}
svType: {description: "A boolean to include the type SV to be merged", category: "required"}
suppVecs: {description: "The minimum number of SV callers to support the merging", category: "required"}
breakpointDistance: {description: "The distance between pairwise breakpoints between SVs", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
}
}
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