mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix hsmetrics input
This commit is contained in:
parent
e0a8af8693
commit
55dfe1d8ab
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ workflow BAM_QC_PICARD {
|
|||
if (ch_target_interval.isEmpty()) {
|
||||
log.error("Target interval channel is empty")
|
||||
}
|
||||
PICARD_COLLECTHSMETRICS( ch_bam, ch_fasta, ch_bait_interval, ch_target_interval )
|
||||
PICARD_COLLECTHSMETRICS( ch_bam, ch_fasta, [], ch_bait_interval, ch_target_interval )
|
||||
ch_versions = ch_versions.mix(PICARD_COLLECTHSMETRICS.out.versions.first())
|
||||
} else {
|
||||
PICARD_COLLECTWGSMETRICS( ch_bam, ch_fasta )
|
||||
|
|
Loading…
Reference in a new issue