From 2b20c5d8134b550f3a4e9603793fc8a80fcb9e0f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 19 Oct 2004 01:16:18 +0000 Subject: [PATCH] * Fixed error in asparagine color, thanks to Debora Nicoll for finding it --- wheel/wheel.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wheel/wheel.pl b/wheel/wheel.pl index 61655cf..0c31923 100755 --- a/wheel/wheel.pl +++ b/wheel/wheel.pl @@ -20,7 +20,7 @@ -my $VERSION="0.10 p06 12/14/2001 DLA"; +my $VERSION=q$Id: wheel.pl,v 1.2 2004-10-19 01:16:18 don Exp $; # Intial Released Version 0.10 # p01: Fixing displayed angle @@ -366,10 +366,6 @@ if (defined $q->param('draw') and $q->param('draw')=~/yes/) { abbr=>'asn', woct=>0.85, wif=>0.42, - charged=>1, - fill=>[187,187,255], - border=>[187,187,255], - shape=>'triangle', }, Q=>{name=>'Glutamine', abbr=>'gln', -- 2.39.2