mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
Removed spaced on an empty line
This commit is contained in:
parent
b58233794b
commit
5a270c5ba7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ process HIFIASM {
|
|||
// Add soft-links to original FastQs for consistent naming in pipeline
|
||||
def software = getSoftwareName(task.process)
|
||||
//def prefix = options.suffix ? "${meta.id}.${options.suffix}" : "${meta.id}"
|
||||
|
||||
|
||||
/* if (meta.single_end) {
|
||||
"""
|
||||
[ ! -f ${prefix}.fastq.gz ] && ln -s $reads ${prefix}.fastq.gz
|
||||
|
|
Loading…
Reference in a new issue