Skip to content

Commit

Permalink
change shigapass main.nf to pass nf-core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlcummins committed Sep 24, 2024
1 parent 62e742f commit af813b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/shigapass/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/shigapass/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
}
}

0 comments on commit af813b4

Please sign in to comment.