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

Afterqc with pypy #33

Open
coolmak32 opened this issue Feb 4, 2018 · 3 comments
Open

Afterqc with pypy #33

coolmak32 opened this issue Feb 4, 2018 · 3 comments

Comments

@coolmak32
Copy link

Hello,
I have a 12 paired end files(50gb~). For each file it takes me 14hrs approx to run with native python. I read that with pypy command it runs 3 times faster. But when i edit my script with pypy command it returs error saying there is no such command. Am i need to download somwthing to use it with pypy command?

@sfchen
Copy link
Member

sfchen commented Feb 5, 2018

You have to install pypy first. See: http://doc.pypy.org/en/latest/install.html

BTW, I suggest to use fastp, instead of AfterQC. fastp is another tool I developed, providing all AfterQC features, but 10x faster.

fastp is available: https://github.com/OpenGene/fastp

@coolmak32
Copy link
Author

coolmak32 commented Feb 5, 2018 via email

@sfchen
Copy link
Member

sfchen commented Feb 5, 2018

It provides similar quality, but much higher performance.

But since you have done the first part of analysis using AfterQC, I suggest you to continue use AfterQC for this project.

If you're using Ubuntu, you may be able to install pypy with: sudo apt-get install pypy, or sudo pip install pypy.

If these two commands don't work, you can download and install it manually.

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

No branches or pull requests

2 participants