freebsd-ports/biology/subread/files/patch-sambam-file.c
Jason W. Bacon a156fdcf52 biology/subread: Read alignment, quantification and mutation discovery
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.
2020-06-05 01:55:49 +00:00

11 lines
237 B
C

--- sambam-file.c.orig 2018-11-08 15:20:35 UTC
+++ sambam-file.c
@@ -30,6 +30,7 @@
#include <string.h>
#include <assert.h>
#include <ctype.h>
+#include <unistd.h>
#include "subread.h"
#include "core.h"
#include "gene-algorithms.h"