comparison 0.3.0/modules/megahit/assemble/main.nf @ 97:8d7f482c64de

"planemo upload"
author kkonganti
date Fri, 29 Jul 2022 11:11:07 -0400
parents 295c2597a475
children
comparison
equal deleted inserted replaced
96:ef0b422978fd 97:8d7f482c64de
1 process MEGAHIT_ASSEMBLE { 1 process MEGAHIT_ASSEMBLE {
2 tag "$meta.id" 2 tag "$meta.id"
3 label 'process_high' 3 label 'process_higher'
4 4
5 module (params.enable_module ? "${params.swmodulepath}${params.fs}megahit${params.fs}1.2.9" : null) 5 module (params.enable_module ? "${params.swmodulepath}${params.fs}megahit${params.fs}1.2.9" : null)
6 conda (params.enable_conda ? "bioconda::megahit=1.2.9" : null) 6 conda (params.enable_conda ? "bioconda::megahit=1.2.9" : null)
7 container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 7 container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
8 'https://depot.galaxyproject.org/singularity/megahit:1.2.9--h2e03b76_1' : 8 'https://depot.galaxyproject.org/singularity/megahit:1.2.9--h2e03b76_1' :