-
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
Cytoscape visualization not being generated #184
Comments
Hi @andreaniml - does the version you are using have a |
Yes, this is the expected format for outputs to Cytoscape - we'll update the tutorial accordingly. |
Closing as this will be addressed in #185 |
Versions
poppunk 2.4.0
poppunk_sketch 1.7.3
Command used and output returned
Taking the listeria example dataset mentioned on Quickstart in 2.2.0 docs (https://poppunk.readthedocs.io/en/v2.2.0-docs/quickstart.html):
poppunk --create-db --r-files reference_list.txt --output lm_example
poppunk --fit-model bgmm --ref-db lm_example --output modelK4 --K 4
poppunk_visualise --ref-db lm_example --model-dir modelK4 --output Try01 --cytoscape
Describe the bug
Hello! Here's the cytoscape bug I mentioned in the other issue
I can't generate a cytoscape output, whenever I try with --cytoscape flag I get:
A folder is created, however it is empty
I was able create a microreact output, it seems to be a cystoscape-only probem
Maybe useful information:
I'm using poppunk in WSL
The text was updated successfully, but these errors were encountered: