-
Notifications
You must be signed in to change notification settings - Fork 8
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
Made changes equal to PR 716 #725
Conversation
Received the following error through the travis-ci build:
Tried running "npm update" to see if it would address the issue recieved the following terminal error:
The same error occurred when I tried "npm install". I believe this is directly related to #717 . Will move forward with this when updates are made there. |
Moving checklist down here: Pull Request Checklist
|
Closed PR #716 in lieu of the changes made on this branch. |
@mihirsamdarshi or @afiller1 May one of you pull this branch and run it on your machine? For some reason, I'm unable to make changes to graph.js and have them be applied to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR addresses part of the following issue:
#698
Here I created a pipeline of data from graph.js to api.js to support a gene symbol, species name, and taxon id.
The changes are the same as those in PR #716 , but no changes were made to package.json or package-lock.json. Because of this, I was able to successfully export the graph to a file when I ran through the PR checklist.