JasperBoom / caltha

A python package to process UMI tagged mixed amplicon metabarcoding data.
GNU Affero General Public License v3.0
2 stars 1 forks source link

Add parallel processing to Caltha. #2

Closed JasperBoom closed 4 years ago

JasperBoom commented 4 years ago

Caltha currently accepts only one fasta or fastq file as input. However, users need to process more than one fasta or fastq file at a time.

Parallel Processing in Python

JasperBoom commented 4 years ago

Issue was implemented with this PR: https://github.com/JasperBoom/caltha/pull/5