genecad
Predict plant and animal gene structures from genome assemblies
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install GeneCAD?โผ
Run `npx skills add plantcad/genecad --all -g -y` in your terminal to install all skills in this suite globally. Note that running the underlying pipeline itself requires a Linux machine with an NVIDIA CUDA GPU.
What does GeneCAD do?โผ
GeneCAD predicts gene structures directly from genome FASTA files using the PlantCAD2 DNA foundation model. It produces standard GFF3 annotation files without needing RNA-seq or protein evidence.
Does GeneCAD work for animal genomes?โผ
Yes, an experimental vertebrate model is available alongside the default plant model. The animal model is still in development, so results should be evaluated carefully before production use.
What hardware do I need to run GeneCAD?โผ
You need a Linux machine with an NVIDIA GPU with at least 16 GB of VRAM and CUDA 12.4 or newer. An A100 or H100 GPU is recommended for large genomes like wheat or barley.
How do I check the quality of GeneCAD predictions?โผ
Use the built-in evaluation command to compare predictions against a reference annotation. It reports CDS recall, splice site motif distributions, and BUSCO completeness scores.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides