We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4a236 commit b712a3dCopy full SHA for b712a3d
2 files changed
src/alphafold3/common/folding_input.py
@@ -648,6 +648,7 @@ def fill_missing_fields(self) -> Self:
648
id=self.id,
649
sequence=self.sequence,
650
modifications=self.modifications,
651
+ description=self.description,
652
unpaired_msa=self._unpaired_msa or '',
653
)
654
src/alphafold3/data/pipeline.py
@@ -538,6 +538,7 @@ def process_protein_chain(
538
id=chain.id,
539
sequence=chain.sequence,
540
ptms=chain.ptms,
541
+ description=chain.description,
542
unpaired_msa=unpaired_msa,
543
paired_msa=paired_msa,
544
templates=templates,
@@ -570,6 +571,7 @@ def process_rna_chain(
570
571
572
573
modifications=chain.modifications,
574
575
576
577
0 commit comments