staden-lg/src/ted/seqRead.h
2021-12-04 05:07:58 +00:00

7 lines
138 B
C

#ifndef _SEQREAD_H_
#define _SEQREAD_H_
extern Seq readSeq(char *fn, int bottom, char *enzString, char *format);
#endif /*_SEQREAD_H_*/