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 aa135ee commit 3a7d62eCopy full SHA for 3a7d62e
alphafold3_pytorch/life.py
@@ -14,7 +14,6 @@ def is_unique(arr):
14
return len(arr) == len({*arr})
15
16
# human amino acids
17
-# reordered so [N][...][C][OH] - [OH] is removed for all peptides except last
18
19
# NOTE: template SMILES were derived via `print([Chem.MolToSmiles(resname_to_mol[resname], canonical=False) for resname in resname_to_mol])`
20
# to guarantee the order (and quantity) of atoms in the SMILES string perfectly matches the atoms in the residue template structure
@@ -191,7 +190,6 @@ def is_unique(arr):
191
190
)
192
193
# nucleotides
194
-# reordered from 5' to 3', so [O][P][...][C(3')][OH] - hydroxyl group removed when chaining into a nucleic acid chain
195
196
DNA_NUCLEOTIDES = dict(
197
A=dict(
0 commit comments