src/hg/makeDb/hgBedsToBedExps/bToBeCfg.as 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.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgBedsToBedExps/bToBeCfg.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/makeDb/hgBedsToBedExps/bToBeCfg.as 26 Nov 2007 00:18:44 -0000 1.1
+++ src/hg/makeDb/hgBedsToBedExps/bToBeCfg.as 8 Mar 2010 23:35:38 -0000 1.2
@@ -1,11 +1,11 @@
table bToBeCfg
"Helper to convert bed files to bed+exp file."
(
string factor; "Protein factor, antibody, etc."
string source; "Cell line, tissue, etc."
string sourceId; "Short ID (one letter usually) for source"
string dataSource; "Either 'file' or a database name"
- string dataType; "Either 'bedScore' or 'bedGraph'"
+ int scoreCol; "Score column Index"
float multiplier; "Multiply by this to get score close to 0-1 range."
string dataTable; "File name or table name"
)