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

How much local storage does it normally take? #5

Closed
yenagra opened this issue Aug 26, 2018 · 2 comments
Closed

How much local storage does it normally take? #5

yenagra opened this issue Aug 26, 2018 · 2 comments

Comments

@yenagra
Copy link

yenagra commented Aug 26, 2018

Just wonder if I need to enlarge my harddrive before running this program.

@arendsee
Copy link
Owner

@yenagra I wouldn't worry about the harddrive. phylostratr only uses proteomes and these tend to only require tens of megabytes. So as long as you have a few free GB, you will be fine.

You are far more likely to run into memory problems. I can just barely run Arabidopsis thaliana test case on my desktop, where I have 8 GB of RAM. So currently you may need to run phylostratr on a server if you are doing a large study.

There is certainly a lot of room for improvement in the phylostratr implementation. I could replace the in-memory data structures with a SQLite database. That would basically solve the memory problem.

The other performance issue to consider is the time required to BLAST everything. You will likely want to run the BLASTs on a server and phylostratr currently doesn't automate this. Though handling high-performance computation in R is totally possible.

@yenagra
Copy link
Author

yenagra commented Aug 27, 2018

That's good, thanks.

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