toolshed-version-database
I've needed since years something to map tool IDs + versions back to which repository revision I need to install. I understand the toolshed is miserable to work with, so, fair, but, I still need this so we're just going to scrape it.
Data
| File | Purpose |
|---|---|
| guid-rev.json | Map a tool guid (e.g toolshed.g2.bx.psu.edu/repos/iuc/circos/circos/0.69.8+galaxy1 to the triple of owner/name/rev, like ("iuc", "circos", "014a21767ac4"). |
| tool-version-database.tsv | Full table of (repo name, repo owner, repo revision, tool name, tool guid, version) (yes guid is a bit redundant.) |
LICENSE
AGPL-3.0