mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
biology/pear-merger: Memory-efficient and accurate paired-end read merger
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14959
This commit is contained in:
parent
69761b7e26
commit
f2f1fab1b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466449
@ -78,6 +78,7 @@
|
||||
SUBDIR += p5-TrimGalore
|
||||
SUBDIR += p5-transdecoder
|
||||
SUBDIR += paml
|
||||
SUBDIR += pear-merger
|
||||
SUBDIR += phrap
|
||||
SUBDIR += phred
|
||||
SUBDIR += phylip
|
||||
|
28
biology/pear-merger/Makefile
Normal file
28
biology/pear-merger/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Newer versions require registration to download and the site is unreliable.
|
||||
|
||||
PORTNAME= pear
|
||||
DISTVERSION= 0.9.6
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= https://depot.galaxyproject.org/software/pear/
|
||||
PKGNAMESUFFIX= -merger
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src_all
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Memory-efficient and highly accurate paired-end read merger
|
||||
|
||||
LICENSE= CC-BY-NC-SA-3.0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
PLIST_FILES= bin/pearRM man/man1/pearRM.1.gz
|
||||
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/man/pear.1 ${WRKSRC}/man/pearRM.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/pear ${STAGEDIR}${PREFIX}/bin/pearRM
|
||||
${INSTALL_MAN} ${WRKSRC}/man/pearRM.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
biology/pear-merger/distinfo
Normal file
3
biology/pear-merger/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1519766031
|
||||
SHA256 (pear_0.9.6_src_all.tar.gz) = f7728371e26a5b46fa928b0f7ae1b552ed6a78815b117ba48ef1af98e96c8e2b
|
||||
SIZE (pear_0.9.6_src_all.tar.gz) = 292790
|
5
biology/pear-merger/pkg-descr
Normal file
5
biology/pear-merger/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
PEAR is an ultrafast, memory-efficient and highly accurate paired-end read
|
||||
merger. It is fully parallelized and can run with as low as just a few
|
||||
kilobytes of memory.
|
||||
|
||||
WWW: http://sco.h-its.org/exelixis/web/software/pear/
|
Loading…
Reference in New Issue
Block a user