Closed zglu closed 1 year ago
Thanks for the rapid development of the function. I tried with the following command but got an error:
cirro concat --output MouseBrain_concat/ V1_Adult_Mouse_Brain/V1_Adult_Mouse_Brain.h5ad V1_Mouse_Brain_Sagittal_Posterior/V1_Mouse_Brain_post_sct.h5ad
Traceback (most recent call last):
File "/Users/zlu/miniconda3/bin/cirro", line 5, in
What can be the problem please?
There was a bug parsing the command line arguments. Can you please update to the latest version and try again? Also, can you please use Python 3.9 or later too? Thanks.
Hi Joshua,
I've updated Python to 3.10 and installed the latest version of Cirro. Now the concat function works. But it seems that the row and col values in the data were swapped while the images were unchanged. For a single dataset it works in the same way. Maybe need to fix something..
Many thanks, Zhigang
Thanks for your reply. I'm not sure what you mean that "row and col values in the data were swapped" Are you using version 1.1.52.post1? Thanks.
Hi Joshua, Yes, I installed 1.1.52.post1 fresh today. It looks like the data was rotated and doesn't overlay with the image correctly.
Thanks. I can reproduce the error now. The row and column pixel spot coordinates are swapped for Space Ranger output prior to version 2.0. Will fix shortly.
Fixed in latest release. Thanks.
Fantastic. Now works beautifully. Thanks again for your prompt support, much appreciated! Have a pleasant weekend :)
Hello Cirro team, Does Cirro currently support displaying multiple Visium datasets (from different sections), each on top of an H&E image? (such as below an example from cellxgene)
Thanks, Zhigang