Methodology
Germinal employs a three-stage pipeline that co-optimizes antibody structure and sequence through joint optimization of structure prediction confidence and antibody sequence likelihood.1. Hallucination (Design Stage)
The design stage inverts AlphaFold-Multimer to sample sequences that bind desired epitopes with high predicted confidence. Simultaneously, AbLang2 sequence likelihoods bias sampling toward naturally occurring antibody sequences. This dual-objective optimization navigates a trade-off between structural confidence and antibody naturalness. The hallucination proceeds through three phases:- Logits phase: Initial sequence exploration with gradually increasing language model influence
- Softmax phase: Temperature annealing to refine sequence selection
- Semi-greedy phase: Final sequence commitment with strong language model guidance
- Paratope loss: Ensures binding occurs through CDR regions rather than framework residues
- α-helix loss: Prevents CDRs from forming rigid helical structures
- β-strand loss: Encourages flexible loop conformations characteristic of functional antibodies
2. Sequence Optimization
Sequences passing initial structural filters proceed to AbMPNN (antibody-specific ProteinMPNN), which redesigns CDR residues not in direct contact with the antigen. This improves binder stability while preserving the binding interface.3. Filtering & Validation
Final designs are co-folded using Chai-1 to provide an independent structural assessment. Strict confidence thresholds (ipTM, pLDDT) identify candidates with the highest probability of experimental success.Continuous Generation
Each Germinal job operates as a continuous loop that repeatedly generates and evaluates designs until one accepted design is found. Each iteration:- Generates a new candidate through hallucination
- Applies initial structural filters
- Runs AbMPNN sequence optimization on passing candidates
- Applies final Chai-1 confidence filters
- If the design passes all filters, the job completes; otherwise, it loops back to step 1
failure_counts.csv output file tracks how many trajectories failed at each step, which is useful for understanding the acceptance rate for your specific target.
To generate multiple designs, increase the Number of Designs parameter—this launches additional parallel jobs, each independently looping until it finds one accepted design.
Configuration
Required Settings
Design Parameters
Custom Framework Settings
These settings appear only when Framework is set to Custom:scFv-Specific Settings (Custom Framework Only)
Advanced Settings
Best Practices
Epitope Selection Strategy
Germinal excels at blocking specific protein-protein interactions (PPIs). For optimal results:- Provide hotspot residues corresponding to known functional interfaces to steer the design toward competitive binders
- Focus on accessible epitopes: Surface-exposed residues with clear structural definition yield higher success rates
- Consider epitope size: 3-8 hotspot residues typically provide sufficient guidance without over-constraining the design
Framework Selection
- Generic frameworks are recommended for most use cases and have been validated across diverse targets
- Custom frameworks enable designs on proprietary scaffolds with favorable developability profiles or humanization characteristics
- When using custom frameworks, ensure accurate CDR and framework length annotations—incorrect values will cause design failures
Understanding Output Metrics
Designs are ranked by structural confidence scores from Chai-1 co-folding:Amino Acid Omission
By default, Cysteine (C) is excluded from CDR designs to prevent:- Unwanted disulfide bridge formation
- Protein aggregation issues
- Oxidation-related instability
C,M to also exclude methionine) based on your expression system or stability requirements.
Experimental Validation
Germinal achieves 4–22% experimental success rates across diverse protein targets, including:
These results demonstrate that testing 40–100 designs typically yields multiple nanomolar-affinity binders, making Germinal practical for low-throughput experimental validation without requiring large-scale screening campaigns.
Output Format
Germinal generates an organized output directory containing all designs and their associated metrics:Key Output Files
The
all_trajectories.csv file is particularly useful for understanding design quality across the full run, as it contains in silico metrics for every design that passed the hallucination stage, regardless of whether it was ultimately accepted.
Limitations
- Target size: Memory constraints favor smaller proteins; large targets should be truncated to regions of interest
- Protein epitopes only: Currently limited to protein targets (glycans, small molecules, and nucleic acids are not supported)
- Computational cost: Each design iteration requires structure prediction and backpropagation, making generation computationally intensive