diff --git a/README.md b/README.md index 929676e..df87822 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,18 @@ -f bar --foo bar + +### Schema validation + +* Purpose: Provide validation of input CTDs against a schema file (i.e, a XSD file). +* Short/long version: `v` / `--validation-schema` +* Required: no. +* Taken values: location of the schema. +* Default value: `schema/CTD.xsd`. + +CTDs can be validated against a schema. A copy of the most recent `CTD.xsd` is contained in the `schema` folder. However, the master version of the schema can be found under [CTDSchema]. + +All input CTDs will automatically be validated against a schema. You can, however, validate against other schema by using this parameter. ### Input file(s) @@ -346,5 +358,6 @@ * MapAlignerSpectrum * MapAlignerRTTransformer -[CTDopts]: https://github.com/genericworkflownodes/CTDopts. -[macros.xml]: https://github.com/WorkflowConversion/CTD2Galaxy/blob/master/macros.xml \ No newline at end of file +[CTDopts]: https://github.com/genericworkflownodes/CTDopts +[macros.xml]: https://github.com/WorkflowConversion/CTD2Galaxy/blob/master/macros.xml +[CTDSchema]: https://github.com/genericworkflownodes/CTDSchema