mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update subworkflows/nf-core/bam_qc_picard/main.nf
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
433aaece46
commit
3cbf5c63e5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ workflow BAM_QC_PICARD {
|
|||
|
||||
PICARD_COLLECTMULTIPLEMETRICS( ch_bam_bai, ch_fasta] )
|
||||
ch_versions = ch_versions.mix(PICARD_COLLECTMULTIPLEMETRICS.out.versions.first())
|
||||
if (!ch_bait_interval.isEmpty() || !ch_target_interval.isEmpty()) {
|
||||
if (ch_bait_interval || ch_target_interval) {
|
||||
if (ch_bait_interval.isEmpty()) {
|
||||
log.error("Bait interval channel is empty")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue