Skip to content

Commit

Permalink
fixing se bam name sorting for genrich
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelruizperez committed Aug 15, 2023
1 parent 1f9e99e commit 02f89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/bam_nofilter_bamtools.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include { SAMTOOLS_SORT as SAMTOOLS_SORT_SE } from '../../modules/nf-core/samtools/sort/main'
include { SAMTOOLS_SORT as SAMTOOLS_SORT_PE } from '../../modules/nf-core/samtools/index/main'
include { SAMTOOLS_SORT as SAMTOOLS_SORT_PE } from '../../modules/nf-core/samtools/sort/main'
include { SAMTOOLS_INDEX } from '../../modules/nf-core/samtools/index/main'
include { BAM_SORT_STATS_SAMTOOLS } from '../nf-core/bam_sort_stats_samtools/main'
include { BAM_STATS_SAMTOOLS } from '../nf-core/bam_stats_samtools/main'
Expand Down

0 comments on commit 02f89ee

Please sign in to comment.