sumatra version 1.0.02

This commit is contained in:
Celine Mercier
2015-07-16 13:59:44 +02:00
commit 627c4e77ba
9 changed files with 1952 additions and 0 deletions

15
sumatra.h Normal file
View File

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