Skip to content
Snippets Groups Projects
Commit 0312f996 authored by Xavier Grand's avatar Xavier Grand
Browse files

Add stats_bam

parent 633de84c
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,7 @@ workflow { ...@@ -141,6 +141,7 @@ workflow {
index_with_gtf(genome_file, gtf_file.collect()) index_with_gtf(genome_file, gtf_file.collect())
mapping_fastq(index_with_gtf.out.index.collect(), fastp.out.fastq) mapping_fastq(index_with_gtf.out.index.collect(), fastp.out.fastq)
stats_bam(mapping_fastq.out.bam)
filter_bam_mapped(mapping_fastq.out.bam) filter_bam_mapped(mapping_fastq.out.bam)
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment