-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor analysis module #177
Conversation
d4d69d6
to
e2b3cf1
Compare
720f166
to
135b89f
Compare
eef6e15
to
394cd0a
Compare
I tried to add the neo4j url as an explicit environment variable, but the NEO4J client still can't find the URL in the test runs. |
The new tests I added are now all failing with this error (they are passing locally for me):
I'm not sure what to make of that, since all I can find on searching this is that there could be typos in the credentials. I've checked the URL and it corresponds to what I have locally, where things work. |
788eb7f
to
acfe2b7
Compare
acfe2b7
to
473a85a
Compare
This pr refactors the gene_blueprints and metabolite_blueprints to separate web dependency code from analysis code.
TODO: