From f5a9545854a0be64fb84b00b39634ff0f9dce222 Mon Sep 17 00:00:00 2001 From: jchang Date: Tue, 6 Jun 2000 03:20:16 +0000 Subject: [PATCH] routine updates --- AUTHORS | 1 + README | 17 +++++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 83d4e41bb56..651b6891a82 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,5 @@ Jeffrey Chang +Brad Chapman Andrew Dalke Katharine Lindner diff --git a/README b/README index 6ee0cc18f5c..5b082b5ecd8 100644 --- a/README +++ b/README @@ -20,8 +20,8 @@ System Requirements ------------------- o Python 1.52 or above +o distutils -Some of the testing code will not work with DOS. Installation @@ -36,6 +36,10 @@ installed to the $PYTHONPATH environment variable. All the libraries should be available under the 'Bio' package. +XXX to test +python br_regrtest.py + + Contributing, Bug Reports @@ -59,17 +63,16 @@ please report bugs to biopython@biopython.org. Distribution Structure ---------------------- +AUTHORS An (incomplete) list of people who have contributed. Bio/ The python package that makes up biopython Doc/ Documentation -Experimental/ Experimental code, not officially part of the distribution LICENSE License information for this package +MANIFEST.in Tells distutils what files to distribute NEWS Release notes and news README This file Scripts/ Miscellaneous, possibly useful, standalone scripts Tests/ Regression testing code - -The regression tests are currently all broken! We need to develop a -workable framework for doing this right. +setup.py @@ -80,7 +83,7 @@ To Do - Annotations on sequences - BLAST additions - o fix Scanner and write Parser for NCBIWWW + o write Parser for NCBIWWW o PSI-BLAST on WWW - parsers o Enzyme @@ -96,6 +99,8 @@ To Do - documentation(!!) - look into Zope-ifying the web site - deprecate Seq.py +- microarray data +- look into docstring browser If you see something here you would like to work on, please let me know!