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
3c3252d0
Commit
3c3252d0
authored
5 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
7d99177c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gatk.wdl
+14
-14
14 additions, 14 deletions
gatk.wdl
with
14 additions
and
14 deletions
gatk.wdl
+
14
−
14
View file @
3c3252d0
...
...
@@ -34,7 +34,7 @@ task AnnotateIntervals {
String memory = "10G"
String javaXmx = "2G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -258,7 +258,7 @@ task CallCopyRatioSegments {
String memory = "21G"
String javaXmx = "6G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -302,7 +302,7 @@ task CollectAllelicCounts {
File referenceFastaFai
String memory = "90G"
String javaXmx = "30G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -354,7 +354,7 @@ task CollectReadCounts {
String memory = "35G"
String javaXmx = "7G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -465,7 +465,7 @@ task CombineVariants {
String memory = "24G"
String javaXmx = "12G"
String dockerImage = "
broadinstitute/gatk3:3.8-1
"
String dockerImage = "
quay.io/biocontainers/gatk4:4.1.0.0--0
"
}
command <<<
...
...
@@ -529,7 +529,7 @@ task CreateReadCountPanelOfNormals {
String memory = "21G"
String javaXmx = "7G"
String dockerImage = "broadinstitute/gatk:4.1.4.0"
String dockerImage = "broadinstitute/gatk:4.1.4.0"
# The biocontainer causes a spark related error for some reason...
}
command {
...
...
@@ -573,7 +573,7 @@ task DenoiseReadCounts {
String memory = "39G"
String javaXmx = "13G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -944,7 +944,7 @@ task MergeStats {
String memory = "28G"
String javaXmx = "14G"
String dockerImage = "quay.io/biocontainers/gatk4:4.1.
2
.0--
1
"
String dockerImage = "quay.io/biocontainers/gatk4:4.1.
0
.0--
0
"
}
command {
...
...
@@ -988,7 +988,7 @@ task ModelSegments {
String memory = "64G"
String javaXmx = "10G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -1061,7 +1061,7 @@ task MuTect2 {
String memory = "16G"
String javaXmx = "4G"
String dockerImage = "quay.io/biocontainers/gatk4:4.1.
2
.0--
1
"
String dockerImage = "quay.io/biocontainers/gatk4:4.1.
0
.0--
0
"
}
command {
...
...
@@ -1126,13 +1126,13 @@ task PlotDenoisedCopyRatios {
String memory = "21G"
String javaXmx = "7G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
set -e
mkdir -p ~{outputDir}
gatk --java-options -Xm
X
~{javaXmx} \
gatk --java-options -Xm
x
~{javaXmx} \
PlotDenoisedCopyRatios \
--standardized-copy-ratios ~{standardizedCopyRatios} \
--denoised-copy-ratios ~{denoisedCopyRatios} \
...
...
@@ -1180,7 +1180,7 @@ task PlotModeledSegments {
String memory = "21G"
String javaXmx = "7G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
@@ -1233,7 +1233,7 @@ task PreprocessIntervals {
String memory = "10G"
String javaXmx = "2G"
String dockerImage = "
broadinstitute
/gatk:4.1.
4.
0"
String dockerImage = "
quay.io/biocontainers
/gatk
4
:4.1.
0.0--
0"
}
command {
...
...
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