-
Notifications
You must be signed in to change notification settings - Fork 20
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
Integrate generate_microreact.py script #44
Comments
The dists.csv file should also be removed |
Added the "--generate-viz" mode to start to address this with update 873f317. This should allow a subset of data to be extracted and visualised as well. I condensed some of the functions within main.py, looks like this may have caused a problem according to the travis checks. |
Great, thanks! Working on sorting out the problems now |
Two issues cropping up with my code. First, there's a problem with the Cytoscape output file:
I'll try to have a look at what's going on here. |
To complete the error for Cytoscape above, the final line is:
|
I should update the travis-CI to do more thorough checks soon, as we've had a few regressions now as features have been added. First thought on the cytoscape error (might be the same in phandango and grapetree outputs) is that it might be the graph passed needing to be a dict with |
Microreact, Phandango and Grapetree all completed, albeit with the weird "set()" clustering, it only fell over on the Cytoscape output. |
Fixed in b07ebc2. |
Ah, didn't realise this was specific to the |
Move matrix index functions into one place
The script at
scripts/generate_microreact.py
should be integrated as an exported command in the main package to avoid duplicating functions.Additionally, the following should be fixed:
--output
isn't clear if it is a prefix/directory/file, and fails if a folder with that name does not existThe text was updated successfully, but these errors were encountered: