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

SCRUM-4190 make xenbase and human gaf file load #1709

Closed
wants to merge 0 commits into from
Closed

Conversation

cmpich
Copy link
Contributor

@cmpich cmpich commented Nov 7, 2024

No description provided.

@@ -168,7 +168,7 @@ from bulkload
where name = 'RGD GAF';

insert into bulkurlload (id, bulkloadurl)
select id, 'https://www.ebi.ac.uk/gxa/species/Homo_sapiens/sitemap.xml?allEntries=true'
select id, 'https://download.alliancegenome.org/2.3.0/GAF/HUMAN/GAF_HUMAN_1.gaf'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't change a migration once its been applied. You will need to create a new migration. Unless you plan to change this manually (db update) on alpha.

Copy link
Member

@oblodgett oblodgett Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plus this is looking more and more like a FMS load vs a URL load. Given that they latest version of this file is: https://download.alliancegenome.org/7.4.0/GAF/HUMAN/GAF_HUMAN_0.gaf.gz this needs to be turned into a FMS load so that we will always get the latest version of the file.

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.

2 participants