Closed rargelaguet closed 1 year ago
Which version were you using? Can you run ‘’’chromap -v’’’ to get the version and let us know?
Sorry I forgot to include this information.
I installed it from bioconda
> chromap --version
0.2.3-r407
Cell barcode whitelist file: /bi/group/reik/ricard/data/software/cellranger-atac-2.1.0/lib/python/atac/barcodes/737K-cratac-v1_revcomp.txt.gz
It looks like you were using gz file for whitelist, which is not supported yet. See #51. You can try --barcode-whitelist <(zcat whitelist.tsv.gz)
or unzip it and use the txt
file.
Seems to be working now, thank you!
Hello, I am running chromap to process scATAC-seq from 10x chromium as follows:
where the R1 and R3 files are 50bp read counts and the R2 files is the cell barcode (16nt):
I however get the following output and error:
Any idea why it does not detect the right barcode length (16nt?)
Thanks, Ricard