correcting paths for sumalibs submodule

This commit is contained in:
Celine Mercier
2015-07-16 14:26:29 +02:00
parent 8bd2c05d48
commit 7f6d3a8afa
3 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
/*
* sumatra.h
*
* Created on: 8 ao<61>t 2010
* Created on: 8 ao<61>t 2010
* Author: coissac
*/
#ifndef SUMATRA_H_
#define SUMATRA_H_
#include "../sumalibs/libfasta/sequence.h"
#include "./sumalibs/libfasta/sequence.h"
void printResults(fastaSeqPtr seq1, fastaSeqPtr seq2, double score, BOOL extradata, int64_t pairs, BOOL print);