mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-23 11:39:55 +00:00
Make all saveAs conditions consistent
This commit is contained in:
parent
5d90c775e9
commit
31e3c21dcb
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ process {
|
|||
mode: params.publish_dir_mode,
|
||||
pattern: '*.fq.gz',
|
||||
enabled: params.save_analysis_ready_fastqs,
|
||||
saveAs: { ( !params.perform_runmerging || params.perform_runmerging && !meta.is_multirun ) && params.perform_longread_hostremoval && params.save_analysis_ready_fastqs ? it : null }
|
||||
saveAs: { ( params.perform_runmerging == false || params.perform_runmerging && !meta.is_multirun ) && params.perform_longread_hostremoval && params.save_analysis_ready_fastqs ? it : null }
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue