David Příhoda
David Příhoda
Hi @lschaus0408 thanks for reporting this. I am trying to reproduce the error but it works for me with pandas `2.0.1`. I will keep this ticket open for a while....
Hi @BoraBak sorry, this doesn't look familiar to me. This project has unfortunately not been used or maintained for a few years now, so I cannot help out with this.
You will have to convert the `owl` file to a `n-triples` file, e.g. using http://www.l3s.de/~minack/rdf2rdf/
Can you attach the n-triples file here?
What command are you running? Parsing and showing some basic stats works for me with your `doid.nt` file: ``` mvn exec:java -Dexec.args="stats \ --input.file /path/to/doid.nt \ --input.batchSize 1000000 \ --stat...
One thing that I had to fix in your command was to use absolute paths to the input and output files, maybe that is your error. Otherwise only warnings were...
Hi @noam2, thanks for letting me know, the README was missing one step. You first need to build the project using `mvn compile`. Let me know if that works for...
Hi @arogozhnikov, I also made some effort to migrate to `pyhmmer` which enables pure pip install without `hmmer` dependency, I even created a PR to ANARCI repo but there was...
Isn't `bots start` development mode? 😄 AFAIK you will need at least two processes for celery and webserver
Yes the second one is needed to call the ready function. We might not need the ready function in the future but for now we have to use botshot.apps.BotshotConfig