Skip to content

Commit

Permalink
Update subworkflows/local/alignment/align_bwa_bwamem2_bwameme.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 d2b1600 commit bc87568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/alignment/align_bwa_bwamem2_bwameme.nf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ workflow ALIGN_BWA_BWAMEM2_BWAMEME {
SAMTOOLS_MERGE ( bams.multiple, ch_genome_fasta, ch_genome_fai )
prepared_bam = bams.single.mix(SAMTOOLS_MERGE.out.bam)

// GET ALIGNMENT FROM PRIMARY CONTIGS
// GET ALIGNMENT FROM SELECTED CONTIGS
if (params.extract_alignments) {
SAMTOOLS_INDEX_EXTRACT ( prepared_bam )
extract_bam_sorted_indexed = prepared_bam.join(SAMTOOLS_INDEX_EXTRACT.out.bai, failOnMismatch:true, failOnDuplicate:true)
Expand Down

0 comments on commit bc87568

Please sign in to comment.