mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Adjust requested ressources for gstama/merge
, isoseq3/refine
, lima
, ultra/align
(#1858)
Reduce requested resources
This commit is contained in:
parent
b02e648c22
commit
2f1eca7467
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
process GSTAMA_MERGE {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
label 'process_low'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::gs-tama=1.0.2" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
process ISOSEQ3_REFINE {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
label 'process_low'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::isoseq3=3.4.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
process LIMA {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
label 'process_low'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::lima=2.2.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
process ULTRA_ALIGN {
|
||||
tag "$meta.id"
|
||||
label 'process_high'
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::ultra_bioinformatics=0.0.4 bioconda::samtools=1.15.1" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
Loading…
Reference in a new issue