htseq-count output file
1
2
Entering edit mode
6.4 years ago
Javad ▴ 150

Hi everybody

I am trying to use htseq for counting the number of reads aligned to genomic features. I use the following command:

htseq-count -s no -t exon -i gene_id --additional-attr=gene_name Alignment-files annotation-files

After running the command the read count table is printed on the terminal screen but there is no spreed sheet saved in my current directory. where can I find the output spreadsheet of htseq-count command?

Best

RNA-Seq • 13k views
ADD COMMENT
7
Entering edit mode
6.4 years ago
michael.ante ★ 3.8k

Hi Javad,

you need to direct the output to a file :

htseq-count -s no -t exon -i gene_id --additional-attr=gene_name Alignment-files annotation-files > result_file.txt

Cheers,

Michael

ADD COMMENT
0
Entering edit mode

Thanks a lot. It was really helpful :)

ADD REPLY

Login before adding your answer.

Traffic: 1979 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6