Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiprocessing capability to guppyplex #29

Open
wants to merge 154 commits into
base: master
Choose a base branch
from

Conversation

MarkusHaak
Copy link

Adds multiprocessing to guppyplex functionality to accelerate the
analysis of large datasets. The subprocesses of the worker pool each
process one fastq file at a time and write their results in
temporary fastq files named .tmp_[worker_id] to reduce memory
load. These are then merged with sensitivity to duplicates,
as in the original implementation. The default number of processes
is set to 4.

will-rowe and others added 30 commits March 25, 2020 14:33
… setting travis to run both nanopolish and medaka
…replaced the original primer and no merging is required
Tidying up and, some additional error handling and minor fixes.
nickloman and others added 29 commits April 13, 2020 11:22
update envs, tests and add argparse to margin_cons.py
… set number of datasets to download and validate against, adding pytest decorators to specify which workflow to runat the command line
Add --no-indels option to artic minion
Adds multiprocessing functionality to accelerate analysis of
large datasets. The subprocesses of the worker pool each
process one fastq file at a time and write their results in
temporary fastq files named .tmp_[worker_id] to reduce memory
load. These are then merged with sensitivity to duplicates,
as in the original implementation.
changing default procs to 2 to see if travis tests pass for this PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants