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
91a5cdd2
Commit
91a5cdd2
authored
5 years ago
by
cedrick
Browse files
Options
Downloads
Patches
Plain Diff
add default outputPath
parent
64d7837d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
bcftools.wdl
+1
-1
1 addition, 1 deletion
bcftools.wdl
clever.wdl
+2
-2
2 additions, 2 deletions
clever.wdl
delly.wdl
+1
-1
1 addition, 1 deletion
delly.wdl
manta.wdl
+1
-1
1 addition, 1 deletion
manta.wdl
picard.wdl
+1
-2
1 addition, 2 deletions
picard.wdl
survivor.wdl
+1
-1
1 addition, 1 deletion
survivor.wdl
with
7 additions
and
8 deletions
bcftools.wdl
+
1
−
1
View file @
91a5cdd2
...
...
@@ -25,7 +25,7 @@ version 1.0
task Bcf2Vcf {
input {
File bcf
String outputPath
String outputPath
= "./bcftools/SV.vcf"
String dockerImage = "quay.io/biocontainers/bcftools:1.9--ha228f0b_3"
}
...
...
This diff is collapsed.
Click to expand it.
clever.wdl
+
2
−
2
View file @
91a5cdd2
...
...
@@ -30,7 +30,7 @@ task Mateclever {
File indexedFiteredBam
BwaIndex bwaIndex
File predictions
String outputPath
String outputPath
= "./clever"
Int cleverMaxDelLength = 100000
Int maxLengthDiff= 30
Int maxOffset = 150
...
...
@@ -84,7 +84,7 @@ task Prediction {
File bamFile
File bamIndex
BwaIndex bwaIndex
String outputPath
String outputPath
= "./clever"
Int threads = 10
String memory = "15G"
...
...
This diff is collapsed.
Click to expand it.
delly.wdl
+
1
−
1
View file @
91a5cdd2
...
...
@@ -28,7 +28,7 @@ task CallSV {
File bamIndex
File referenceFasta
File referenceFastaFai
String outputPath
String outputPath
= "./delly/delly.vcf"
String memory = "15G"
String dockerImage = "quay.io/biocontainers/delly:0.8.1--h4037b6b_1"
...
...
This diff is collapsed.
Click to expand it.
manta.wdl
+
1
−
1
View file @
91a5cdd2
...
...
@@ -26,7 +26,7 @@ task Germline {
File bamIndex
File referenceFasta
File referenceFastaFai
String runDir
String runDir
= "./manta_run"
File? callRegions
File? callRegionsIndex
Boolean exome = false
...
...
This diff is collapsed.
Click to expand it.
picard.wdl
+
1
−
2
View file @
91a5cdd2
...
...
@@ -642,9 +642,8 @@ task SortVcf {
task RenameSample {
input {
File inputVcf
String outputPath
String outputPath
= "./picard/renamed.vcf"
String newSampleName
String memory = "24G"
String javaXmx = "8G"
String dockerImage = "quay.io/biocontainers/picard:2.19.0--0"
...
...
This diff is collapsed.
Click to expand it.
survivor.wdl
+
1
−
1
View file @
91a5cdd2
...
...
@@ -31,7 +31,7 @@ task Merge {
Int strandType = 1
Int distanceBySvSize = 0
Int minSize = 30
String outputPath
String outputPath
= "./survivor/merged.vcf"
String memory = "24G"
String dockerImage = "quay.io/biocontainers/survivor:1.0.6--h6bb024c_0"
}
...
...
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