wm75 / Galaxy-XSD

Galaxy XML tool wrapper XSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galaxy-XSD

Build Status License

This repository should be considered deprecated, this schema has been updated and migrated into Galaxy itself.

A Galaxy tool wrapper XML schema definition (XSD).

History

Validating a tool.xml

$ xmllint --noout --schema galaxy.xsd tool.xml 

Creating java code

$  ${JAVA_HOME}/bin/xjc -b galaxy.jxb galaxy.xsd 

Authors

  • Jean-Frédéric @JeanFred
  • Pierre Lindenbaum @yokofakun
  • John Chilton @jmchilton

Licence

This code is free software released under the terms of the MIT license.

See also:

About

Galaxy XML tool wrapper XSD

License:MIT License


Languages

Language:Shell 60.5%Language:Makefile 39.5%