
ABodyBuilder3 predicts antibody variable-domain structures from paired heavy and light chain sequences. It returns a PDB structure and, for the pLDDT checkpoint, per-residue confidence values.

Generate protein conformational ensembles with ESMFlow, the single-sequence AlphaFlow model family. Produces multiple diverse structures showing protein flexibility and dynamics.

AlphaFold2 via ColabFold for high-accuracy protein structure prediction. Uses MMSeqs2 API for MSA generation with no local databases required. Supports monomer and multimer prediction.

Boltz-2 is a biomolecular foundation model for structure and binding affinity prediction. Supports proteins, ligands, DNA, and RNA in multi-component complexes. Automatically scales GPU resources for large complexes. Predicts binding affinity with near-FEP accuracy at 1000x faster speed.

Chai-1 is a multi-modal foundation model for molecular structure prediction. Predicts 3D structures for proteins, ligands, DNA, RNA, and multi-component complexes with high accuracy.

ESMfold is a fast, single-sequence protein structure predictor from Meta AI. Predicts 3D protein structures directly from amino acid sequences without requiring multiple sequence alignments (MSA), making it significantly faster than AlphaFold while automatically scaling GPU resources for larger proteins.

ESMFold2 predicts protein structures and multi-chain protein complexes from amino acid sequences using Biohub protein language models. The first ProteinIQ release focuses on sequence-based protein folding with confidence metrics, native mmCIF structures, and optional PAE, distogram, and pair-chain iPTM outputs.

Cyclic peptide structure prediction using HighFold, a modified ColabFold/AlphaFold2 framework with CycPOEM (Cyclic Position Offset Encoding Matrix) for head-to-tail and disulfide bridge constraints.

ImmuneBuilder predicts 3D structures of immune receptor proteins including antibodies, nanobodies, and T-cell receptors. It uses ABodyBuilder2, NanoBodyBuilder2, and TCRBuilder2/TCRBuilder2+ to generate structures with per-residue error estimates and optional ensemble artifacts.

Controllable biomolecular structure prediction model for proteins, ligands, DNA, RNA, and multi-component complexes. IntelliFold 2 supports fast v2-Flash inference, optional MSA generation, and ranked confidence outputs.
PeptideBuilder creates all-atom peptide structures from one-letter amino acid sequences. It is best understood as a geometry-based coordinate builder, not a protein folding predictor: the input sequence is placed into a chosen backbone conformation and written as a PDB file.
The original PeptideBuilder library was designed for model peptides with known or deliberately chosen backbone angles. It uses residue-specific geometry defaults for the 20 standard amino acids and can build extended chains, helices, beta-strand-like conformations, or custom phi, psi, and omega angle combinations. It does not search conformational space, minimize energy, predict confidence, or pack side-chain rotamers against an environment.
This makes PeptideBuilder useful when a simple, reproducible starting structure is needed: short peptide examples, idealized secondary-structure fragments, control structures for downstream scripts, or inputs that will later be refined with molecular modeling software.
PeptideBuilder online on ProteinIQ builds a model peptide PDB from a single canonical amino acid sequence. Paste a raw sequence or FASTA record, choose the backbone geometry, optionally add a terminal OXT atom, and run the job. Results include a 3D structure viewer, a downloadable PDB file, and a summary table with angles and atom counts.
| Input | Description |
|---|---|
Peptide sequence | One protein or peptide sequence using the 20 canonical one-letter amino acid codes. Raw text and FASTA are accepted. |
FASTA file | .fasta, .fa, or .txt file containing one FASTA record. Multiple records are rejected. |
UniProt fetch | A UniProt sequence can be imported when a known accession is available. The same single-sequence and canonical-residue rules apply. |
ProteinIQ accepts one sequence up to 500 residues. Non-standard symbols such as B, J, O, U, X, and Z are rejected before the job runs. This prevents accidental fallback behavior where an unrecognized residue could be treated like glycine geometry.
| Setting | Default | Description |
|---|---|---|
Conformation | Extended | Selects how the backbone is constructed. Extended uses PeptideBuilder's extended-structure function. Other modes pass angle lists to the structure-building function. |
Phi | -120 | Custom phi angle in degrees for residues after the first. Active when Conformation is set to Custom angles. |
Psi | 140 | Custom psi angle in degrees for the residue before each added residue. Active when Conformation is set to Custom angles. |
Omega | -370 | Custom omega angle in degrees. Values below -360 preserve PeptideBuilder's omitted-omega behavior. |
Add terminal OXT | On | Adds the terminal OXT atom after the peptide is complete, matching the standard PeptideBuilder example workflow. |
| Preset | Angles used | When it is useful |
|---|---|---|
Extended | PeptideBuilder extended geometry | A neutral starting model for downstream manipulation, testing, or format conversion. |
Alpha helix | phi = -60, psi = -40, omega = -370 | A simple helical fragment when the expected local conformation is alpha-helical. |
Beta strand | phi = -120, psi = 140, omega = -370 | A strand-like starting chain or an extended beta conformation. |
Custom angles | User-selected scalar phi, psi, and omega values | Controlled Ramachandran sampling, teaching examples, and systematic geometry tests. |
The custom angle settings use the same scalar value for each eligible residue position. PeptideBuilder is not selecting a different phi or psi for each residue based on sequence context, so the result is intentionally idealized.
PeptideBuilder returns one generated structure per job.
| Result | Description |
|---|---|
Viewer | Interactive display of the generated PDB structure. |
peptidebuilder_structure.pdb | Downloadable PDB file containing the model peptide coordinates. |
Data | Summary row with the input label, sequence length, conformation, angle values, terminal OXT setting, atom count, PeptideBuilder version, and source commit. |
The PDB contains model coordinates for chain A. It does not include a model quality score, pLDDT, RMSD, energy, or binding metric because PeptideBuilder constructs geometry directly rather than evaluating an ensemble of candidate structures.
PeptideBuilder builds a peptide by assembling residues with internal coordinate geometry. The companion geometry definitions contain bond lengths, bond angles, and dihedral parameters for standard amino acids; the structure-building functions convert those definitions into Cartesian atom coordinates and return a Biopython structure object.
For an extended chain, ProteinIQ calls PeptideBuilder's extended-structure path. For alpha helix, beta strand, and custom angle modes, the selected phi, psi, and omega values are expanded into angle lists of length sequence length - 1, then passed into the PeptideBuilder structure function. After all residues are placed, the optional terminal OXT atom is added and the structure is saved as PDB through Biopython's PDB writer.
The important methodological detail is what PeptideBuilder does not do. The original PeptideBuilder paper states that the library was created for model peptide construction with pre-specified backbone angles, and that it does not include energy minimization or rotamer packing because specialized tools already exist for those steps. In practice, the returned PDB should be treated as a clean coordinate model with idealized geometry, not as a validated native-like fold.
PeptideBuilder output is deterministic for the same sequence and settings. If the same peptide is run twice with identical conformation settings, the generated coordinates should match aside from harmless file metadata differences.
The most important interpretation question is whether the selected backbone angles make sense for the intended use:
For checking whether a generated model occupies expected backbone regions, run the output through Ramachandran plot. For comparing a refined version against the original generated model, use RMSD calculator.
PeptideBuilder and AI structure predictors answer different questions.
| Tool | Best use | Output style |
|---|---|---|
| PeptideBuilder | Generate an idealized model from specified geometry. | One PDB with user-controlled backbone angles and no confidence score. |
| HighFold | Predict cyclic peptide structures with head-to-tail topology and optional disulfides. | Ranked predictions with AlphaFold/ColabFold-style confidence outputs. |
| AlphaFold 2 | Predict folded protein structures when MSA-based inference is appropriate. | Predicted structures with confidence metrics. |
| ESMFold | Quickly predict protein structures from sequence alone. | Fast single-sequence predictions with pLDDT-style confidence. |
Use PeptideBuilder when the goal is to create a controlled starting geometry. Use a predictor when the goal is to infer a likely biological structure from sequence. For cyclic peptides, disulfide-constrained peptides, or peptides whose conformation depends strongly on sequence and topology, HighFold is usually the better first model. For linear proteins with unknown folds, AlphaFold 2 or ESMFold is more appropriate.
PeptideBuilder output can still fit into prediction and modeling workflows. It can provide an initial coordinate file for visualization, format testing, geometry education, or downstream refinement. If the model needs hydrogens, missing-atom cleanup, or simulation preparation after manual edits, PDB Fixer can prepare the resulting PDB for molecular dynamics workflows.