Hello,
I am having a weird issue trying to push my tool (a wrapper for alevinQC) to the main toolshed. I used planemo to prepare my submission to the toolshed.
I have a working version on the test toolshed: https://testtoolshed.g2.bx.psu.edu/view/florian.wuennemann/alevinqc/49fe36f5ad92
I tried pushing to the main toolshed using planemo and it created an entry but somehow that entry is not findable by others in the toolshed and I can’t install it in my galaxy from the main toolshed:
https://toolshed.g2.bx.psu.edu/view/fwuennemann/alevinqc/000000000000
When I try to interact with the main toolshed entry via planemo, it tells me it doesn’t exist, but when I try to create a new toolshed entry, it tells me I own a tool with that name… (see code below)
Thanks for the help!
planemo shed_create --shed_target toolshed
Unexpected HTTP status code: 400: {"err_msg": "You already own a repository named <b>alevinqc<\/b>, please choose a different name.", "err_code": 400008}
planemo shed_diff --shed_target toolshed
shed_diff: Repository [alevinqc] does not exist in the targeted Tool Shed.
planemo shed_update --check_diff --shed_target toolshed
Repository [alevinqc] does not exist in the targeted Tool Shed.
Failed to update repository 'alevinqc' as it does not exist on the main Tool Shed.