notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mmseqs2 Ultra fast and sensitive sequence search and clustering suite
13.45111_2 biology on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 13.45111_2Version of this port present on the latest quarterly branch.
Maintainer: jwb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-06-24 17:33:13
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv3
WWW:
https://github.com/soedinglab/MMseqs2
Description:
MMseqs2 (Many-against-Many sequence searching) is a software suite to search and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source GPL-licensed software implemented in C++ for Linux, MacOS, and (as beta version, via cygwin) Windows. The software is designed to run on multiple cores and servers and exhibits very good scalability. MMseqs2 can run 10000 times faster than BLAST. At 100 times its speed it achieves almost the same sensitivity. It can perform profile searches with the same sensitivity as PSI-BLAST at over 400 times its speed.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/mmseqs
  2. /usr/local/share/MMseqs2/bash-completion.sh
  3. /usr/local/share/licenses/MMseqs2-13.45111_2/catalog.mk
  4. /usr/local/share/licenses/MMseqs2-13.45111_2/LICENSE
  5. /usr/local/share/licenses/MMseqs2-13.45111_2/GPLv3
Collapse this list.
Dependency lines:
  • MMseqs2>0:biology/mmseqs2
To install the port:
cd /usr/ports/biology/mmseqs2/ && make install clean
To add the package, run one of these commands:
  • pkg install biology/mmseqs2
  • pkg install MMseqs2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: MMseqs2
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: armv6 armv7 i386 mips powerpc powerpcspe
distinfo:
TIMESTAMP = 1624667730 SHA256 (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2 SIZE (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 10196433

Packages (timestamps in pop-ups are UTC):
MMseqs2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest13.45111_213.45111_2------
FreeBSD:13:quarterly13.45111_213.45111_2----13.45111_213.45111_2
FreeBSD:14:latest13.45111_213.45111_2-----13.45111_2
FreeBSD:14:quarterly13.45111_213.45111_2----13.45111_213.45111_2
FreeBSD:15:latest13.45111_213.45111_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
Library dependencies:
  1. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
biology_mmseqs2
USES:
cmake perl5 shebangfix
pkg-message:
For install:
MMseqs2 can benefit greatly from advanced CPU features such as AVX. Consider setting additional optimizations such as -march=native (e.g. in make.conf) and reinstalling from source via cd ${PORTSDIR}/biology/mmseqs2 && make install
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/soedinglab/MMseqs2/tar.gz/13-45111?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
13.45111_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13.45111_2
23 Jul 2022 16:40:43
commit hash: 280dd32be2077538747444b606794ef6496ae092commit hash: 280dd32be2077538747444b606794ef6496ae092commit hash: 280dd32be2077538747444b606794ef6496ae092commit hash: 280dd32be2077538747444b606794ef6496ae092 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/mmseqs2: Not require OpenMP on systems where OpenMP isn't enabled

Reported by:	fallout
Approved by:	portmgr (blanket)
13.45111_2
12 Sep 2021 21:05:53
commit hash: 031ddba476c1b13c1430eb5192822da37a390fc9commit hash: 031ddba476c1b13c1430eb5192822da37a390fc9commit hash: 031ddba476c1b13c1430eb5192822da37a390fc9commit hash: 031ddba476c1b13c1430eb5192822da37a390fc9 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
biology/mmseqs2: disable on 32-bits

32-bits are not supported per https://github.com/soedinglab/MMseqs2/issues/460
13.45111_2
29 Jun 2021 14:04:48
commit hash: a881e9d0c3ccd79a71282e2e239cfbf2c22107f7commit hash: a881e9d0c3ccd79a71282e2e239cfbf2c22107f7commit hash: a881e9d0c3ccd79a71282e2e239cfbf2c22107f7commit hash: a881e9d0c3ccd79a71282e2e239cfbf2c22107f7 files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
biology/mmseqs2: Fix runtime error when built with clang

Disable IPS4O to avoid deadlocks (upstream developer fix)
Removing USE_GCC should fix pkg build errors caused by
13.45111_1
26 Jun 2021 16:29:25
commit hash: b8bf1cfd41e7503311351d0246b328c7abcea8b1commit hash: b8bf1cfd41e7503311351d0246b328c7abcea8b1commit hash: b8bf1cfd41e7503311351d0246b328c7abcea8b1commit hash: b8bf1cfd41e7503311351d0246b328c7abcea8b1 files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
biology/mmseqs2: Enable at least SSE2 by default

Hangs when built with clang and minimal optimizations, so build with
GCC temporarily.  Upstream is investigating.
13.45111
24 Jun 2021 17:31:42
commit hash: cf14bbb325bb8696c275ebbabff3da95a75815ebcommit hash: cf14bbb325bb8696c275ebbabff3da95a75815ebcommit hash: cf14bbb325bb8696c275ebbabff3da95a75815ebcommit hash: cf14bbb325bb8696c275ebbabff3da95a75815eb files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
biology/mmseqs2: Ultra fast and sensitive sequence search and clustering suite

MMseqs2 (Many-against-Many sequence searching) is a software suite to search
and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source
GPL-licensed software implemented in C++ for FreeBSD, Linux, MacOS, and (via
via cygwin) Windows. The software is designed to run on multiple cores and
servers and exhibits very good scalability. MMseqs2 can run 10000 times
faster than BLAST. At 100 times its speed it achieves almost the same
sensitivity. It can perform profile searches with the same sensitivity as
PSI-BLAST at over 400 times its speed.

Number of commits found: 7