From 74789c021fabd58bec8399aad5947857c593e10c Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 12 Aug 2009 16:23:12 -0700 Subject: [PATCH] Hide pi-helix in SS_CHOICES. All other terminal residues were commented out, but this one was not so it looked like a duplicate. --- pgd/pgd_constants.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pgd/pgd_constants.py b/pgd/pgd_constants.py index 806ca54..9e965c1 100644 --- a/pgd/pgd_constants.py +++ b/pgd/pgd_constants.py @@ -47,7 +47,7 @@ SS_CHOICES = ( ('H', 'α helix'), #('h', 'α helix (terminal)'), ('I', 'π helix'), - ('i', 'π helix'), + #('i', 'π helix'), ('T', 'H-bonded turn'), #('t', 'H-bonded turn (terminal)'), ('E', 'β sheet'), -- 1.6.0.6