Import biology/p5-Bio-DB-EMBL
This module allows the dynamic retrieval of sequence objects Bio::Seq from the EMBL database using the dbfetch script at EBI: https://www.ebi.ac.uk/Tools/dbfetch/dbfetch @conflict tweak from sthen OK afresh1@
This commit is contained in:
parent
be6d815e35
commit
c6d6e88320
22
biology/p5-Bio-DB-EMBL/Makefile
Normal file
22
biology/p5-Bio-DB-EMBL/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/25 23:37:52 cwen Exp $
|
||||
|
||||
COMMENT = database object interface for EMBL entry retrieval
|
||||
|
||||
DISTNAME = Bio-DB-EMBL-1.7.4
|
||||
|
||||
CATEGORIES = biology
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = biology/bioperl>=1.7.7
|
||||
|
||||
# XXX tests require network
|
||||
TEST_DEPENDS = devel/p5-Test-Most \
|
||||
devel/p5-Test-RequiresInternet
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
biology/p5-Bio-DB-EMBL/distinfo
Normal file
2
biology/p5-Bio-DB-EMBL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Bio-DB-EMBL-1.7.4.tar.gz) = /OCAxLPbe8xSn9DPDSlwDQuG74u+f3eth/Qpo65+Gic=
|
||||
SIZE (Bio-DB-EMBL-1.7.4.tar.gz) = 13927
|
3
biology/p5-Bio-DB-EMBL/pkg/DESCR
Normal file
3
biology/p5-Bio-DB-EMBL/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module allows the dynamic retrieval of sequence objects
|
||||
Bio::Seq from the EMBL database using the dbfetch script at EBI:
|
||||
https://www.ebi.ac.uk/Tools/dbfetch/dbfetch
|
4
biology/p5-Bio-DB-EMBL/pkg/PLIST
Normal file
4
biology/p5-Bio-DB-EMBL/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/25 23:37:52 cwen Exp $
|
||||
@conflict bioperl-<1.7
|
||||
${P5SITE}/Bio/DB/EMBL.pm
|
||||
@man man/man3p/Bio::DB::EMBL.3p
|
Loading…
Reference in New Issue
Block a user