Skip to content

Commit

Permalink
rename csv to json
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Aug 31, 2024
1 parent 01df6e4 commit 3659a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ process SPACEMARKERS_MQC {
input:
tuple val(meta), path(spaceMarkers)
output:
tuple val(meta), path("${prefix}/spacemarkers_mqc.csv"), emit: spacemarkers_mqc
tuple val(meta), path("${prefix}/spacemarkers_mqc.json"), emit: spacemarkers_mqc
path "versions.yml", emit: versions

script:
Expand Down

0 comments on commit 3659a23

Please sign in to comment.