mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
fix: permute U in association_schemes_stripped
This commit is contained in:
committed by
Raktim Mitra
parent
3d016cd389
commit
84648be95a
@@ -226,10 +226,7 @@ ATOM14_ATOM_NAME_TO_ELEMENT = {
|
||||
|
||||
strip_list = lambda x: [(x.strip() if x is not None else None) for x in x] # noqa
|
||||
|
||||
association_schemes_stripped = {
|
||||
name: {k: strip_list(v) for k, v in scheme.items()}
|
||||
for name, scheme in association_schemes.items()
|
||||
}
|
||||
|
||||
SELECTION_PROTEIN = ["POLYPEPTIDE(D)", "POLYPEPTIDE(L)"]
|
||||
SELECTION_NONPROTEIN = [
|
||||
"POLYDEOXYRIBONUCLEOTIDE",
|
||||
|
||||
Reference in New Issue
Block a user