Codebase list ctdconverter / df763d5
Added documentation for the --validation-schema parameter Luis de la Garza 7 years ago
1 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
8282
8383 -f bar
8484 --foo bar
85
86 ### Schema validation
87
88 * Purpose: Provide validation of input CTDs against a schema file (i.e, a XSD file).
89 * Short/long version: `v` / `--validation-schema`
90 * Required: no.
91 * Taken values: location of the schema.
92 * Default value: `schema/CTD.xsd`.
93
94 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].
95
96 All input CTDs will automatically be validated against a schema. You can, however, validate against other schema by using this parameter.
8597
8698 ### Input file(s)
8799
345357 * MapAlignerSpectrum
346358 * MapAlignerRTTransformer
347359
348 [CTDopts]: https://github.com/genericworkflownodes/CTDopts.
349 [macros.xml]: https://github.com/WorkflowConversion/CTD2Galaxy/blob/master/macros.xml
360 [CTDopts]: https://github.com/genericworkflownodes/CTDopts
361 [macros.xml]: https://github.com/WorkflowConversion/CTD2Galaxy/blob/master/macros.xml
362 [CTDSchema]: https://github.com/genericworkflownodes/CTDSchema