diff --git a/modules/nf-core/shigapass/main.nf b/modules/nf-core/shigapass/main.nf index 37743be41966..e79b6ded3528 100644 --- a/modules/nf-core/shigapass/main.nf +++ b/modules/nf-core/shigapass/main.nf @@ -11,7 +11,7 @@ process SHIGAPASS { tuple val(meta), path(fasta) output: - tuple val(meta), path("${prefix}.csv"), emit: report + tuple val(meta), path("*.csv"), emit: report path "versions.yml" , emit: versions when: diff --git a/modules/nf-core/shigapass/tests/main.nf.test.snap b/modules/nf-core/shigapass/tests/main.nf.test.snap index b5a368f82a21..6c9e4c1fe42b 100644 --- a/modules/nf-core/shigapass/tests/main.nf.test.snap +++ b/modules/nf-core/shigapass/tests/main.nf.test.snap @@ -32,7 +32,7 @@ "nf-test": "0.9.0", "nextflow": "24.04.4" }, - "timestamp": "2024-09-19T08:50:58.227932" + "timestamp": "2024-09-25T09:23:15.047059" }, "candidatus_portiera_aleyrodidarum - genome.fasta": { "content": [ @@ -67,6 +67,6 @@ "nf-test": "0.9.0", "nextflow": "24.04.4" }, - "timestamp": "2024-09-19T08:50:45.16657" + "timestamp": "2024-09-25T09:23:01.674919" } } \ No newline at end of file