aboutsummaryrefslogtreecommitdiff
path: root/biology/star
Commit message (Collapse)AuthorAgeFilesLines
* biology/star: Update to 2.7.9aJason W. Bacon2021-11-268-35/+162
| | | | | | Also unbundle htslib Changes: https://github.com/alexdobin/STAR/releases/tag/2.7.9a
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* biology/star: Drop dependency on gccJason W. Bacon2021-01-112-15/+15
| | | | | | | | | Replace compiler:openmp with compiler:c++11-lang and localbase PR: port/247753, ports/252379 Notes: svn path=/head/; revision=561235
* biology/star: Upgrade to 2.7.3aJason W. Bacon2020-04-092-4/+4
| | | | | | | Several compatibility and feature enhancements Notes: svn path=/head/; revision=531206
* biology/star: Upgrade to 2.7.2dJason W. Bacon2019-10-062-6/+5
| | | | | | | | | | | Fix chimeric output bug. Numerous other minor fixes and enhancements since 2.7.0. Reported by: portscout Notes: svn path=/head/; revision=513915
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* biology/star: Force newer GCC on platforms with GCC 4.2 baseJason W. Bacon2019-05-021-1/+8
| | | | | | | | PR: 237700 Submitted by: pkubaj Notes: svn path=/head/; revision=500629
* biology/star: Modify PKGBASE to avoid conflict with archivers/starJason W. Bacon2019-04-231-0/+1
| | | | Notes: svn path=/head/; revision=499763
* biology/star: Spliced Transcripts Alignment to a ReferenceJason W. Bacon2019-04-215-0/+69
STAR is an extremely fast RNA-seq aligner, an alternative to tophat2, hisat2, bowtie, subread, etc. Notes: svn path=/head/; revision=499592