This is probably a super-simple problem, but I must be searching it wrong because I can't find anything useful!
I basically have an NGS .fastq file with millions of reads of a PCR amplicon library. I want to check the coverage of my library against a reference .fasta of 100k sequences, and count the frequencies of all those reference sequences. At this point I don't care about mutations, so this is a simple find all and count problem (except at a rather larger scale).
What's the simples way of doing it? Or what should I be searching for?
https://github.com/afombravo/2FAST2Q seems could do this.