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

RNAseq_XGR.nf pb HTseq_count cardinality...

parent d347dff6
No related branches found
No related tags found
No related merge requests found
......@@ -152,8 +152,8 @@ workflow {
}
sort_bam(filter_bam_mapped.out.bam)
index_bam(sort_bam.out.bam)
// htseq_count(sort_bam.out.bam, gtf_file.collect())
index_bam(sort_bam.out.bam.collect())
htseq_count(sort_bam.out.bam, gtf_file.collect())
//########################## QUALITY CHECKS ###################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment