Skip to content

Commit

Permalink
adressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Jan 9, 2025
1 parent d014fa8 commit eeb6ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions subworkflows/local/prepare_references.nf
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ workflow PREPARE_REFERENCES {
TABIX_GNOMAD_AF(ch_gnomad_af_tab)

// Index target bed file in case of gz input
TABIX_PT(ch_target_bed).tbi
.join(ch_target_bed)
TABIX_PT(ch_target_bed)
ch_target_bed
.join(TABIX_PT.out.tbi)
.set{ ch_trgt_bed_tbi }
// Compress and index target bed file in case of uncompressed input
TABIX_PBT(ch_target_bed).gz_tbi
Expand Down

0 comments on commit eeb6ad1

Please sign in to comment.