src/inc/nibTwo.h 1.3
1.3 2010/03/23 17:09:47 markd
added function to get sequence size
Index: src/inc/nibTwo.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/nibTwo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/inc/nibTwo.h 26 Jan 2006 21:32:44 -0000 1.2
+++ src/inc/nibTwo.h 23 Mar 2010 17:09:47 -0000 1.3
@@ -47,6 +47,9 @@
struct dnaSeq *nibTwoLoadOne(char *pathName, char *seqName);
/* Return sequence from a directory full of nibs or a .2bit file.
* The sequence will have repeats in lower case. */
+int nibTwoGetSize(struct nibTwoCache *ntc, char *seqName);
+/* Return size of sequence. */
+
#endif /* NIBTWO_H */