Use BAM files for htseq-count.

This commit is contained in:
Hylke C. Donker 2021-03-17 17:06:02 +01:00
parent 4b449ded08
commit 35f356dd33
1 changed files with 2 additions and 1 deletions

View File

@ -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
> ${COUNT_OUTPUT}/counts.txt