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

error preparing mgi database #21

Open
lubinskibu opened this issue Oct 15, 2024 · 0 comments
Open

error preparing mgi database #21

lubinskibu opened this issue Oct 15, 2024 · 0 comments

Comments

@lubinskibu
Copy link

I used the prepare database and -m=update approaches and found that I was getting back 0 size files for mgi's db.

What I found when I walked the code was that

status=$(curl -s --head -w %{http_code} http://geneontology.org/gene-associations/${organism}.gaf.gz -o /dev/null)
returns a status of 301 so it was trying to pull the gene_association.mgi.gz which doesn't exist, the rest of the code ran as expected, but starting with nothing lead to a successful failure outcome. forcing the original file to be mgi.gaf.gz worked and built the databases correctly.

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

1 participant