Skip to content

Commit

Permalink
Update CONCOCT_CONCOCT process label (#3669)
Browse files Browse the repository at this point in the history
* change process label

* Fix sklearn conda package

* Update main.nf

* Update containers

---------

Co-authored-by: Adam Talbot <[email protected]>
Co-authored-by: James A. Fellows Yates <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 149b474 commit c684a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/concoct/concoct/main.nf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

process CONCOCT_CONCOCT {
tag "$meta.id"
label 'process_low'
label 'process_high'

conda "bioconda::concoct=1.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/concoct:1.1.0--py38h7be5676_2':
'biocontainers/concoct:1.1.0--py38h7be5676_2' }"
'https://depot.galaxyproject.org/singularity/concoct:1.1.0--py311h245ed52_4':
'biocontainers/concoct:1.1.0--py311h245ed52_4' }"

input:
tuple val(meta), path(coverage_file), path(fasta)
Expand Down

0 comments on commit c684a6e

Please sign in to comment.