mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix tyop
This commit is contained in:
parent
42f318fe75
commit
37b8b82c98
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def options = initOptions(params.options)
|
||||||
|
|
||||||
def VERSION = '377'
|
def VERSION = '377'
|
||||||
|
|
||||||
process UCSC_BEDRAPHTOBIGWIG {
|
process UCSC_BEDGRAPHTOBIGWIG {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
publishDir "${params.outdir}",
|
publishDir "${params.outdir}",
|
||||||
|
|
Loading…
Reference in a new issue