src/hg/makeDb/hgBedsToBedExps/bToBeCfg.h 1.2

1.2 2010/03/08 23:35:38 kent
Small tweaking to get it to work with real rather than pretend data.
Index: src/hg/makeDb/hgBedsToBedExps/bToBeCfg.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgBedsToBedExps/bToBeCfg.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/makeDb/hgBedsToBedExps/bToBeCfg.h	26 Nov 2007 00:18:44 -0000	1.1
+++ src/hg/makeDb/hgBedsToBedExps/bToBeCfg.h	8 Mar 2010 23:35:38 -0000	1.2
@@ -14,9 +14,9 @@
     char *factor;	/* Protein factor, antibody, etc. */
     char *source;	/* Cell line, tissue, etc. */
     char *sourceId;	/* Short ID (one letter usually) for source */
     char *dataSource;	/* Either 'file' or a database name */
-    char *dataType;	/* Either 'bedScore' or 'bedGraph' */
+    int scoreCol;	/* Score column Index */
     float multiplier;	/* Multiply by this to get score close to 0-1 range. */
     char *dataTable;	/* File name or table name */
     };