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

Generating local CAZy db locally rather than on a cluster #21

Closed
PeterMBlack opened this issue Feb 7, 2024 · 2 comments
Closed

Generating local CAZy db locally rather than on a cluster #21

PeterMBlack opened this issue Feb 7, 2024 · 2 comments
Assignees
Labels
cazy_webscraper Issue associated with cazy_webscraper enhancement New feature or request

Comments

@PeterMBlack
Copy link
Contributor

PeterMBlack commented Feb 7, 2024

Tried generating a local CAZy db locally on my mac (8GB RAM), rather than on a cluster with more memory. Half way through parsing the CAZy text file (51%) it maxes out my memory. Usage statistics suggested it was using 16GB memory (split between my acutal RAM and virtual memory)

@HobnobMancer
Copy link
Owner

Hi!
This is an issue with cazy_webscraper so I've raised an issue over there.

Initial checks indicate this is due to a CAZy database release. The latest release generates a file of >4 million lines to be parsed to identify all unique proteins (identified by their NCBI protein version accession). I'll take a look at the cazy_webscraper code base and attempt to resource optimisation.

For progress check issue 123 at cazy_webscraper; I'll post here once I think the issue has been addressed.

@HobnobMancer HobnobMancer self-assigned this Feb 9, 2024
@HobnobMancer HobnobMancer added enhancement New feature or request cazy_webscraper Issue associated with cazy_webscraper labels Feb 9, 2024
@HobnobMancer
Copy link
Owner

This should be fixed with using the latest version of cazy_webscraper --> see the relevant issue in cazy_webscraper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cazy_webscraper Issue associated with cazy_webscraper enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants