Skip to content
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

Problem with downloaded 10x Genomics from GEO (SRA) #2

Open
shenghuanjie opened this issue Nov 5, 2019 · 1 comment
Open

Problem with downloaded 10x Genomics from GEO (SRA) #2

shenghuanjie opened this issue Nov 5, 2019 · 1 comment
Labels
rnaseq issues realted RNA-seq both bulk and single cell

Comments

@shenghuanjie
Copy link
Contributor

shenghuanjie commented Nov 5, 2019

While extracting bam files from SRA, there might be a problem if you use the standard commands from samtools.
For example, in this dataset, if you run:

sam-dump SRR8895023 | samtools view -bS - > SRR8895023.bam

It will not get the original 10xBAM file with required headers for Cell Ranger to perform the alignment.
This is also mentioned here:
'Invalid BAM record: read: "1" is missing tag: "CR"'

@shenghuanjie
Copy link
Contributor Author

It turns out that you need cellranger from 10x to work with their data.

@shenghuanjie shenghuanjie added the rnaseq issues realted RNA-seq both bulk and single cell label Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rnaseq issues realted RNA-seq both bulk and single cell
Projects
None yet
Development

No branches or pull requests

1 participant