Hi,
I have been through planemo documentations, read the galaxy-iuc-standards but I still need help to create a local repository.
First, could someone explain me the difference between those 2 commands : sh run_tool_shed.sh (which open port 9009) and planemo serve --port 9090 ?
I have been successful with the inital steps to create the tool, with the wrapper creation and the tool tests. Also I can visualize my tool on the "Galaxy / Configured by Planemo" local server.
However when I run the command :
$ planemo shed_create --shed_target local
I got the result : 'ToolShedInstance' object has no attribute 'categories'
Previously, I have created the .shed.yml file in my tool folder :
name: my_cool_tool
owner: nagoue
description: what my_cool_tool 's doing
long_description: what my_cool_tool is doing
categories:
-Fasta Manipulation
- Finally, after running the command sh run_tool_shed.sh, I can open a web page "Galaxy Tool Shed", but I can't log in despite I filled the tool_shed.ini with my email.
May someone give me a hand to understand what's I'm doing wrong ? Many thanks,