question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create_from_cellranger() incompatible w/ Cellranger 3.0

See original GitHub issue

Having installed CellRanger 3.0 (v3.0.1), I tried to generate loom files using create_from_cellranger() (loompy v2.0.16). I got the following:

File "/home/user/virtualenv-15.2.0/pyEnv2/lib/python3.6/site-packages/loompy/loompy.py", line 1025, in create_from_cellranger
    genome = [f for f in os.listdir(matrix_folder) if not f.startswith(".")][0]
FileNotFoundError: [Errno 2] No such file or directory: '/data/user/chromium/samples/10X_069/outs/filtered_gene_bc_matrices'

According to the release notes of CellRanger 3.0, there are some changes in the output file format (quoting some points bellow):

Output File Format Changes

  • The file formats of the gene-barcode matrix (now called the feature-barcode matrix) have changed to accomodate Feature Barcoding results.
  • The mtx and barcodes.tsv files are now gzipped to save disk space
  • The genes.tsv file has been renamed features.tsv.gz, and contains extra columns indicating the feature_type of each gene / feature.

https://support.10xgenomics.com/single-cell-gene-expression/software/release-notes/3-0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
slinnarssoncommented, Jan 31, 2019

I pushed 2.0.17 just now and it should be in pypi shortly.

Note: conda loompy is not updated, so please use pip install -U loompy to update

1reaction
pl-kicommented, Dec 14, 2018

Right, I forgot to push this, will do shortly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Cell Ranger -Software - Support
ERROR alerts indicate a major issue, and there is unlikely to usable results in the output. For example, running cellranger on a human...
Read more >
Release Notes for Cell Ranger 3.0 Gene Expression ... - Support
Please note that while Cell Ranger is now compatible with CITE-seq data, CITE-seq is not a supported application. To ensure full support for...
Read more >
Creating a Reference Package with cellranger mkref - Support
Cell Ranger allows users to create a custom reference package using cellranger mkref . To make a custom reference, you will need a...
Read more >
Release notes for Cell Ranger 7.1.0 (December 7, 2022)
Improvement to 3' Cell Multiplexing tag assignment for samples with a large number of zero CMO UMI counts. Fixed a 3' Cell Multiplexing...
Read more >
Fixed RNA Profiling with cellranger multi -Software - Support
Targeted Gene Expression is not compatible for aggregation with Fixed RNA Gene Expression (FRP). Some assay chemistry combinations are supported for aggregation ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found