Skip to content

Commit

Permalink
Update biocontainers/agat Docker tag to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 9a1e8bb commit ff20f32
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/agat/convertspgff2gtf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_CONVERTSPGFF2GTF {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0' :
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/convertspgff2tsv/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_CONVERTSPGFF2TSV {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0' :
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/convertspgxf2gxf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_CONVERTSPGXF2GXF {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0' :
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gxf)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/spaddintrons/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_SPADDINTRONS {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0':
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/spfilterfeaturefromkilllist/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_SPFILTERFEATUREFROMKILLLIST {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0':
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/spmergeannotations/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_SPMERGEANNOTATIONS {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0':
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gffs)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/spstatistics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_SPSTATISTICS {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0' :
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/agat/sqstatbasic/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGAT_SQSTATBASIC {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:1.4.0--pl5321hdfd78af_0' :
'biocontainers/agat:1.4.0--pl5321hdfd78af_0' }"
'biocontainers/agat:1.4.1--pl5321hdfd78af_0' }"

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

0 comments on commit ff20f32

Please sign in to comment.