dummy: Poke fastqc

This commit is contained in:
Edmund Miller 2021-04-12 14:31:53 -05:00
parent b0e235d676
commit 9f6641f80f
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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)