QUASR
Cross-platform NGS processing and analysis pipeline in Python
...Although originally written for viral data, it is generic enough to work on any NGS dataset. Functions include:
duplicate removal
demultiplexing
primer-removal
quality-assurance (QA) graphing
quality control (QC)
consensus-generation
minority-variant determination
minority-variant graphing
The main current version is 6.X, which is written in Python3. 7.X is my rewrite in Java, but is still work in progress. Both are written to be as lightweight as possible so they can run with minimal memory-requirements on a desktop or laptop as well as on a compute cluster.
...