Skip to content

Commit

Permalink
build: Use google deepvariant
Browse files Browse the repository at this point in the history
Choosing to do this so they get automatically bumped by renovate in the future.
  • Loading branch information
edmundmiller authored and fellen31 committed Jan 8, 2025
1 parent b0ea7fc commit 5c0366f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/callvariants/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process DEEPVARIANT_CALLVARIANTS {
label 'process_high'

//Conda is not supported at the moment
container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(make_examples_tfrecords)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ process DEEPVARIANT {
tag "$meta.id"
label 'process_high'

container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(input), path(index), path(intervals)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/makeexamples/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process DEEPVARIANT_MAKEEXAMPLES {
label 'process_high'

//Conda is not supported at the moment
container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(input), path(index), path(intervals)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/postprocessvariants/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process DEEPVARIANT_POSTPROCESSVARIANTS {
label 'process_medium'

//Conda is not supported at the moment
container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(variant_calls_tfrecord_files), path(gvcf_tfrecords)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/rundeepvariant/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process DEEPVARIANT_RUNDEEPVARIANT {
// https://github.com/bioconda/bioconda-recipes/pull/45214#issuecomment-1890937836
// BUG https://github.com/nf-core/modules/issues/1754
// BUG https://github.com/bioconda/bioconda-recipes/issues/30310
container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(input), path(index), path(intervals)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/deepvariant/vcfstatsreport/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process DEEPVARIANT_VCFSTATSREPORT {
// https://github.com/bioconda/bioconda-recipes/pull/45214#issuecomment-1890937836
// BUG https://github.com/nf-core/modules/issues/1754
// BUG https://github.com/bioconda/bioconda-recipes/issues/30310
container "nf-core/deepvariant:1.8.0"
container "docker.io/google/deepvariant:1.8.0"

input:
tuple val(meta), path(vcf)
Expand Down

0 comments on commit 5c0366f

Please sign in to comment.