-
Notifications
You must be signed in to change notification settings - Fork 28
input file name collision #180
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
Comments
This is an actual bug in the pipeline. It occurs because you insert The problem is that there are two files (filtered and unfiltered) with the same sample id and thus the same file name. The Thanks for the issue, should be a quick one. |
Please make sure to pull the latest version of the |
Uh oh!
There was an error while loading. Please reload this page.
It's my first time trying this pipeline, so it may be a foolish mistake I made.
This is the error I got:
Below is my sample sheet. Each sample has a "sample_filtered_feature_bc_matrix.h5" and a "sample_raw_feature_bc_matrix.h5".
And my command-line:
I first thought the error could be because all the h5 files have the same names across different samples for filtered and unfiltered separately. However, the same error popped up after I renamed the files.
Thanks.
The text was updated successfully, but these errors were encountered: