Open dougli1sqrd opened 7 years ago
So I ran goa_chicken_complex.gpi.zip using the same test, and this completes succesfully. This makes me think the zfin.gpi is off.
I'll pop over and we can take a look at them.
Is there a way I can run the validator myself? thanks,Sierra (@ZFIN).
re #86
@sierra-moxon It should just be the python biolink/ontobio package: https://github.com/biolink/ontobio
Not an easy way as of yet. I can try and make that happen through the command line next.
@dougli1sqrd your code above already does this, right? https://github.com/biolink/ontobio/issues/85#issue-245260839
@kltm @sierra-moxon Yeah it's true. If you copy that code into a file in ontobio, making sure to import those classes you could run it. But we will want a real command line entry into this. I'm working now to produce a command line entry point to this.
Additionally, once registered we run a 'snapshot' dry-run release every day, so you'd get fast feedback that way.
On 25 Jul 2017, at 16:47, dougli1sqrd wrote:
@kltm @sierra-moxon Yeah it's true. If you copy that code into a file in ontobio, making sure to import those classes you could run it. But we will want a real command line entry into this. I'm working now to produce a command line entry point to this.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/biolink/ontobio/issues/85#issuecomment-317905287
@dougli1sqrd any reason @sierra-moxon cannot just run ontobio-parse-assocs.py?
If one creates a GpiParser and attempts to parse the uncompressed attached zfin.gpi file below, the following error occurs:
I used this code to run it:
It's not clear yet if the file is at fault or if it's the parser. But in any case the parser should handle the wrong number of columns more gracefully.
Attached: zfin.gpi.zip