Skip to content

Commit

Permalink
Don't publish skyline .skyd files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaurais committed Sep 13, 2024
1 parent 1e40958 commit c4591b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/skyline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ process SKYLINE_ADD_LIB {
}

process SKYLINE_IMPORT_MZML {
publishDir "${params.result_dir}/skyline/import-spectra", pattern: '*.log', failOnError: true, mode: 'copy'
publishDir "${params.result_dir}/skyline/import-spectra", pattern: '*.std[oe][ur][tr]', failOnError: true, mode: 'copy'
label 'process_medium'
label 'process_high_memory'
label 'process_short'
Expand Down

0 comments on commit c4591b7

Please sign in to comment.