From 3f3209d1415db5361189ae03ad07756d303a8277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Mon, 9 Nov 2015 10:41:05 +0100 Subject: [PATCH] fixed issue #1 --- pymix/AminoAcidPropertyPrior.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymix/AminoAcidPropertyPrior.py b/pymix/AminoAcidPropertyPrior.py index 56ae29b..25d3c7d 100644 --- a/pymix/AminoAcidPropertyPrior.py +++ b/pymix/AminoAcidPropertyPrior.py @@ -167,7 +167,7 @@ def readUCSCPrior(filename): s = m3.groups(1)[0] alpha = s.split(' ') alpha = map(float,alpha) - as = alpha.pop(0) # first entry is the sum of the others -> remove + alpha.pop(0) # first entry is the sum of the others -> remove alpha_mat.append(alpha) # intergrate gap character '-' into the alphabet