-
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
Update stats #78
Update stats #78
Conversation
…o.tools collect multiple bio.tools ids
…o.tools unique IDs using a set
Improved stats generation
@@ -29,7 +30,6 @@ | |||
"https://usegalaxy.org", | |||
"https://usegalaxy.org.au", | |||
"https://usegalaxy.eu", | |||
"https://usegalaxy.fr", |
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.
Why did you remove it?
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.
There is a list somewhere with public servers
Need to check if https://training.galaxyproject.org/api/#/tools/get_psl_json can improve that |
bin/extract_galaxy_tools.py
Outdated
@@ -23,18 +23,45 @@ | |||
from github.ContentFile import ContentFile | |||
from github.Repository import Repository | |||
|
|||
COLUMN_ORDER = [ | |||
"Galaxy wrapper id", |
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.
Should we not call it "Galaxy suite id"?
"Galaxy wrapper owner", | ||
"Galaxy wrapper source", | ||
"Galaxy wrapper parsed folder", | ||
"Galaxy Star Availability", |
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.
Why having a separate column here?
"Galaxy wrapper source", | ||
"Galaxy wrapper parsed folder", | ||
"Galaxy Star Availability", | ||
"All Server Availability", |
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.
Maybe "Public servers with at least one tool"
"Tools available on: UseGalaxy.org", | ||
"Tools available on: UseGalaxy.org.au", | ||
"Tools available on: UseGalaxy.eu", | ||
"Tools available on: UseGalaxy.org.fr", |
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.
"Tools available on: UseGalaxy.org", | |
"Tools available on: UseGalaxy.org.au", | |
"Tools available on: UseGalaxy.eu", | |
"Tools available on: UseGalaxy.org.fr", | |
"Tools available on UseGalaxy.org", | |
"Tools available on UseGalaxy.org.au", | |
"Tools available on UseGalaxy.eu", | |
"Tools available on UseGalaxy.fr", |
"Tools available on: UseGalaxy.org.au", | ||
"Tools available on: UseGalaxy.eu", | ||
"Tools available on: UseGalaxy.org.fr", | ||
"No. of tool users (2022-2023) (usegalaxy.eu)", |
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.
"No. of tool users (2022-2023) (usegalaxy.eu)", | |
"Tool users in 2022-2023 on UseGalaxy.eu", |
"Tools available on: UseGalaxy.eu", | ||
"Tools available on: UseGalaxy.org.fr", | ||
"No. of tool users (2022-2023) (usegalaxy.eu)", | ||
"Total tool usage (usegalaxy.eu)", |
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.
"Total tool usage (usegalaxy.eu)", | |
"Total tool usage on UseGalaxy.eu", |
No description provided.