Skip to content

Commit

Permalink
Update subworkflows/local/alignment/align_sentieon.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Jemt <[email protected]>
  • Loading branch information
ramprasadn and jemten authored Nov 11, 2024
1 parent bc87568 commit c98d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/alignment/align_sentieon.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ workflow ALIGN_SENTIEON {
SENTIEON_READWRITER ( merge_bams_in.multiple, ch_genome_fasta, ch_genome_fai )
ch_bam_bai = merge_bams_in.single.mix(SENTIEON_READWRITER.out.output_index)

// GET ALIGNMENT FROM PRIMARY CONTIGS
// GET ALIGNMENT FROM SELECTED CONTIGS
if (params.extract_alignments) {
EXTRACT_ALIGNMENTS( ch_bam_bai, ch_genome_fasta, [])
ch_bam_bai = EXTRACT_ALIGNMENTS.out.bam
Expand Down

0 comments on commit c98d063

Please sign in to comment.