Closed jordeu closed 2 years ago
There are two modules that use publishDir: fastqc and multiqc. Right now multiqc is using mode copy and fastqc no (so it's creating symbolic links).
publishDir
fastqc
multiqc
copy
This PR is changing fastqc to also use copy mode to be consistent.
There are two modules that use
publishDir
:fastqc
andmultiqc
. Right nowmultiqc
is using modecopy
andfastqc
no (so it's creating symbolic links).This PR is changing
fastqc
to also usecopy
mode to be consistent.