Skip to content

usegalaxy-eu/tool-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tool-annotations

A central, community-curated mapping of Galaxy tool IDs to tags.

What This Is

This repository provides a YAML file (tool_tag_mappings.yml) that associates Galaxy tool IDs — identified by their short names for upstream tools (e.g. Cut1, Filter1) or full ToolShed paths — with human-readable tags (e.g. "Text Manipulation", "Mapping", "ChemicalToolBox", "Machine Learning"). It can be used to drive tool search by tag.

Tags are flexible — there is no rigid controlled vocabulary. New tags are welcome.

Format

tool_tags:
  Cut1:
    - "Text Manipulation"
  "toolshed.g2.bx.psu.edu/repos/bgruening/antismash/antismash":
    - Annotation

A tool may have multiple tags.

Contributing

To add or update tags, submit a PR editing tool_tag_mappings.yml. Each tool ID should appear only once under tool_tags:.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors