Hi everyone. I did the multi omics including single nuclei RNA sequencing and single nuclei ATAC sequencing for Macaca fascicularis. I need to create the custom references to map the FASTQ files using Cell Ranger arc.
Based on the instruction of Cellranger arc, I downloaded the Fasta (primary_assembly) and GTF file of Macaca_fascicularis_6.0 (GCA_011100615.1) in Ensembl.
I combine all fasta file for primary_assembly into 1 file and combine with the GTF file (Macaca_fascicularis.Macaca_fascicularis_6.0.113.chr.gtf.gz). However, when I finished mapping and started the analysis using Python version 3.10, I got this error. Seem like there are two many duplicates of genes.

I also tried mapping using the entire genome (toplevel fasta file). There was no error during data analysis using Python version 3.10. However, during data exploration. I noticed that the adata.var lacks one important gene for my cells. Then I tried the mapping using human genome. There were more genes mapped including the important gene missed using the Macaca_fascicularis toplevel fasta file. Thus, I think the mapping using the Macaca_fascicularis is not optimal yet.
I would like to ask someone already had experiences in making custom references genome:
- Why I have error if I use the primary_assembly fasta files? Because Cellranger arc recommended to use these files rather than the toplevel file.
- How to maximize the mapping step in my case? Because I cannot use the human reference genome.
-arc.
cellranger
multi-omics.
macaca
fascicularis.custom-references.