Thank you so much for your response. I used the following command. I used the default parameter for both the tools.
FeatureCounts
featureCounts -T 10 -a $GFF/hg19_rmsk_TE.gtf -o TE_featurecounts/${file}_featureCounts.txt $file.sorted.bam
Htseq count
htseq-count -f bam $file.sorted.bam $GFF/hg19_rmsk_TE.gtf > TE_counts/$file.count.out
Could you please suggest what to be don? Am I required to change any parameter
Htseq
Why you've used the "Tool" tag for a question? You must include the syntax used for htseq-count and featurecounts.
Thank you so much for your response. I used the following command. I used the default parameter for both the tools.
FeatureCounts
featureCounts -T 10 -a $GFF/hg19_rmsk_TE.gtf -o TE_featurecounts/${file}_featureCounts.txt $file.sorted.bam
Htseq count
htseq-count -f bam $file.sorted.bam $GFF/hg19_rmsk_TE.gtf > TE_counts/$file.count.out
Could you please suggest what to be don? Am I required to change any parameter