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

Multi-threading implemented at the extension step #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JFsanchezherrero
Copy link

At the contig extension step, I have add some code to split the given fasta file in as many CPUs as expected and send multiple threads for each block of data.
As new requirements SSPACE needs the perl module Parallel and Cwd. They have also been included in this commit.

@JFsanchezherrero JFsanchezherrero changed the title Multhi-threading implemented at the extension step Multi-threading implemented at the extension step Sep 4, 2017
@nsoranzo
Copy link
Owner

nsoranzo commented Sep 4, 2017

@JFsanchezherrero Can you remove the source files of the CPAN modules (Cwd.pm and Parallel/ )? They don't belong here.

@nsoranzo
Copy link
Owner

nsoranzo commented Sep 4, 2017

For your information I've just added some basic Continuous Integration testing using TravisCI, but to use it you would need to rebase this PR on top of the master branch.

@JFsanchezherrero
Copy link
Author

I have discarded CPAN modules but I am afraid that you should tell the user to have it installed in their computer as it would not run properly.
I dont get what you mean with "rebase this PR on top of the master branch". I have tried to do git pull on my repo but I was up-to-date.
Thanks

Base automatically changed from master to main January 17, 2021 01:57
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.

2 participants