mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58: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
|
||||
path "*.version.txt" , emit: version
|
||||
|
||||
|
||||
script:
|
||||
// Add soft-links to original FastQs for consistent naming in pipeline
|
||||
def software = getSoftwareName(task.process)
|
||||
|
|
Loading…
Reference in a new issue