Skip to content
Snippets Groups Projects
Commit 7d1f9c92 authored by Cats's avatar Cats
Browse files

upgrade gridss to 2.12.2

parent 0a1995df
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ task AnnotateInsertedSequence { ...@@ -34,7 +34,7 @@ task AnnotateInsertedSequence {
Int threads = 8 Int threads = 8
String javaXmx = "8G" String javaXmx = "8G"
String memory = "9G" String memory = "9G"
String dockerImage = "quay.io/biocontainers/gridss:2.11.1--hdfd78af_1" String dockerImage = "quay.io/biocontainers/gridss:2.12.2--h270b39a_0"
Int timeMinutes = 120 Int timeMinutes = 120
} }
...@@ -96,7 +96,7 @@ task GRIDSS { ...@@ -96,7 +96,7 @@ task GRIDSS {
Int jvmHeapSizeGb = 64 Int jvmHeapSizeGb = 64
Int threads = 8 Int threads = 8
Int timeMinutes = ceil(4320 / threads) + 10 Int timeMinutes = ceil(4320 / threads) + 10
String dockerImage = "quay.io/biocontainers/gridss:2.11.1--hdfd78af_1" String dockerImage = "quay.io/biocontainers/gridss:2.12.2--h270b39a_0"
} }
command { command {
...@@ -165,14 +165,14 @@ task GridssAnnotateVcfRepeatmasker { ...@@ -165,14 +165,14 @@ task GridssAnnotateVcfRepeatmasker {
String memory = "25G" String memory = "25G"
Int threads = 8 Int threads = 8
String dockerImage = "quay.io/biocontainers/gridss:2.11.1--hdfd78af_1" String dockerImage = "quay.io/biocontainers/gridss:2.12.2--h270b39a_0"
Int timeMinutes = 1440 Int timeMinutes = 1440
} }
command { command {
gridss_annotate_vcf_repeatmasker \ gridss_annotate_vcf_repeatmasker \
--output ~{outputPath} \ --output ~{outputPath} \
--jar /usr/local/share/gridss-2.12.0-1/gridss.jar \ --jar /usr/local/share/gridss-2.12.2-0/gridss.jar \
-w . \ -w . \
-t ~{threads} \ -t ~{threads} \
~{gridssVcf} ~{gridssVcf}
...@@ -213,7 +213,7 @@ task Virusbreakend { ...@@ -213,7 +213,7 @@ task Virusbreakend {
String memory = "75G" String memory = "75G"
Int threads = 8 Int threads = 8
String dockerImage = "quay.io/biocontainers/gridss:2.11.1--hdfd78af_1" String dockerImage = "quay.io/biocontainers/gridss:2.12.2--h270b39a_0"
Int timeMinutes = 180 Int timeMinutes = 180
} }
...@@ -226,7 +226,7 @@ task Virusbreakend { ...@@ -226,7 +226,7 @@ task Virusbreakend {
--workingdir . \ --workingdir . \
--reference ~{referenceFasta} \ --reference ~{referenceFasta} \
--db virusbreakenddb \ --db virusbreakenddb \
--jar /usr/local/share/gridss-2.12.0-1/gridss.jar \ --jar /usr/local/share/gridss-2.12.2-0/gridss.jar \
-t ~{threads} \ -t ~{threads} \
~{bam} ~{bam}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment