Oh okay, do these two commands have the same settings for the programs: featureCounts: featureCounts -g Name -a /home/ubuntu/data/rnaseq/nematostella/venus/genome/Nemostella_New_Annotation.gff3 -o Venus4_counts_htseq.txt /home/ubuntu/data/rnaseq/nematostella/venus/alignment/Venus4_STARAligned.out.sam
Htseq-Count: htseq-count -i Name -s no /home/ubuntu/data/rnaseq/nematostella/venus/alignment/Venus4_STARAligned.out.sam /home/ubuntu/data/rnaseq/nematostella/venus/genome/Nemostella_New_Annotation.gff3 > Venus4_counts_htseq.txt
Also, when you look at the featureCounts output, the counts of each gene is the last column correct?