Commit graph

11 commits

Author SHA1 Message Date
asau
372426dca4 "user-destdir" is default these days 2012-09-11 20:32:10 +00:00
obache
546d012f69 Update lucy to 1.20.
Based on PR#43777 by Kamel Derouiche, with some clean up by me.

Version 1.20, 9/3/2008.  This version fixes a bug that caused lucy
to fail when there was too much information on the FASTA header lines
in the input files.  Lucy had a 256 character buffer for reading
lines from the input files.  If any FASTA header lines were longer
than 256 characters, the remaining characters would get read as part
of the FASTA sequence.  The solution implemented in this version is
simply to increase the buffer size to 4096 characters.  While that
still leaves the potential for the same error to occur with extremely
long header lines, the limitation that this entails seems reasonable,
and this should fix the problem for all pratical purposes.

---------------------------------------------------------------------
Version 1.19, 12/30/2003.  This version fixes a bug that could cause
sequences to be rejected incorrectly in the vector detection step
(phase 6).  Because of the way that lucy compares "tags" in the
target sequence with "tags" in the vector sequence, some bases in
the target sequence could get counted more than once in the tally
of bases that match the vector sequence.  In rare instances, this
could cause the sequence to exceed the minimum threshold for
rejection, as a result of random sequence similarity.

The reporting of the CLB range in the -debug output file has also
been changed.  If the CLB range begins with the first base of the
sequence, then the left coordinate of the CLB range will be reported
as 1 (instead of 0).  The range "CLB 0 0" still indicates an empty
CLB range.
2010-09-19 07:13:37 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
rillig
78b241c43a Made the Makefile simpler.
Removed unnecessary .gz suffix from man pages.
2009-06-12 19:07:29 +00:00
zafer
a44f340eba update homepage, update master site. 2009-05-16 23:40:13 +00:00
jlam
075003a60c Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 00:51:43 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
joerg
172f413acf Don't hard-wire -lpthread, use PTHREAD_*. 2005-12-13 15:24:09 +00:00
wiz
2372594f23 Add RMD160 checksum. 2005-05-25 11:31:56 +00:00
minskim
31d65d0f18 Import lucy from pkgsrc-wip. Packaged by David Price and modified by me.
A Sequence Cleanup Program.  Lucy is a utility that prepares raw DNA
sequence fragments for sequence assembly,possibly using the TIGR
Assembler.  The cleanup process includes quality assessment,
confidence reassurance, vector trimming and vector removal.  The
primary advantage of Lucy over other similar utilities is that it is a
fully integrated, stand alone program.
2005-03-26 17:05:01 +00:00