Closed cartal closed 2 years ago
Hi, thanks for the issue.
The issue happens when there expected layers (i.e., count matrices, for isoform1, ...) don't exist. This is likely that the processing of the bam file is unsuccessful, particularly when receiving warnings on "Cannot fetch reads in region:". Maybe you can first check your bam file. The different formats of chromosomes (e.g., chr16 and 16) are normally handled automatically, but may still be worth double-checking.
Also, did you see any output file, e.g., "read_count.mtx"? If so and it's empty, then it means the processing of the bam file fails. BTW, how many cells are there in your "samples.tsv" file?
Yuanhua
Hi,
Thank you for all the work and effort that went into BRIE/BRIE2. Very nice tool.
I am processing a SS2 dataset with
brie-count
as follows:This runs for a while with
samtools
-related warnings that look like this:and ultimately fails with:
It looks like the
anndata
can't be made because there are problems with the BAM file, but the BAM files seem fine.Any help with this would be much appreciated.