Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Oct 16, 2023
2 parents 27291c6 + a444cf4 commit ce2478a
Show file tree
Hide file tree
Showing 14 changed files with 594 additions and 23 deletions.
3 changes: 3 additions & 0 deletions .github/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ fastq_download_prefetch_fasterqdump_sratools:
nextflowpipelineutils:
- subworkflows/nf-core/nextflowpipelineutils/**

nfcorepipelineutils:
- subworkflows/nf-core/nfcore_pipeline_utils/**

nfvalidationpluginutils:
- subworkflows/nf-core/nfvalidationpluginutils/**
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification"],
rebaseWhen: "conflicted",
schedule: ["every sunday"],
reviewers: ["team:maintainers"],
regexManagers: [
{
Expand Down
10 changes: 5 additions & 5 deletions modules/nf-core/sourmash/compare/main.nf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
process SOURMASH_COMPARE {
tag "$meta.id"
label 'process_single'
label 'process_low'

conda "bioconda::sourmash=4.6.1"
conda "bioconda::sourmash=4.8.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sourmash:4.6.1--hdfd78af_0':
'biocontainers/sourmash:4.6.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sourmash:4.8.4--hdfd78af_0':
'biocontainers/sourmash:4.8.4--hdfd78af_0' }"

input:
tuple val(meta), path(signatures)
Expand Down Expand Up @@ -33,7 +33,7 @@ process SOURMASH_COMPARE {
"""
sourmash compare \\
$args \\
--processes $task.cpus \\
--processes ${task.cpus} \\
${comp} \\
${csv} \\
${ffile} \\
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/sourmash/gather/main.nf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
process SOURMASH_GATHER {
tag "$meta.id"
label 'process_low'
label 'process_single'

conda "bioconda::sourmash=4.6.1"
conda "bioconda::sourmash=4.8.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sourmash:4.6.1--hdfd78af_0':
'biocontainers/sourmash:4.6.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sourmash:4.8.4--hdfd78af_0':
'biocontainers/sourmash:4.8.4--hdfd78af_0' }"

input:
tuple val(meta), path(signature)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/sourmash/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SOURMASH_INDEX {
tag "$meta.id"
label 'process_single'

conda "bioconda::sourmash=4.6.1"
conda "bioconda::sourmash=4.8.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sourmash:4.6.1--hdfd78af_0':
'biocontainers/sourmash:4.6.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sourmash:4.8.4--hdfd78af_0':
'biocontainers/sourmash:4.8.4--hdfd78af_0' }"

input:
tuple val(meta), path(signatures)
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/sourmash/sketch/main.nf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
process SOURMASH_SKETCH {
tag "$meta.id"
label 'process_low'
label 'process_single'

conda "bioconda::sourmash=4.6.1"
conda "bioconda::sourmash=4.8.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sourmash:4.6.1--hdfd78af_0':
'biocontainers/sourmash:4.6.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sourmash:4.8.4--hdfd78af_0':
'biocontainers/sourmash:4.8.4--hdfd78af_0' }"

input:
tuple val(meta), path(sequence)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/sourmash/taxannotate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SOURMASH_TAXANNOTATE {
tag "$meta.id"
label 'process_single'

conda "bioconda::sourmash=4.6.1"
conda "bioconda::sourmash=4.8.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sourmash:4.6.1--hdfd78af_0':
'biocontainers/sourmash:4.6.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sourmash:4.8.4--hdfd78af_0':
'biocontainers/sourmash:4.8.4--hdfd78af_0' }"

input:
tuple val(meta), path(gather_results)
Expand Down
7 changes: 4 additions & 3 deletions modules/nf-core/tcoffee/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process TCOFFEE_ALIGN {
tag "$meta.id"
label 'process_medium'

conda "bioconda::t-coffee=13.45.0.4846264"
conda "bioconda::t-coffee=13.46.0.919e8c6b"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/t-coffee:13.45.0.4846264--hc57179f_5':
'biocontainers/t-coffee:13.45.0.4846264--hc57179f_5' }"
'https://depot.galaxyproject.org/singularity/t-coffee:13.46.0.919e8c6b--hfc96bf3_0':
'biocontainers/t-coffee:13.46.0.919e8c6b--hfc96bf3_0' }"

input:
tuple val(meta) , path(fasta)
Expand All @@ -25,6 +25,7 @@ process TCOFFEE_ALIGN {
def tree_args = tree ? "-usetree $tree" : ""
def template_args = template ? "-template_file $template" : ""
"""
export TEMP='./'
t_coffee -seq ${fasta} \
$tree_args \
$template_args \
Expand Down
Loading

0 comments on commit ce2478a

Please sign in to comment.