mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Change label for rseqc/tin to process_high (#1327)
This commit is contained in:
parent
2597c31d6b
commit
4dbc166a7c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
process RSEQC_TIN {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
label 'process_high'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::rseqc=3.0.1 'conda-forge::r-base>=3.5'" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
Loading…
Reference in a new issue