mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix trim galore process name
This commit is contained in:
parent
4eb1428931
commit
5fbde1c69d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
process fastqc {
|
||||
process trim_galore {
|
||||
tag "$sample_id"
|
||||
publishDir "${params.outdir}/trim_galore", mode: 'copy',
|
||||
saveAs: {filename ->
|
||||
|
|
Loading…
Reference in a new issue