nf-core_modules/software/fastqc
riederd 601bf5eb64
do not add "." in prefix when suffix is set (#550)
when using the suffix option in the fastqc module it gets added with a "." to the ${meta.id}, this leads to sample name clashing when passing the fastqc output of raw and processed files suffixed with "trim" or "clean" to multiqc.
I suggest to remove the "." this would also be more consistent with the prefix def in most of the other nf-core modules.

##' Ref:
https://nfcore.slack.com/archives/CJRH30T6V/p1625129138043900
2021-07-01 11:14:58 +01:00
..
functions.nf Update comments with new style (#497) 2021-05-12 14:56:46 +01:00
main.nf do not add "." in prefix when suffix is set (#550) 2021-07-01 11:14:58 +01:00
meta.yml remove params section from meta.yml (#282) 2021-03-19 13:16:50 +01:00