Port details |
- star Spliced Transcripts Alignment to a Reference
- 2.7.9.a_1 biology
=0 Version of this port present on the latest quarterly branch. - Maintainer: jwb@FreeBSD.org
 - Port Added: 2019-04-21 20:31:13
- Last Update: 2023-01-06 01:27:16
- Commit Hash: 51cc806
- License: GPLv3
- Description:
- STAR (Spliced Transcripts Alignment to a Reference) aims to achieve accurate
alignment of high-throughput RNA-seq data.
STAR is based on a previously undescribed RNA-seq alignment algorithm that uses
sequential maximum mappable seed search in uncompressed suffix arrays followed
by seed clustering and stitching procedure. STAR outperforms other aligners by
a factor of >50 in mapping speed, aligning to the human genome 550 million 2 x
76 bp paired-end reads per hour on a modest 12-core server, while at the same
time improving alignment sensitivity and precision
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/biology/star/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/star
- pkg install rna-STAR
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rna-STAR
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386 powerpc
- distinfo:
- TIMESTAMP = 1637942811
SHA256 (alexdobin-STAR-2.7.9a_GH0.tar.gz) = ff52c9d6daaa9fb7261efa3aa49ef6ce5262aa089b0762a3cbc751e81321050e
SIZE (alexdobin-STAR-2.7.9a_GH0.tar.gz) = 10669338
- 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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libhts.so : biology/htslib
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- biology_star
- USES:
- compiler:c++11-lang gmake localbase:ldflags
- 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 |
2.7.9.a_1 06 Jan 2023 01:27:16
    |
Jason W. Bacon (jwb)  |
biology/star: Bump PORTREVISION for biology/htslib update |
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.7.9.a 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.7.9.a 24 Jul 2022 01:24:10
    |
Yuri Victorovich (yuri)  |
biology/star: Broken on systems where OpenMP isn't enabled
Reported by: fallout
Approved by: portmgr (blanket) |
2.7.9.a 26 Nov 2021 21:57:02
    |
Jason W. Bacon (jwb)  |
biology/star: Update to 2.7.9a
Also unbundle htslib
Changes: https://github.com/alexdobin/STAR/releases/tag/2.7.9a |
2.7.3.a_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.7.3.a_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.7.3.a_1 11 Jan 2021 17:39:52
  |
jwb  |
biology/star: Drop dependency on gcc
Replace compiler:openmp with compiler:c++11-lang and localbase
PR: port/247753, ports/252379 |
2.7.3.a 09 Apr 2020 12:43:03
  |
jwb  |
biology/star: Upgrade to 2.7.3a
Several compatibility and feature enhancements |
2.7.2.d 06 Oct 2019 22:18:31
  |
jwb  |
biology/star: Upgrade to 2.7.2d
Fix chimeric output bug.
Numerous other minor fixes and enhancements since 2.7.0.
Reported by: portscout |
2.7.0.f_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.7.0.f 02 May 2019 00:39:51
  |
jwb  |
biology/star: Force newer GCC on platforms with GCC 4.2 base
PR: 237700
Submitted by: pkubaj |
2.7.0.f 23 Apr 2019 15:03:29
  |
jwb  |
biology/star: Modify PKGBASE to avoid conflict with archivers/star |
2.7.0.f 21 Apr 2019 20:30:56
  |
jwb  |
biology/star: Spliced Transcripts Alignment to a Reference
STAR is an extremely fast RNA-seq aligner, an alternative to tophat2,
hisat2, bowtie, subread, etc. |