smallRNA profiling using HTSeq error
1
0
Entering edit mode
17 months ago

Hello,

I want to create a "count" file using HTseq. I have both BAM file and gtf file:

htseq-count -f bam -s no -i AK1a_clean_Aligned.sortedByCoord.out.bam  gencode.v42.chr_patch_hapl_scaff.annotation.gtf  >> AK1a_counts.txt

It still gives an error:

htseq-count: error: the following arguments are required: featuresfilename

Can someone please tell me why that is? Thanks a lot!

smallRNAseq HTseq • 522 views
ADD COMMENT
0
Entering edit mode
17 months ago
Buffo ★ 2.4k

You're using the -i parameter but is empty, read the manual and specify the attribute you want, or remove it.

ADD COMMENT

Login before adding your answer.

Traffic: 1630 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