Hello,
This link https://usegalaxy.org/api/tools provide me with the following information:
{
[
...
{
"description": "",
"id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/rgPicardMarkDups/1.56.0",
"link": "/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fdevteam%2Fpicard%2FrgPicardMarkDups%2F1.56.0",
"min_width": -1,
"model_class": "Tool",
"name": "Mark Duplicate reads",
"panel_section_id": "picard_beta",
"panel_section_name": "NGS: Picard (beta)",
"target": "galaxy_main",
"version": "1.56.0"
}
...
],
"id": "picard_beta",
"model_class": "ToolSection",
"name": "NGS: Picard (beta)",
"version": ""
}
How can I find out what revision number Picard version 1.56.0 is so I could use this script (/galaxy/scripts/api/install_tool_shed_repositories.py)?
Thank you in advance.
Mic