-
Notifications
You must be signed in to change notification settings - Fork 6
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
error at "tile" step, do not see all data in chrome #134
Comments
Hello! Thanks for trying out the loom-viewer! As you noticed it's still rough around the edges, but that's why I need bug-reports from people like you :) It looks like you're missing the required image library because you're using MiniConda, which has fewer default packages. try installing it with Don't worry about the "invalid value..." message, it's a harmless warning that we're dividing by zero. As an aside: to avoid quoted text from being interpreted as markdown, but put it in a paragraph of its own, with three backticks above and below it. Like so:
That way the markdown engine will not interpret it as markdown, and instead show it as raw, mono space text:
Also, is there an actual closing parenthesis in your path after |
@eLinanin: FYI, I just pushed an update. It has better feedback and should give better image results too! Also, pass the |
@eLinanin, could you please confirm whether this fixes your issues? |
You have to expand the genes first:
(or any other loom file) This is explained in more detail in the Genes and Heatmap Tiles section of the documentation. These seem to be commonly forgotten steps, so I tried to make sure it more clearly explained better in the getting started section. Could you check the structure looks logical to you? |
I did it...
And also I did all the same steps for cortex.loom an it worked. I have the generated folder with 18 022 *.gzip files (this is amount of genes) in "rows" subfolder, but they are invisible in loom-viewer. |
Hmm, that is uh... frustrating. So if I follow correctly: with Are the names of the genes in the file? Currently the viewer requires that to function. It needs a a row attribute called If that is not the issue, then you probably have a real bug on your hands. If you can share the file with me I can look into it. |
Ah, see, that's the issue: the viewer just expects them to be labelled "Gene". It's a bit finnicky in this department. Just a minute, I'll add support for a few more labels. |
Ok, I just pushed an update. Try updating the viewer and see if things work now. |
Ok now I'm getting really puzzled. Could you perhaps send me the loom file? [email protected] (I assume you have a dropbox or something, unless the file is less than 20 megabytes, then Gmail should be able to handle it). PS: Thank you for reminding me to remove the old docs folder, it horribly outdated and misinformative. |
I agree that the best way is to give you a file, as it seems that something wrong with it (or, perhaps, with me :). But i need first to ask permission from @slinnarsson. |
I'm in Sten's group, I would be very surprised if I wasn't allowed access to this file ;) |
Ok, sorry! I didn't know. I've just sent you a file. |
Hello!
I am trying to start using loom-viewer. I have a file form Stan's Lab which is not published as a loom file yet, I suppose (sn_vta). When I am trying to tile it in anaconda it always has different errors. For now is:
"2017-11-08 12:43:36,428 - INFO - Precomputing heatmap tiles, stored in subfolder:
C:\Users)\loom-datasets\VTA_Linnarsson\sn_vta.loom.tiles
C:\Users)\Miniconda3\lib\site-packages\loom_viewer\loom_tiles.py:167: RuntimeWarning: invalid value encountered in true_divide
tile /= maxes
2017-11-08 12:43:45,583 - ERROR - module 'scipy.misc' has no attribute 'toimage'
It is actually creates "tiles" folder, but it is empty. And after launching loom. bat, I can't see heatmap or genes in browser window. But I see data about animals, sex and age, some names of clusters - everything in "Cell Metadata" but not in other links.
Expand command works well. Last update - today.
I tried to download available dataset from here (cortex.loom). But the link doesn't open.
Hope to get some help with it.
Thank you!
The text was updated successfully, but these errors were encountered: