Galaxy tool for structural validation of DNA barcode data
How to submit a tool to the Galaxy ToolShed:
- Create an account on the ToolShed
- Create a $HOME/.planemo.yml file with the following content:
shed_username: $USER # your ToolShed username
sheds:
toolshed:
key: $KEY # your ToolShed API key, under 'User > API Keys'
email: $EMAIL # your ToolShed email
password: $PASS # your ToolShed password
- Install Planemo:
pip install planemo
- Validate your tool XML:
planemo lint structural_validator.xml
- Test your tool:
planemo test structural_validator.xml
- Publish your tool:
planemo shed_create --shed_target toolshed
- Update your tool:
planemo shed_update --shed_target toolshed