Skip to content
Snippets Groups Projects
Commit d1ee03e5 authored by nfontrod's avatar nfontrod
Browse files

src/quantseq.nf: fix out for stat bam

parent d86deae7
Branches
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ include { fastp_default } from fastp_mod addParams(fastp_out: '02_fastp',
fastp: "${params_fastp}" )
include { genome_mapping; index_fasta } from hisat2_mod addParams(folder: '06_mapping')
include { sort_bam } from sammod addParams(sort_bam_out: '07_sort_bam' )
include { stats_bam } from sammod addParams(filter_bam_quality_out: "07_bam_stats")
include { stats_bam } from sammod addParams(stats_bam_out: "07_bam_stats")
include { index_bam } from sammod addParams(index_bam_out: '08_index_bam' )
include { htseq_count } from htseq_mod addParams(htseq_out: '09_htseq_count', htseq_param: "${params.htseq_param}" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment