metagenomics / metagenomics-tk

GNU Affero General Public License v3.0
6 stars 1 forks source link

Porechop Improvements #375

Open pbelmann opened 1 month ago

pbelmann commented 1 month ago

Porechop loads the fastq file into RAM, which leads to the problem that the process fails for large samples. One solution would be to chunk the input file into smaller pieces to ensure that the RAM usage remains constant. In addition, it should be checked if new adapters need to be added.