mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
commit
a88b867498
2 changed files with 3 additions and 1 deletions
2
test_import.nf
Normal file
2
test_import.nf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
// This file doesn't do anything,
|
||||||
|
// but pipelines can attempt to import it to check connection status
|
|
@ -1,4 +1,4 @@
|
||||||
process fastqc {
|
process trim_galore {
|
||||||
tag "$sample_id"
|
tag "$sample_id"
|
||||||
publishDir "${params.outdir}/trim_galore", mode: 'copy',
|
publishDir "${params.outdir}/trim_galore", mode: 'copy',
|
||||||
saveAs: {filename ->
|
saveAs: {filename ->
|
||||||
|
|
Loading…
Reference in a new issue