mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
dummy: Poke fastqc
This commit is contained in:
parent
b0e235d676
commit
9f6641f80f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ process FASTQC {
|
||||||
tuple val(meta), path("*.zip") , emit: zip
|
tuple val(meta), path("*.zip") , emit: zip
|
||||||
path "*.version.txt" , emit: version
|
path "*.version.txt" , emit: version
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
// Add soft-links to original FastQs for consistent naming in pipeline
|
// Add soft-links to original FastQs for consistent naming in pipeline
|
||||||
def software = getSoftwareName(task.process)
|
def software = getSoftwareName(task.process)
|
||||||
|
|
Loading…
Reference in a new issue