Use BAM files for htseq-count.
This commit is contained in:
parent
4b449ded08
commit
35f356dd33
@ -22,6 +22,7 @@ BAM="${PROJECT_DIRECTORY}/step3/alignment/sample1_Aligned.sortedByCoord.out.bam"
|
||||
# `--stranded` flag.
|
||||
htseq-count \
|
||||
--order pos \
|
||||
-f bam \
|
||||
${BAM} \
|
||||
${GTF_FILE} \
|
||||
> ${COUNT_OUTPUT}/counts.txt
|
Loading…
Reference in New Issue
Block a user