Skip to content

Commit

Permalink
bump AGAT version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPippel committed Jan 10, 2024
1 parent da60314 commit 5a7da8d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions modules/local/agat/extractsequences.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_EXTRACTSEQUENCES {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path (gff)
Expand All @@ -22,7 +22,7 @@ process AGAT_EXTRACTSEQUENCES {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_extract_sequences.pl \\
$args \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/filterbyattribute.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_FILTERBYATTRIBUTE {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(mrna_gff)
Expand All @@ -21,7 +21,7 @@ process AGAT_FILTERBYATTRIBUTE {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${mrna_gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_filter_feature_by_attribute_value.pl \\
--gff ${mrna_gff} \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/filterbylocusdistance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_FILTERBYLOCUSDISTANCE {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path (coding_gene_features_gff)
Expand All @@ -21,7 +21,7 @@ process AGAT_FILTERBYLOCUSDISTANCE {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${coding_gene_features_gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_filter_by_locus_distance.pl \\
$args \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/filterbymrnablastvalue.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_FILTERBYMRNABLASTVALUE {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand All @@ -22,7 +22,7 @@ process AGAT_FILTERBYMRNABLASTVALUE {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_filter_by_mrnaBlastValue.pl \\
--gff $gff \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/filterincompletegenecodingmodels.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_FILTERINCOMPLETEGENECODINGMODELS {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path (coding_gene_features_gff)
Expand All @@ -22,7 +22,7 @@ process AGAT_FILTERINCOMPLETEGENECODINGMODELS {
script:
// def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${coding_gene_features_gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_filter_incomplete_gene_coding_models.pl \\
--gff ${coding_gene_features_gff} \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/gff2zff.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process AGAT_GFF2ZFF {
tag "${annotation}"
label 'process_single'

conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path (annotation)
Expand All @@ -21,7 +21,7 @@ process AGAT_GFF2ZFF {
script:
// def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${genome.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_convert_sp_gff2zff.pl \\
--gff $annotation \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/keeplongestisoform.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_KEEPLONGESTISOFORM {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(coding_gene_features_gff)
Expand All @@ -21,7 +21,7 @@ process AGAT_KEEPLONGESTISOFORM {
script:
// def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${coding_gene_features_gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_keep_longest_isoform.pl \\
-f ${coding_gene_features_gff} \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/managefunctionalannotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_MANAGEFUNCTIONALANNOTATION {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path(gff)
Expand All @@ -25,7 +25,7 @@ process AGAT_MANAGEFUNCTIONALANNOTATION {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${gff.baseName}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_manage_functional_annotation.pl \\
$args \\
Expand Down
8 changes: 4 additions & 4 deletions modules/local/agat/separatebyrecord.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process AGAT_SEPARATEBYRECORD {
label 'process_single'

// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "bioconda::agat=0.9.2"
conda "bioconda::agat=1.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/agat:0.9.2--pl5321hdfd78af_1':
'biocontainers/agat:0.9.2--pl5321hdfd78af_1' }"
'https://depot.galaxyproject.org/singularity/agat:1.2.0--pl5321hdfd78af_0':
'biocontainers/agat:1.2.0--pl5321hdfd78af_0' }"

input:
tuple val(meta), path (gff)
Expand All @@ -22,7 +22,7 @@ process AGAT_SEPARATEBYRECORD {
script:
// def args = task.ext.args ?: ''
// def prefix = task.ext.prefix ?: "${meta.id}"
def VERSION = '0.9.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
def VERSION = '1.2.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
agat_sp_separate_by_record_type.pl \\
-g ${gff} \\
Expand Down

0 comments on commit 5a7da8d

Please sign in to comment.