fairtracks / fairtracks_validator

FAIRification of Genomic Data Tracks JSON Schema validator
GNU Lesser General Public License v2.1
0 stars 0 forks source link

[Suggestion] Output format option for fairGTrackJsonValidate.py #12

Closed dtitov closed 4 years ago

dtitov commented 4 years ago

Currently, fairGTrackJsonValidate.py produces output as plaintext. It would be useful if we could specify the format of the output: either plaintext or json (so that we get output in the same format as from the web-service).

jmfernandez commented 4 years ago

I have just added in f4146d7995192485f5aa5b5c719d5c2cf7ef0d1e several flags to allow storing the internal JSON formatted report in a file (--report,--report-verbose), as well as being able to silence human readable output (-q).