I saw it mentioned during a tutorial on RNAseq data analysis, then when looking further into that, found older forums talking about how needing different ways to sort the data. Glad to know that everything is figured out already.
I found out today that STAR can do the counts haha. Would have been nice to know last week when I was doing alignments.
Thank you everyone for your help!
featureCountscan use coordinate sorted sam files.It will re-sort the files on the fly. From manual:
I was using featureCounts on coordinate-sorted BAM files, and read sorting was incurring a large (>12hrs) time cost. Apparently, featureCounts will only use one thread for read sorting even if specified with more. I pre-sorted by read name with samtools and runtime with featureCounts was VASTLY quicker.