comparison srf2fastq/io_lib-1.12.2/io_lib/seqIOCTF.h @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 #ifndef _seqIOCTF_h_
2 #define _seqIOCTF_h_
3
4 #include "io_lib/Read.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 Read *ctfFRead (mFILE *ff) ;
11 int ctfFWrite (mFILE *ff, Read *read) ;
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif /* _seqIOCTF_h_ */
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32