forked from GRIAC/system_genetics
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.
|
# `--stranded` flag.
|
||||||
htseq-count \
|
htseq-count \
|
||||||
--order pos \
|
--order pos \
|
||||||
|
-f bam \
|
||||||
${BAM} \
|
${BAM} \
|
||||||
${GTF_FILE} \
|
${GTF_FILE} \
|
||||||
> ${COUNT_OUTPUT}/counts.txt
|
> ${COUNT_OUTPUT}/counts.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user