1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/sra-tools/files/patch-tools_fastq-loader_spot-assembler.c
Jason W. Bacon 69656bf0d7 biology/sra-tools: NCBI's toolkit for handling data in INSDC Sequence Read Archives
SRA tools is a toolkit for using data in the INSDC Sequence Read Archives.

SRAs operated by International Nucleotide Sequence Database Collaboration
houses sequence reads and alignments generated by "next-gen" sequencers.

This port is a bit convoluted due to the fact that the sra-tools build
requires access to the ncbi-vdb source tree.  Hence, ncbi-vdb is treated
as a submodule here rather than a separate library port.  We are working
with upstream with hope for long-term improvements.
2021-06-22 12:55:15 -05:00

12 lines
239 B
C

--- tools/fastq-loader/spot-assembler.c.orig 2021-06-20 17:00:29 UTC
+++ tools/fastq-loader/spot-assembler.c
@@ -26,6 +26,8 @@
#include "spot-assembler.h"
+#include <sys/stat.h>
+
#include <klib/status.h>
#include <klib/printf.h>