From b87b83a4236b221d5b49717453676f9cfef22edd Mon Sep 17 00:00:00 2001 From: brook Date: Fri, 9 Aug 2019 21:52:34 +0000 Subject: py-biopython: initial commit The Biopython package contains high-quality, reusable modules and scripts written in Python to make it as easy as possible to use Python for bioinformatics. The Biopython includes the follwing: the ability to parse bioinformatics files into python utilizable data structures, including support for the formats such as Blast output, Clustalw, FASTA, GenBank, PubMed and Medicine, various Expasy files, SCOP, Rebase, UniGene, and SwissProt. --- biology/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'biology/Makefile') diff --git a/biology/Makefile b/biology/Makefile index ad47215398d..274cbc2ac92 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2019/05/10 16:20:22 bacon Exp $ +# $NetBSD: Makefile,v 1.55 2019/08/09 21:52:34 brook Exp $ # COMMENT= Software for the biological sciences @@ -43,6 +43,7 @@ SUBDIR+= plinkseq SUBDIR+= primer3 SUBDIR+= profit SUBDIR+= puzzle +SUBDIR+= py-biopython SUBDIR+= py-mol SUBDIR+= py-pydicom SUBDIR+= rasmol -- cgit v1.2.3