Cleaner installation

This commit is contained in:
Celine Mercier
2019-03-27 17:09:31 +01:00
parent 294a31624c
commit c4822c4874
5 changed files with 19 additions and 13 deletions

View File

@ -8,7 +8,7 @@
#ifndef SUMATRA_H_
#define SUMATRA_H_
#include "./sumalibs/libfasta/sequence.h"
#include "libfasta/sequence.h"
void printResults(fastaSeqPtr seq1, fastaSeqPtr seq2, double score, BOOL extradata, int64_t pairs, BOOL print);