Commit graph

3016 commits

Author SHA1 Message Date
Jason W. Bacon
43397d188c biology/ucsc-userapps: Update to v414
Update license message.  Confirmed via conversation with UCSC that some
proprietary code is used in the "free" tools build.  UCSC is working on it.
2021-05-15 10:23:08 -05:00
Yasuhiro Kimura
9671981826
*: Remove unnecessary 'port' argument from USES=readline
PR:		248459
Exp-run by:	antoine
2021-05-15 09:14:04 +02:00
Dmitry Marakasov
463cdea856 biology/cytoscape: mark unconditionally BROKEN
Approved by:	portmgr blanket
2021-05-12 14:55:52 +03:00
Dmitry Marakasov
4b5a5c6d9c biology/ugene: mark BROKEN (does not fetch)
Approved by:	portmgr blanket
2021-05-12 14:55:32 +03:00
Yuri Victorovich
4235be6602 biology/seqan3: Correct dependencies 2021-05-11 22:46:21 -07:00
Yuri Victorovich
caced2ad00 biology/seqan3: Add dependency math/lemon 2021-05-11 19:51:37 -07:00
Yuri Victorovich
37be696536 New port: biology/seqan3: C++ header-only library for biological sequence analysis 2021-05-11 18:21:38 -07:00
Po-Chuan Hsieh
f747a647a1
biology/libsbml: Rename LIBXML option to LIBXML2 2021-05-12 05:46:56 +08:00
Thierry Thomas
1d44af5898 math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.

PR:		255347
Reported by:	sunpoet
2021-05-10 22:13:20 +02:00
Yuri Victorovich
4e8265c624 biology/mothur: Update 1.45.2 -> 1.45.3
Reported by:	portscout
2021-05-09 09:11:11 -07:00
Mathieu Arnold
3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00
Mathieu Arnold
adb93122cb
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
2021-05-06 13:47:41 +02:00
Yuri Victorovich
4e9b2197ad biology/py-resdk: Update 13.1.0 -> 13.2.0
Reported by:	portscout
2021-05-05 12:56:26 -07:00
Jason W. Bacon
ba4a5525a2 biology/py-cutadapt: Update strict py-dnaio dep version 2021-05-04 08:20:39 -05:00
Jason W. Bacon
d2a830e3bd biology/py-dnaio: Update to 0.5.1
Add py.typed and distribute .pyi files
2021-05-04 08:19:25 -05:00
Tobias Kortkamp
6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00
Yuri Victorovich
ce04d9a5ee biology/py-orange3-bioinformatics: Update 3.2.2 -> 4.3.1
Reported by:	portscout
2021-04-27 01:56:19 -07:00
Jason W. Bacon
dd7bec7711 biology/ncbi-entrez-direct: Update to 14.9.20210423_1
A few fixes to pass upstream test script
2021-04-26 11:53:11 -05:00
Jan Beich
bc9e901a17 devel/libepoll-shim: update to 0.0.20210418
Changes:	https://github.com/jiixyj/epoll-shim/compare/v0.0.20210322...v0.0.20210418
Reported by:	portscout
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D29822
2021-04-26 14:17:32 +00:00
Yuri Victorovich
af49fbec4f biology/jalview: Update 2.07 -> 2.11.1.4
Take maintainership.
2021-04-25 16:00:36 -07:00
Antoine Brodin
28164db7c5 Hook biology/ucsc-userapps to the build 2021-04-25 17:47:23 +00:00
Jason W. Bacon
6b63ef7436 biology/ucsc-userapps: Command line tools from the UCSC Genome Browser project
These are the command-line bioinformatics utilities associated with the UCSC
genome browser.  Care has been taken to install only the freely available
tools.  However, the license information at https://genome.ucsc.edu/license/
is not entirely clear and we may add non-free utilities in the future.

Contact UCSC if you are using this port for commercial purposes.
2021-04-25 12:18:38 -05:00
Jason W. Bacon
ab50f8435a biology/ncbi-entrez-direct: Access to the NCBI's interconnected databases
Entrez Direct (EDirect) provides access to the NCBI's suite of interconnected
databases (publication, sequence, structure, gene, variation, expression, etc.)
from a UNIX terminal window.
2021-04-24 18:40:16 -05:00
Yuri Victorovich
874e67eb5c biology/viennarna: Update 2.4.17 -> 2.4.18 2021-04-23 18:57:38 -07:00
Yuri Victorovich
0ccc5f2584 biology/py-pyfaid: Update 0.5.9.2 -> 0.5.9.5 2021-04-23 14:57:50 -07:00
Yuri Victorovich
8ec7f5d3de biology/abyss: Update 2.3.0-3 -> 2.3.1
Reported by:	portscout
2021-04-22 10:18:02 -07:00
Jason W. Bacon
3c21e709e8 biology/py-crossmap: Update to 0.5.4
Add viewchain command
Reported by:  portscout
2021-04-21 08:31:13 -05:00
Kai Knoblich
256e9bc3b5 biology/py-crossmap: Fix build with Python 3.8+
* Add missing dependency devel/py-nose that is required to build.  With
  Python 3.6/3.7 there are no build issues because the sdist contains
  Python Eggs of "nose" for these versions.

While I'm here:

* Set NO_ARCH because the port has no architecture specific files.
* Make it concurrent safe, package installs a script and bump
  PORTREVISION due package change.

PR:		253815
Approved by:	portmgr (build fix)
MFH:		No (The port was added after the 2021Q1 branch)
2021-04-21 09:44:44 +02:00
Kai Knoblich
aaa6b0fc85 biology/py-bigwig: Fix packaging with Python 3.8+
* Apply the same fix as in 9cb5898561 by
  stripping libraries by wildcard paths.

* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make
  the port PREFIX safe while I'm here.

PR:		253815
Approved by:	python (with hat)
2021-04-21 09:41:29 +02:00
Yuri Victorovich
b9f16eadc9 New port: biology/py-resdk: Resolwe SDK to interact with Resolwe server and Resolwe Bioinformatics 2021-04-19 21:22:01 -07:00
Jason W. Bacon
3bc87a0f1a biology/snpeff: Improvements to Makefile and patches
Reported by:    Omp
2021-04-19 11:41:58 -05:00
Yuri Victorovich
8e65beb783 biology/abyss: Update 2.2.5 -> 2.3.0-3 2021-04-18 13:19:56 -07:00
Jason W. Bacon
5164d38ee5 biology/snpeff: Genetic variant annotation and effect prediction toolbox
Genetic variant annotation and functional effect prediction toolbox. It
annotates and predicts the effects of genetic variants on genes and proteins
(such as amino acid changes).
2021-04-18 13:46:29 -05:00
Jason W. Bacon
15458dfbac biology/bbmap: BBMap short read aligner, and other bioinformatic tools
This package includes BBMap, a short read aligner, as well as various other
bioinformatic tools. It is written in pure Java, can run on any platform, and
has no dependencies other than Java being installed (compiled for Java 6 and
higher). All tools are efficient and multithreaded.
2021-04-18 11:21:29 -05:00
Jason W. Bacon
48ddc73c58 biology/bowtie2: Add support for powerpc64le
PR:             255092
Submitted by:   pkubaj
2021-04-18 10:53:14 -05:00
Jason W. Bacon
1b6e8568ce biology/readseq: Remove $FreeBSD$ tag inserted to silence portlint 2021-04-18 09:20:28 -05:00
Jason W. Bacon
49a1ada632 biology/readseq: Read and reformat biosequences, Java command-line version
Sequence reading library developed by the Ribosomal Database Project.  It can
handle genbank, embl, fasta, fastq, sff and sto files, can read from files or
streams, and can handle indexing files.
2021-04-18 08:53:02 -05:00
Yuri Victorovich
0944666313 biology/seqkit: Change WWW to the project URL (from GitHub URL) 2021-04-16 21:00:56 -07:00
Yuri Victorovich
2aa37d819d New port: biology/seqkit: Cross-platform and ultrafast toolkit for FASTA/Q file manipulation 2021-04-16 14:04:16 -07:00
Yuri Victorovich
b2993cf7f6 biology/ngs-sdk: Fix build on non-amd64 architectures that was broken by explicit 'amd64' instead of $ARCH
Reported by:	fallout
2021-04-15 10:01:31 -07:00
Tobias Kortkamp
ffbc3bd937
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones

Reported by:	portscan
2021-04-15 10:31:56 +02:00
Ganael LAPLANCHE
9ee8484809 devel/onetbb: Update to 2021.2.0 and bump dependencies
Changelog: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
2021-04-14 12:08:05 +02:00
Joseph Mingrone
46fc7df854
biology/diamond: Update to 2.0.9
https://github.com/bbuchfink/diamond/releases/tag/v2.0.9
2021-04-12 21:55:49 -03:00
Jason W. Bacon
fd20bf82b6 biology/mothur: Update to 1.45.2
Numerous bug fixes and enhancements since 1.43.0

Approved by:    yuri
2021-04-12 19:29:17 -05:00
Jason W. Bacon
9128727562 biology/py-crossmap: Lift over genomics coordinates between assemblies
CrossMap is a program for genome coordinates conversion between different
assemblies (such as hg18 (NCBI36) <=> hg19 (GRCh37)). It supports commonly used
file formats including BAM, CRAM, SAM, Wiggle, BigWig, BED, GFF, GTF, MAF VCF,
and gVCF.
2021-04-12 18:37:51 -05:00
Jason W. Bacon
dfcece22a2 biology/py-bigwig: Python access to bigWig files using libBigWig
A python extension, written in C, for quick access to bigBed files and access
to and creation of bigWig files. This extension uses libBigWig for local and
remote file access.
2021-04-12 18:24:20 -05:00
Yuri Victorovich
353678f54b biology/ncbi-vdb: Restore static libs installed with symlinks as shared libs are usually installed
Symlinks like this libxx.a->libxx.a.N.N.N first looked broken but it turned out that this is intentional.

PR:		223273
2021-04-12 11:03:14 -07:00
Yuri Victorovich
fc2fe6e33a biology/ngs-sdk: Restore static libs installed with symlinks as shared libs are usually installed
Symlinks like this libxx.a->libxx.a.N.N.N first looked broken but it turned out that this is intentional.
2021-04-12 10:47:50 -07:00
Yuri Victorovich
d55fba431a New port: biology/ncbi-vdb: NCBI's virtualized back-end for accessing Sequence Read Archive
PR:		223273
Submitted by:	Motomichi Matsuzaki <mzaki@niid.go.jp> (original version)
2021-04-12 02:29:42 -07:00
Yuri Victorovich
dd048035a8 biology/ngs-sdk: Improve the 'install' target and other parts of Makefile, report issues to upstream. 2021-04-12 01:51:03 -07:00