-
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
Folder structure is inconsistent #4
Comments
Regarding compressed |
We support two CellRanger directory layouts, see https://github.com/frisen-lab/TREX/blob/main/src/trex/cellranger.py. The CellRanger 2 layout:
The CellRanger 3 layout:
We detect the format automatically depending on whether a You wrote |
To your first question: I haven't seen that error myself but I got told by someone using the code that this happened only when trying to run the pipeline on the test data with the -f flag. If required, I can request the person to reproduce the error and send the error message. |
To the second question: This was a typo from my side, I am sorry for confusion! The layouts of CelllRanger 2 and 3 are exactly as you write it. And the person I talked to said she had to rename folders to the CellRanger 3 layout as soon as she used extra arguments. I will ask her to send more details. This is of interest for issue #10 and will be posted there |
The person reporting issues on folder name and compression of files could not reproduce the error. Therefore I would keep the folder names and files as they are and also close this issue for now |
The folder structure of this git repository is inconsistent and confusing. For example,
annotations
folder and its contents #12expected
can be moved to/tests/expected
chrTomato-N.fa
in/tests/data/outs/
should be moved to/tests/data/
/tests/data/outs/filtered_gene_bc_matrices
should be renamed to/tests/data/outs/filtered_feature_bc_matrices
barcodes.tsv
,genes.tsv
andmatrix.mtx
in/tests/data/outs/filtered_gene_bc_matrices)/hg38_Tomato-N/
are expected to be compressed (e.g.barcodes.tsv.gz
by the algorithm and algorithm gives error if notThe text was updated successfully, but these errors were encountered: