Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed Jul 23, 2024
1 parent f2221b2 commit 2e2f0aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/local/diannsummary/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ process DIANNSUMMARY {
path "diann_report.gg_matrix.tsv", emit: gg_matrix
path "diann_report.unique_genes_matrix.tsv", emit: unique_gene_matrix
path "diannsummary.log", emit: log
path "empirical_library.tsv", emit: final_speclib
path "empirical_library.tsv.skyline.speclib", emit: skyline_speclib
path "empirical_library.tsv", emit: final_speclib optional true
path "empirical_library.tsv.speclib", emit: final_tsv_speclib optional true
path "empirical_library.tsv.skyline.speclib", emit: skyline_speclib optional true
path "versions.yml", emit: version

when:
Expand Down

0 comments on commit 2e2f0aa

Please sign in to comment.