kb_python icon indicating copy to clipboard operation
kb_python copied to clipboard

Adding a gene for a custom reference

Open eigenP opened this issue 1 year ago • 1 comments

Describe the issue I'm making a custom reference (for the chicken genome) and I also want to add the GFP sequence. I have successfully done so following the instructions for cellranger (https://www.10xgenomics.com/support/software/cell-ranger/latest/tutorials/cr-tutorial-mr) (and the analysis works as expected with cellranger), but after inspecting the final outputs of kb ref and count, there is no GFP (also no trace of it in t2g.txt, etc.)

Any pointers (e.g. do I need to add more fields in the GFP gtf or FASTA than what the 10x tutorial) would be greatly appreciated! Thank you in advance.

What is the exact command that was run?

kb ref -i index.idx -g t2g.txt -f1 cdna.fasta --overwrite Gallus_gallus.bGalGal1.mat.broiler.GRCg7b.dna_GFP.toplevel.fa Gallus_gallus.bGalGal1.mat.broiler.GRCg7b.112.filtered.GFP.gtf

eigenP avatar Oct 23 '24 15:10 eigenP

You need to put more fields into the GTF. Take a look at an example for another gene and use that as a template for making your custom GTF entry.

Yenaled avatar Oct 24 '24 20:10 Yenaled

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Nov 24 '24 00:11 github-actions[bot]