Fix trim galore process name

This commit is contained in:
Phil Ewels 2019-12-06 11:24:07 +01:00
parent 4eb1428931
commit 5fbde1c69d

View file

@ -1,4 +1,4 @@
process fastqc {
process trim_galore {
tag "$sample_id"
publishDir "${params.outdir}/trim_galore", mode: 'copy',
saveAs: {filename ->