Merge pull request #10 from ewels/master

Fix trim galore process name
This commit is contained in:
Phil Ewels 2019-12-06 11:24:45 +01:00 committed by GitHub
commit a88b867498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
test_import.nf Normal file
View file

@ -0,0 +1,2 @@
// This file doesn't do anything,
// but pipelines can attempt to import it to check connection status

View file

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