Port details |
- sra-tools NCBI's toolkit for handling data in INSDC Sequence Read Archives
- 3.0.6_1 biology =2 3.0.6Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2021-06-22 18:00:14
- Last Update: 2024-11-16 14:56:44
- Commit Hash: c5ab2a5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: PD LGPL21+
- WWW:
- https://github.com/ncbi/sra-tools
- Description:
- SRA tools is a toolkit for using data in the INSDC Sequence Read Archives.
SRAs operated by International Nucleotide Sequence Database Collaboration
houses sequence reads and alignments generated by "next-gen" sequencers.
SRA tools allows conversion of .sra files, which INSDC SRAs maintain,
from/to other formats that the 'next-gen' sequenecers generate including:
* csfasta/csqual (ABI SOLiD)
* fastq (and fasta for writing)
* hdf5 (PacBio, reading only)
* qseq (older Illumina)
* sam (writing only) / bam (reading only)
* sff
The toolkit uses NCBI-VDB back-end enabling seamless access to remote SRA data
and local SRA files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sra-tools>0:biology/sra-tools
- To install the port:
- cd /usr/ports/biology/sra-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/sra-tools
- pkg install sra-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sra-tools
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1691599515
SHA256 (ncbi-sra-tools-3.0.6_GH0.tar.gz) = 9fecfd819ee9beaf8a1d3e4b76a5d49e747bc064525b40416e0730a168986348
SIZE (ncbi-sra-tools-3.0.6_GH0.tar.gz) = 44957431
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- java : java/openjdk17
- bison : devel/bison
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- java : java/openjdk17
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libhdf5.so : science/hdf5
- libepoll-shim.so : devel/libepoll-shim
- libzstd.so : archivers/zstd
- This port is required by:
- for Run
-
- biology/atac-seq
- biology/biostar-tools
- biology/chip-seq
- biology/mca-calling
- biology/rna-seq
Configuration Options:
- ===> The following configuration options are available for sra-tools-3.0.6_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- biology_sra-tools
- USES:
- bison cmake shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.6_1 16 Nov 2024 14:56:44 |
Jason W. Bacon (jwb) |
biology/sra-tools: Quick fix to unbreak build
jquery version in pkg-plist changed, not sure why
Port is due for upgrade anyway |
3.0.6 12 Apr 2024 06:04:05 |
Mathieu Arnold (mat) |
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are
user facing features, that the user needs to enable in their
environment/make.conf, either by defining WITH_DEBUG globally, or by
setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled
in. |
3.0.6 10 Aug 2023 17:17:24 |
Jason W. Bacon (jwb) |
biology/sra-tools: Update to 3.0.6
Major code and build system rework since 2.11
Now supports aarch64, unblocking rna-seq and atac-seq metaports
Changes: https://github.com/ncbi/sra-tools/commits/master
Reported by: portscout |
2.11.0_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.11.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.11.0_3 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
2.11.0_2 18 Jul 2022 12:50:17 |
Po-Chuan Hsieh (sunpoet) |
biology/sra-tools: Fix build with HDF5 1.12.0+ |
2.11.0_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.11.0_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.11.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.11.0 22 Jun 2021 17:55:15 |
Jason W. Bacon (jwb) |
biology/sra-tools: NCBI's toolkit for handling data in INSDC Sequence Read
Archives
SRA tools is a toolkit for using data in the INSDC Sequence Read Archives.
SRAs operated by International Nucleotide Sequence Database Collaboration
houses sequence reads and alignments generated by "next-gen" sequencers.
This port is a bit convoluted due to the fact that the sra-tools build
requires access to the ncbi-vdb source tree. Hence, ncbi-vdb is treated
as a submodule here rather than a separate library port. We are working
with upstream with hope for long-term improvements. |