-
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
read10xVisium describes the wrong directory structure #76
Comments
Thanks @LTLA for raising this and the other 3 issues a few days ago. We are going to discuss in our Slack channel and then push some updates. |
Ah in this one the While testing it out now I also noticed the |
This will also require moving the files in |
The |
True - maybe that will cause more problems than it is worth |
Although I think it might actually be a bug since when I try simple code as follows, I get an error due to the missing
I'll test it out some more and figure out if I am doing something wrong in my current example or if it is a bug. |
I think it's just a bug. We are missing I'll check it to make sure I am understanding correctly, and open a pull request so we can discuss in our next meeting @drighelli @HelenaLC .
|
Perhaps, but people (a.k.a. me) are already adding Putting aside the backwards-incompatibility, what's wrong with requiring people to supply a path directly to Furthermore, I would argue that this auto-addition actively gets in the way of power users. People might be running Spaceranger, moving |
Hmm, ok thanks, will think about it some more. My view was that adding But if this would now create additional unintended problems for more advanced users, then we do not want this either. We will discuss some more before deciding, and I'll also have a look at how |
This is a good idea if we do proceed with this. I could easily add an
|
Maybe an |
If you want to please both sets of users, you can have both |
Done in #87 |
Currently,
?read10xVisium
says that it expects the following file structure:The
raw/
doesn't look right. I assume that onlyfiltered_feature_bc_matrix
is intended here, with possiblyraw_feature_bc_matrix
ifdata="raw"
.It may also be worth noting which files and directories are actually needed for different options, e.g., the HDF5 file is only required if
type="HDF5"
. This is relevant when people are trying to manually reassemble some Spaceranger-like organization from another source, e.g., GEO.The text was updated successfully, but these errors were encountered: