head 1.2; access; symbols pkgsrc-2026Q2:1.2.0.24 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.2.0.22 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.20 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.18 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.16 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.14 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.12 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.10 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.8 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.6 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2; locks; strict; comment @// @; 1.2 date 2023.08.29.21.49.57; author bacon; state Exp; branches; next 1.1; commitid 3t5B44MuRw1jiJCE; 1.1 date 2023.07.31.14.34.18; author bacon; state Exp; branches; next ; commitid qOkQl0Djtm2EOXyE; desc @@ 1.2 log @biology/rna-star: Fix build on Darwin 21.6.0 x86 Remove extern "C" in file build with c++ @ text @$NetBSD$ # Portability --- bamSortByCoordinate.cpp.orig 2022-11-01 14:50:35.000000000 +0000 +++ bamSortByCoordinate.cpp @@@@ -69,7 +69,7 @@@@ void bamSortByCoordinate (Parameters &P, boolWait=false; totalMem+=newMem; }; - sleep(0.1); + usleep(100000); }; BAMbinSortByCoordinate(ibin,binN,binS,P.runThreadN,P.outBAMsortTmpDir, P, genome, solo); #pragma omp critical @ 1.1 log @biology/rna-star: Spliced Transcripts Align to a Ref 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. @ text @@