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.
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.