ga4gh-beacon / beacon-verifier

Tool to verify that a Beacon implementation follows the specification
2 stars 3 forks source link

External specs are not implemented #2

Closed carleshf closed 3 years ago

carleshf commented 3 years ago

Running the validator does not let clear if the result is fine or not. Although, I understand this is not the expected output, right?

(imac-cnag):~ carles$ echo $RUST_BACKTRACE
1
(imac-cnag):~ carles$ beacon-verifier http://0.0.0.0:5050
 INFO  beacon_verifier > Loading spec from: https://github.com/ga4gh-beacon/beacon-v2-Models/tree/main/BEACON-V2-draft4-Model
thread 'main' panicked at 'External specs are not implemented yet', src/spec.rs:36:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

How I can run the validator, properly, on the local running instance of beacon-v2?

MrRobb commented 3 years ago

Hello Carles, today I will be fixing loading the model from a URL and then it should work fine. You are not doing anything wrong, is just that the software is in active development.