mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
update typos. change quote from ' to ". (#652)
This commit is contained in:
parent
653e9e05b1
commit
6e68c1af9a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ params.options = [:]
|
|||
options = initOptions(params.options)
|
||||
|
||||
process COOLER_DIGEST {
|
||||
tag '$fasta'
|
||||
tag "$fasta"
|
||||
label 'process_medium'
|
||||
publishDir "${params.outdir}",
|
||||
mode: params.publish_dir_mode,
|
||||
|
@ -32,7 +32,7 @@ process COOLER_DIGEST {
|
|||
"""
|
||||
cooler digest \\
|
||||
$options.args \\
|
||||
-o "${fasta.baseName}_${enzyme.replaceAll(/[^0-9a-zA-Z]+/, "_")}.bed" \\
|
||||
-o "${fasta.baseName}_${enzyme.replaceAll(/[^0-9a-zA-Z]+/, '_')}.bed" \\
|
||||
$chromsizes \\
|
||||
$fasta \\
|
||||
$enzyme
|
||||
|
|
Loading…
Reference in a new issue