Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 18:08:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492058 - in head/biology: . prodigal
Message-ID:  <201902031808.x13I8EJb020299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Feb  3 18:08:14 2019
New Revision: 492058
URL: https://svnweb.freebsd.org/changeset/ports/492058

Log:
  New port: biology/prodigal: Protein-coding gene prediction for prokaryotic genomes

Added:
  head/biology/prodigal/
  head/biology/prodigal/Makefile   (contents, props changed)
  head/biology/prodigal/distinfo   (contents, props changed)
  head/biology/prodigal/pkg-descr   (contents, props changed)
Modified:
  head/biology/Makefile

Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile	Sun Feb  3 17:28:37 2019	(r492057)
+++ head/biology/Makefile	Sun Feb  3 18:08:14 2019	(r492058)
@@ -101,6 +101,7 @@
     SUBDIR += phyml
     SUBDIR += plinkseq
     SUBDIR += primer3
+    SUBDIR += prodigal
     SUBDIR += protomol
     SUBDIR += psi88
     SUBDIR += py-Genesis-PyAPI

Added: head/biology/prodigal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/prodigal/Makefile	Sun Feb  3 18:08:14 2019	(r492058)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	prodigal
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.6.3-2
+DISTVERSIONSUFFIX=	-gfe80417
+CATEGORIES=	biology
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Protein-coding gene prediction for prokaryotic genomes
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	hyattpd
+GH_PROJECT=	Prodigal
+
+BINARY_ALIAS=	gcc=${CC}
+MAKE_ARGS=	INSTALLDIR=${STAGEDIR}${PREFIX}/bin
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/biology/prodigal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/prodigal/distinfo	Sun Feb  3 18:08:14 2019	(r492058)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549215427
+SHA256 (hyattpd-Prodigal-v2.6.3-2-gfe80417_GH0.tar.gz) = a8229a3ce38f7d6553730d5a5d3c46c619abd502de8527cb175e9af022c3b371
+SIZE (hyattpd-Prodigal-v2.6.3-2-gfe80417_GH0.tar.gz) = 611025

Added: head/biology/prodigal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/prodigal/pkg-descr	Sun Feb  3 18:08:14 2019	(r492058)
@@ -0,0 +1,22 @@
+Fast, reliable protein-coding gene prediction for prokaryotic genomes.
+
+Features:
+* Predicts protein-coding genes: Prodigal provides fast, accurate protein-coding
+  gene predictions in GFF3, Genbank, or Sequin table format.
+* Handles draft genomes and metagenomes: Prodigal runs smoothly on finished
+  genomes, draft genomes, and metagenomes.
+* Runs quickly: Prodigal analyzes the E. coli K-12 genome in 10 seconds on a
+  modern MacBook Pro.
+* Runs unsupervised: Prodigal is an unsupervised machine learning algorithm. It
+  does not need to be provided with any training data, and instead automatically
+  learns the properties of the genome from the sequence itself, including RBS
+  motif usage, start codon usage, and coding statistics.
+* Handles gaps and partial genes: The user can specify if Prodigal should build
+  genes across runs of N's as well as how to handle genes at the edges of
+  contigs.
+* Identifies translation initiation sites: Prodigal predicts the correct
+  translation initiation site for most genes, and can output information about
+  every potential start site in the genome, including confidence score, RBS
+  motif, and much more.
+
+WWW: https://github.com/hyattpd/Prodigal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902031808.x13I8EJb020299>