diff env/lib/python3.9/site-packages/galaxy/tool_util/xsd/README.md @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/env/lib/python3.9/site-packages/galaxy/tool_util/xsd/README.md	Mon Mar 22 18:12:50 2021 +0000
@@ -0,0 +1,45 @@
+Galaxy-XSD
+==========
+[![Build Status](https://travis-ci.org/JeanFred/Galaxy-XSD.svg)](http://travis-ci.org/JeanFred/Galaxy-XSD)
+[![License](http://img.shields.io/badge/license-MIT-orange.svg?style=flat)](http://opensource.org/licenses/MIT)
+
+A Galaxy XML tool wrapper __XML schema definition__ (__XSD__) 
+
+
+
+# History
+
+* Feb-2015 : Pierre Lindenbaum added doc, tests, Java-XML binding file (jxb) for java xml compiler (xjc)  ( https://docs.oracle.com/cd/E19575-01/819-3669/bnbal/index.html )
+* 2013 : extraction to standalone and improvements by Jean-Fred
+* 2011 : Initial work by John Chilton
+
+# Validating a `tool.xml`
+
+```bash
+$ xmllint --noout --schema galaxy.xsd tool.xml 
+```
+
+# Creating java code
+
+```bash
+$  ${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:
+
+* Galaxy https://usegalaxy.org/
+* Galaxy Tool XML File https://galaxyproject.org/admin/tools/tool-config-syntax/
+