notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
mashmap Fast approximate aligner for long DNA sequences
3.1.1 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 3.1.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-11 01:45:07
Last Update: 2023-10-11 18:26:35
Commit Hash: 62a1698
License: PD
WWW:
https://github.com/marbl/MashMap
Description:
MashMap implements a fast and approximate algorithm for computing local alignment boundaries between long DNA sequences. It can be useful for mapping genome assembly or long reads (PacBio/ONT) to reference genome(s). Given a minimum alignment length and an identity threshold for the desired local alignments, Mashmap computes alignment boundaries and identity estimates using k-mers. It does not compute the alignments explicitly, but rather estimates an unbiased k-mer based Jaccard similarity using a combination of minmers (a novel winnowing scheme) and MinHash. This is then converted to an estimate of sequence identity using the Mash distance. An appropriate k-mer sampling rate is automatically determined using the given minimum local alignment length and identity thresholds.
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/mashmap
  2. bin/mashmap-align
  3. /usr/local/share/licenses/mashmap-3.1.1/catalog.mk
  4. /usr/local/share/licenses/mashmap-3.1.1/LICENSE
  5. /usr/local/share/licenses/mashmap-3.1.1/PD
Collapse this list.
Dependency lines:
  • mashmap>0:biology/mashmap
To install the port:
cd /usr/ports/biology/mashmap/ && make install clean
To add the package, run one of these commands:
  • pkg install biology/mashmap
  • pkg install mashmap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mashmap
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1692721405 SHA256 (marbl-MashMap-v3.1.1_GH0.tar.gz) = b5794b181f91637940baf0230e8ddc60228bea041dda4588b03d2f8bc908c072 SIZE (marbl-MashMap-v3.1.1_GH0.tar.gz) = 25919337

Packages (timestamps in pop-ups are UTC):
mashmap
ABIlatestquarterly
FreeBSD:12:aarch64-3.1.1
FreeBSD:12:amd643.1.13.1.1
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i386--
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch643.1.13.1.1
FreeBSD:13:amd643.1.13.1.1
FreeBSD:13:armv6--
FreeBSD:13:armv7--
FreeBSD:13:i386--
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-3.1.1
FreeBSD:13:riscv64--
FreeBSD:14:aarch643.1.13.1.1
FreeBSD:14:amd643.1.13.1.1
FreeBSD:14:armv6--
FreeBSD:14:armv7--
FreeBSD:14:i386--
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc64--
FreeBSD:14:riscv64--
FreeBSD:15:amd643.1.1-
FreeBSD:15:armv6--
FreeBSD:15:armv7--
FreeBSD:15:i386--
FreeBSD:15:mips64--
FreeBSD:15:powerpc643.1.1-
FreeBSD:15:riscv64--
 
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
Library dependencies:
  1. libgsl.so : math/gsl
  2. libhts.so : biology/htslib
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mashmap-3.1.1: NATIVE=off: Use native optimization (-march=native) ===> Use 'make config' to modify these settings
Options name:
biology_mashmap
USES:
cmake compiler:c++17-lang localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/marbl/MashMap/tar.gz/v3.1.1?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.1
11 Oct 2023 18:26:35
commit hash: 62a169875cb03ed6ae9343377f8a0c419ede5412commit hash: 62a169875cb03ed6ae9343377f8a0c419ede5412commit hash: 62a169875cb03ed6ae9343377f8a0c419ede5412commit hash: 62a169875cb03ed6ae9343377f8a0c419ede5412 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
biology/mashmap: disable on powerpc
3.1.1
22 Aug 2023 16:32:45
commit hash: 37b580d92e23ebd88b3a8d0fdf7d3e7ae8c3d518commit hash: 37b580d92e23ebd88b3a8d0fdf7d3e7ae8c3d518commit hash: 37b580d92e23ebd88b3a8d0fdf7d3e7ae8c3d518commit hash: 37b580d92e23ebd88b3a8d0fdf7d3e7ae8c3d518 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/mashmap: Update 3.1.0 → 3.1.1
3.1.0
22 Aug 2023 06:55:32
commit hash: 6eba0e19d7dc04dac3634072e65b7f1a132cb50dcommit hash: 6eba0e19d7dc04dac3634072e65b7f1a132cb50dcommit hash: 6eba0e19d7dc04dac3634072e65b7f1a132cb50dcommit hash: 6eba0e19d7dc04dac3634072e65b7f1a132cb50d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/mashmap: Update 3.0.6 → 3.1.0

Reported by:	portscout
3.0.6_1
19 Jul 2023 18:26:06
commit hash: eadc22643b6c207a6ee109f82ff42f6e7d401521commit hash: eadc22643b6c207a6ee109f82ff42f6e7d401521commit hash: eadc22643b6c207a6ee109f82ff42f6e7d401521commit hash: eadc22643b6c207a6ee109f82ff42f6e7d401521 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/mashmap: Broken on i386; Fix build on other architectures by using
NATIVE option

Reported by:	fallout
3.0.6
11 Jul 2023 01:44:34
commit hash: 2512450302863b1bcfc8f3b3dc216b1ec64091c1commit hash: 2512450302863b1bcfc8f3b3dc216b1ec64091c1commit hash: 2512450302863b1bcfc8f3b3dc216b1ec64091c1commit hash: 2512450302863b1bcfc8f3b3dc216b1ec64091c1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
biology/mashmap: New port: Fast approximate aligner for long DNA sequences

Number of commits found: 5