Skip to content

Commit

Permalink
Merge pull request #382 from bigbio/hotfix/missingout_idonly
Browse files Browse the repository at this point in the history
[HOTFIX] pipeline failing without id_only because of missing outputs
  • Loading branch information
jpfeuffer committed Jul 3, 2024
2 parents 274d082 + 5097c9b commit ee788b4
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 ee788b4

Please sign in to comment.