Skip to content

naturalis/galaxy-tool-structural-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galaxy-tool-structural-validator

Galaxy tool for structural validation of DNA barcode data

How to submit a tool to the Galaxy ToolShed:

  1. Create an account on the ToolShed
  2. 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
  1. Install Planemo:
pip install planemo
  1. Validate your tool XML:
planemo lint structural_validator.xml
  1. Test your tool:
planemo test structural_validator.xml
  1. Publish your tool:
planemo shed_create --shed_target toolshed
  1. Update your tool:
planemo shed_update --shed_target toolshed

About

Galaxy tool for structural validation of DNA barcode data

Resources

License

Stars

Watchers

Forks

Packages

No packages published