Skip to content

Commit 6cbf553

Browse files
saramonzonSPPearce
authored andcommitted
Update bcftools (nf-core#8182)
* updated bcftools annotate to latest version * updated bcftools call to latest version * updated bcftools concat to latest version * updated bcftools consensus to latest version * updated bcftools convert to latest version * updated bcftools csq to latest version * updated bcftools filter to latest version * updated bcftools index to latest version * updated bcftools isec to latest version * updated bcftools merge to latest version * updated bcftools mpileup to latest version * updated bcftools norm to latest version * updated bcftools pluginimputeinfo to latest version * updated bcftools pluginscatter to latest version * updated bcftools pluginsplit to latest version * updated bcftools plugintag2tag to latest version * updated bcftools query latest version * updated reheader query latest version * updated roh query latest version * updated sort query latest version * updated split query latest version * updated stats query latest version * updated bcftools view latest version * updated snapshot for bam_ngscheck mate after bcftools update * added required tags to pass linting * fixed bam_ngscheckmate to pass linting * Fix bam_ngscheckmate --------- Co-authored-by: Simon Pearce <[email protected]>
1 parent 1fcf7eb commit 6cbf553

72 files changed

Lines changed: 1019 additions & 1124 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/nf-core/bcftools/annotate/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::bcftools=1.20
7+
- bioconda::bcftools=1.21

modules/nf-core/bcftools/annotate/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process BCFTOOLS_ANNOTATE {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/bcftools:1.20--h8b25389_0':
8-
'biocontainers/bcftools:1.20--h8b25389_0' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/5a/5acacb55c52bec97c61fd34ffa8721fce82ce823005793592e2a80bf71632cd0/data':
8+
'community.wave.seqera.io/library/bcftools:1.21--4335bec1d7b44d11' }"
99

1010
input:
1111
tuple val(meta), path(input), path(index), path(annotations), path(annotations_index)

0 commit comments

Comments
 (0)