shed_username: "stevecassidy"
sheds:
key: ""
password: "planemo"
Now I try to create a repository in the toolshed with planemo:
Repository created
cd '/Users/steve/projects/hcsvlab-galaxy/tools/alveo' && git rev-parse HEAD
cd '/Users/steve/projects/hcsvlab-galaxy/tools/alveo' && git diff --quiet
Repository [alveoimport] does not exist in the targeted Tool Shed.
Note the conflicting messages here. The repository is created (and I can confirm that it is there) but then I get the message that the repo does not exist in the Toolshed. After a bit of digging it turns out that this is because the repo is owned
by the user ‘planemo’ rather than my username as declared in .planemo.yml. If I add —owner plane to the command then it works fine.
So I’m not sure if this is a bug in the shed_create code or a weird interaction with the setup on planemo/server.
Steve