Skip to content

Commit

Permalink
[HOTFIX] pipeline failing without id_only because of missing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer committed Jul 3, 2024
1 parent 274d082 commit 5097c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/mzmlstatistics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process MZMLSTATISTICS {

output:
path "*_ms_info.tsv", emit: ms_statistics
tuple val(meta), path("*_spectrum_df.csv"), emit: spectrum_df
tuple val(meta), path("*_spectrum_df.csv"), emit: spectrum_df, optional: true
path "versions.yml", emit: version
path "*.log", emit: log

Expand Down

0 comments on commit 5097c9b

Please sign in to comment.