MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

Fix the parser issue #178

Closed Habush closed 4 years ago

Habush commented 4 years ago

This fixes the parser issue #162 without depending the merging of https://github.com/aconchillo/guile-json/pull/54 unlike PR #172 . I agree with @linas & @rekado in that what I did in #172 was dangerous and I will close the PR to the guile-json upstream repo.

mjsduncan commented 4 years ago

i tried to use this commit as the scheme module for the local/development branch of the annotation service and the docker build still halts with 4 failed unit tests.

Habush commented 4 years ago

@mjsduncan The tests pass for me locally and also in the CI. So can you please share the logs for the failing tests? You can find the logs under the tests directory.

Habush commented 4 years ago

@rekado @mjsduncan Merging this as it is needed for the production version of the annotation-service.