src/hg/hgTables/hgTables.c 1.176
1.176 2009/03/17 10:13:26 aamp
Adding microarray stuff to output microarray names in the microarrayGroupings.ra file. Also put in some bits to output the microarray groupings themselves but that's incomplete currently.
Index: src/hg/hgTables/hgTables.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.c,v
retrieving revision 1.175
retrieving revision 1.176
diff -b -B -U 4 -r1.175 -r1.176
--- src/hg/hgTables/hgTables.c 17 Mar 2009 04:28:38 -0000 1.175
+++ src/hg/hgTables/hgTables.c 17 Mar 2009 10:13:26 -0000 1.176
@@ -1499,8 +1499,10 @@
else if (sameString(output, outSelectedFields))
doOutSelectedFields(table, conn);
else if (sameString(output, outSequence))
doOutSequence(conn);
+else if (sameString(output, outMicroarrayNames))
+ doOutMicroarrayNames(track);
else if (sameString(output, outBed))
doOutBed(table, conn);
else if (sameString(output, outCustomTrack))
doOutCustomTrack(table, conn);