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

Remove ensembl compara and funcgen #623

Open
wants to merge 1 commit into
base: release-5.2.x
Choose a base branch
from

Conversation

julie-sullivan
Copy link
Contributor

The gene and genome scripts use core, and the protein function prediction script uses variation. We never use compara or funcgen.

If you remove compara and funcgen repos, it cuts the size by half and the scripts still work.

before

bash-5.1# du -ms /opt/ensembl/*
61      /opt/ensembl/bioperl-live
93      /opt/ensembl/ensembl
366     /opt/ensembl/ensembl-compara << never used. Remove!
41      /opt/ensembl/ensembl-funcgen << never used. Remove!
1       /opt/ensembl/ensembl-git-tools
228     /opt/ensembl/ensembl-variation
bash-5.1# du -hs /opt/ensembl/
786.9M  /opt/ensembl/

After

bash-5.1# du -ms /opt/ensembl/*
61      /opt/ensembl/bioperl-live
37      /opt/ensembl/ensembl
1       /opt/ensembl/ensembl-git-tools
13      /opt/ensembl/ensembl-io
116     /opt/ensembl/ensembl-variation
bash-5.1# du -ms /opt/ensembl
227     /opt/ensembl

@julie-sullivan julie-sullivan self-assigned this Nov 2, 2022
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.

1 participant