mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a156fdcf52
The Subread package comprises a suite of software programs for processing next-gen sequencing read data including: Subread: a general-purpose read aligner Subjunc: a read aligner developed for aligning RNA-seq reads featureCounts: a software program developed for counting reads to genomic features such as genes, exons, promoters and genomic bins. Sublong: a long-read aligner that is designed based on seed-and-vote. exactSNP: discovers SNPs by testing signals against local background noise.
12 lines
202 B
C
12 lines
202 B
C
--- long-hashtable.c.orig 2020-06-04 23:59:33 UTC
|
|
+++ long-hashtable.c
|
|
@@ -22,7 +22,7 @@
|
|
#include <string.h>
|
|
|
|
#ifndef MACOS
|
|
-#ifndef FREEBSD
|
|
+#ifndef __FreeBSD__
|
|
#include <malloc.h>
|
|
#endif
|
|
#endif
|