MGEScan / mgescan

A Galaxy based system for identifying retrotransposons in genome
http://mgescan.github.io/mgescan/
GNU General Public License v3.0
5 stars 5 forks source link

how to write galaxy tools and packages? #9

Open lee212 opened 8 years ago

lee212 commented 8 years ago

tool itself goes a tool dependency e.g. package_hmmer_3_1b1. It only contains tool_dependencies.xml in toolshed.

main tool contains actual script e.g. .py or .sh and metadata (.xml) with dependencies.

.shed.yml is somewhat description?

package naming and tool naming are important to find correct tools, although these are not clearly explained in the main documentation.