1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

2264 Commits

Author SHA1 Message Date
Antoine Brodin
9161f589c9 Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
MFH:		2018Q2
2018-05-07 05:34:10 +00:00
Antoine Brodin
13b62c630f Deprecate ports broken for more than 6 months 2018-05-05 10:49:36 +00:00
Joseph Mingrone
ae88b95de5 biology/iqtree: Update to version 1.6.4
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v1.6.4
2018-04-30 16:37:22 +00:00
Joseph Mingrone
c037fd7c95 biology/paml: Set PORTVERSION directly
Setting DISTVERSION= 4.9h in the last commit caused PORTVERSION to be translated
to 4.9.h, which was not correct.

Pointy-hat: jrm
2018-04-26 15:36:30 +00:00
Jason W. Bacon
8dc12268d2 biology/canu: Upgrade to 1.7 release
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15201
2018-04-26 04:16:15 +00:00
Joseph Mingrone
ca48d2e2e2 biology/paml: Update to version 4.9h
Port Changes:
- Add EXAMPLES option and install most files under EXAMPLESDIR
- Add USES=dos2unix to fix DOS line endings

Upstream Changes:
Version 4.9h, March 2018

(*) mcmctree: gamma-Dirichlet versus conditional i.i.d. priors for
rates for loci.  Since 4.9d, the program and the documentation are
inconsistent about the two priors, and which value (0 or 1) means
which prior.  I have now checked the program and the documentation to
make sure that they are consistent:

prior = 0: gamma-Dirichlet (dos Reis 2014).  This is the default.
prior = 1: conditional i.i.d. prior (Zhu et al. 2015).

I believe these two are similar especially if the number of loci
(partitions) is large, but no serious comparisons between the two
priors have been published.

Thanks to Adnan Moussalli for pointing out the errors.

(*) codeml.  It was discovered that the mechanistic amino acid
substitution model implemented in Yang et al. (1998; see table 3),
specified by seqtype = 2 model = 6, has been broken for a long time,
since version 3.0 (2000) at least.  Version 2.0 (1999) seems to be
correct.  This means that the model become broken soon since it was
published.  I have now fixed this.

This model of amino acid substitution starts from a Markov chain for
codons and then aggregate the states and merge the synonymous codons
into one state (the coded amino acid).  This is an approximate
formulation since the process after state aggregation is not Markovian
anymore.

I have now added another codon-based amino acid substitution model
that treats amino acids as ambiguities codons.  The model is specified
by seqtype = 2 model = 5.  This is an exact formulation.

(*) codeml.  The number of categories in the BEB calculation under M2
and M8 is unintentionally set to 4 rather than 10.  I have changed
this back to 10.  The details of this calculation are in Yang et
al. 2005 MBE.

Version 4.9g, December 2017

(*) codeml.  A bug caused the BEB calculation under the site model M8
(NSsites = 8) to be incorrect, with the program printing out warming
messages like "strange: f[ 5] = -0.0587063 very small."  This bug was
introduced in version 4.9b and affects versions 4.9b-f.  A different
bug was introduced in version 4.9f that causes the log likelihood
function under the site model M8 (NSsites = 8) to be calculated
incorrectly.  These are now fixed.

Version 4.9f, October 2017

(*) baseml, nonhomogeneous models (nhomo & fix_kappa).  Those models
allow different branches on the tree to have different Q matrices.
Roughly nhomo controls the base frequency parameters while gix_kappa
controls kappa or the exchangeability parameters (a b c d e in
GTR/REV, for example).  I added the option (nhomo = 5, fix_kappa = 2),
which lets the user to define branch types, so that branches of the
same type have the same exchangeability parameters (a b c d e for GTR)
and base composition parameters, while branches of different types
have different parameters.  Branch types are labeled (using # and $),
0, 1, 2, ....  The labels should be consecutive positive integers.
The old options nhomo = 3 or 4 work for some models like GTR, but not
some other models which also have base composition parameters.  In
this update, I think those options should work with all those models.
I have also edited the documentation (look for option variable nhomo
for baseml).

(*) baseml & codeml.  i added an option fix_blength = 3
(proportional), which means that branch lengths will be proporational
to those given in the tree file, and the proportionality factor is
estimated by ML.

(*) codeml.  The program does not count the parameters correctly for
model M0 when fix_kappa = 1.  The bug was introduced in version 4.9c
and affects versions 4.9c-e.  This is now fixed.

(*) codeml (seqtype = 2 model = 2).  If you are analyzing multiple
protein data sets (ndata > 1) under the empirical models such as wag,
jtt, dayhoff.  The results for the first data set are correct, but all
later data sets are analyzed incorrectly under the corresponding +F
models, that is, wag+F, jtt+F, dayhoff+F, etc.  A bug in the program
means that for the second and later data sets, the equilibrium amino
acid frequencies are taken from the real data and not correctly set to
those specified by the empirical models.  I note that this bug was
recorded in the update Version 3.14b, April 2005, but it was somehow
not fixed, even in that version.  This is now fixed.  Thanks to Nick
Goldman for reporting this again.

(*) evolver (options 5, 6, 7 for simulating nucleotide, codon and
amino acid alignments).  If you choose the option of printing out the
site pattern counts instead of the sequences (specified at the
beginning of the control file such as MCbase.dat), and if you are
simulating two or more alignments, the program crashes after finishing
the first alignment.  This is now fixed.

(*) mcmctree.  The program crashes if you have a mixture of
morphological loci and molecular loci, if not all the morphological
loci are before the molecular loci.  I have now fixed this.
I think this was never described anyway.

Version 4.9e, March 2017

(*) Edited the readme files to change the license to GPL.

(*) mcmctree.  A bug was introduced in version 4.9b which causes the
program to read the fossil calibration information in the tree file
incorrectly, if joint (minimum and maximum) bounds are specified using
the symbol '<' and '>'.  If you use the notation "B()", "L()", and
'U()', the information is read correctly.  This bug was introduced in
version 4.9b and exists in 4.9c and 4.9d.  Versions 4.9a and earlier
were correct.

Version 4.9d, February 2017

(*) mcmctree.  Changed the default prior for rates for loci to
gamma-Dirichlet (dos Reis 2014), and updated the documentation as
well.  It was set to the conditional i.i.d. prior (Zhu et al. 2015).

(*) mcmctree.  Added Bayes factor calculation.  A program called
BFdriver is included in the release, as well as a pdf document in the
folder examples/DatingSoftBound/BFdriverDOC.pdf.  We suggest that you
use the exact likelihood calculation when you use this option, since the
normal approximation is unreliable when the power posterior is close to
the prior (when beta is small).
2018-04-25 20:36:39 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Jason W. Bacon
6c102b8c64 biology/unanimity: Pacific Biosciences consensus library and applications
Reviewed by:    jrm
Differential Revision:  https://reviews.freebsd.org/D15172
2018-04-24 14:16:46 +00:00
Muhammad Moinur Rahman
424e280054 biology/seaview: Update version 4.6.3=>4.6.5
- Pet portlint
2018-04-24 12:31:32 +00:00
Jason W. Bacon
551afb9087 biology/pbcopper: Core C++ library for Pacific Biosciences tools
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15171
2018-04-23 16:23:53 +00:00
Jason W. Bacon
96c9c54cd4 biology/pbbam: PacBio BAM C++ library, with SWIG bindings
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15154
2018-04-23 16:08:21 +00:00
Jason W. Bacon
41569c17f1 biology/pbseqan: Pacific Biosciences patched and stripped down SeqAn
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15152
2018-04-21 17:21:30 +00:00
Joseph Mingrone
0ec83055e0 biology/diamond: Update to version 0.9.21
Upstream changes: https://github.com/bbuchfink/diamond/releases
2018-04-20 21:23:27 +00:00
Jason W. Bacon
d06281fc0f biology/ddocent: Bash pipeline for RAD sequencing
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15139
2018-04-20 01:34:05 +00:00
Jason W. Bacon
73a92ce760 biology/freebayes: Bayesian haplotype-based polymorphism discovery and genotyping
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15116
2018-04-20 00:07:27 +00:00
Jason W. Bacon
8ede5f984e biology/bedtools: Upgrade to 2.27.1
PR:             227272
Submitted by:   jwb
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15137
2018-04-19 16:44:59 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jason W. Bacon
3d701c86bf biology/vcflib: C++ library and CLI tools for parsing and manipulating VCF files
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15109
2018-04-17 03:11:39 +00:00
Jason W. Bacon
1cef8da470 biology/fastahack: Utility for indexing and sequence extraction from FASTA files
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15080
2018-04-16 14:50:46 +00:00
Jason W. Bacon
0a551ec593 biology/smithwaterman: Smith-waterman-gotoh alignment algorithm
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15072
2018-04-15 17:45:52 +00:00
Jason W. Bacon
00e9878dd9 biology/tabixpp: C++ wrapper to tabix indexer
Reviewed by:    mat
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14977
2018-04-14 23:52:16 +00:00
Wen Heping
44601e138d - Update to 1.71
Approved by:	mauricio@arareko.net(maintainer, via email)
2018-04-09 06:26:18 +00:00
Jason W. Bacon
f2f1fab1b6 biology/pear-merger: Memory-efficient and accurate paired-end read merger
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14959
2018-04-04 17:21:39 +00:00
Jason W. Bacon
689199b1ca biology/seqtk: Tool for processing sequences in FASTA/FASTQ format
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14954
2018-04-03 20:57:05 +00:00
Jason W. Bacon
9db7a5f181 biology/trimadap: Trim adapter sequences from Illumina data
Reviewed by:    mat
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14935
2018-04-03 18:23:54 +00:00
Jason W. Bacon
69f9d7e451 biology/rainbow: Efficient clustering and assembling of short reads
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14924
2018-04-02 16:50:46 +00:00
Wen Heping
3078934513 - Update to 1.61 2018-04-01 11:52:08 +00:00
Jason W. Bacon
56d5a1146f biology/stacks: Software pipeline for building loci from short-read sequences
Reviewed by:    mat
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14885
2018-03-31 13:16:05 +00:00
Jason W. Bacon
184db1bfcd biology/libgtextutils: Unbreak for FreeBSD 12
Reported by:    pkg-fallout
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14892
2018-03-29 15:41:07 +00:00
Jason W. Bacon
2a40ae35e7 biology/bamtools: API and toolkit for handling BAM files
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14877
2018-03-28 13:26:31 +00:00
Jason W. Bacon
9053d41234 biology/ncbi-blast+: Upgrade to 2.7.1
Patch Makefile.in.top to cleanly support DESTDIR

Also resolves 225002, conflict with libproj

PR:             226037
Reported by:    wen
Reviewed by:    mat rene
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14854
2018-03-27 18:04:21 +00:00
Joseph Mingrone
c7d08fd55f biology/iqtree: Update to version 1.6.3
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v1.6.3
2018-03-23 01:22:47 +00:00
Yuri Victorovich
4b8e8bc918 biology/py-pysam: Update to 0.14.1
Also silenced STRIP_CMD.

Reported by:	portscout
2018-03-21 08:12:32 +00:00
Mark Linimon
ea9874fb26 Mark broken on armvX and mips. 2018-03-18 13:48:07 +00:00
Mark Linimon
45df1fc32a Mark the latest version broken on armvX. Note: 2.1.8.3 built ok.
Approved by:	portmgr (tier-2 blanket)
2018-03-18 13:38:23 +00:00
Joseph Mingrone
763d42349c biology/diamond: Update to version 0.9.19
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.19
2018-03-17 15:29:13 +00:00
Joseph Mingrone
94e4c0f0fb biology/diamond: Update to version 0.9.18-49
Pull in commits after the 0.9.18 release for build fixes.

Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.18
2018-03-15 02:28:09 +00:00
Rene Ladan
80acf24533 Return maho@'s ports to the pool after his commit bit expired.
With hat:	portmgr
2018-03-11 11:20:43 +00:00
Mark Linimon
78b6654ad1 Remove now-useless, commented-out lines.
Approved by:	portmgr (tier-2 blanket)
2018-03-10 23:35:03 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Yuri Victorovich
1af9914df9 biology/seqan-apps, biology/seqan: Update to 2.4.0
Port changes for biology/seqan-apps:
* Changed to DISTVERSION
* Updated COMMENT
* Added USES=compiler:openmp
* Removed BROKEN_xx (upstream now claims support for these architectures)
* Removed USE_GCC
* Added SSE4/AVX2/NATIVE SIMD options

Port changes for biology/seqan:
* Changed to DISTVERSION
* Added NO_ARCH
* Added PORTDOCS=*
* Updated do-install

PR:		225682
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-10 06:21:37 +00:00
Joseph Mingrone
d0542b46be biology/iqtree: Update to version 1.6.2
Upstream changes: http://www.iqtree.org/release/v1.6.2
2018-03-03 03:15:24 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Yuri Victorovich
6edd11e5ef biology/py-pysam: Update to 0.14
Changelog:
https://github.com/pysam-developers/pysam/releases/tag/v0.14

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-10 23:01:37 +00:00
Yuri Victorovich
25ee2af46d biology/py-bx-python: Update to 0.8.1
Additional port changes:
* Changed to DISTVERSION.
* Added USE_PYTHON=cython.
* Added stripping.
* Updated maintainer e-mail.

Reported compiler warnings to the upstream.

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14283
2018-02-10 00:09:56 +00:00
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Joseph Mingrone
bcc328fe9b biology/diamond: Update to version 0.9.17
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.17
2018-02-01 19:20:07 +00:00
Wen Heping
596c8c3bac - Update to 3.3.20180129 2018-02-01 07:26:57 +00:00
Jason W. Bacon
be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00