-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add all public servers #113
Add all public servers #113
Conversation
Still needs to be merged with: #112 |
@@ -28,15 +28,16 @@ | |||
# BIOTOOLS_API_URL = "https://130.226.25.21" | |||
|
|||
USEGALAXY_SERVER_URLS = { | |||
"UseGalaxy.org": "https://usegalaxy.org", | |||
"UseGalaxy.org (Main)": "https://usegalaxy.org", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove Main
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is the name you get from https://galaxyproject.org/use/feed.json , so I use this one to avoid dublication
can we merge it @bebatut ? |
…ervers Add all public servers
Since the querying of the public servers takes a while, when they time out and such, I put the query in a separate CI,
this makes testing much easier. This creates a TSV that is then used by extract_galaxy_tools.py to add availability on all servers.