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

RNAseq_XGR.nf pb HTseq_count modif input with index_bam.out.bam_idx

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