a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/raToSvmLight/raToSvmLight.c src/utils/raToSvmLight/raToSvmLight.c
index cb71c60..581f8c3 100644
--- src/utils/raToSvmLight/raToSvmLight.c
+++ src/utils/raToSvmLight/raToSvmLight.c
@@ -1,25 +1,24 @@
 /* raToSvmLight - Convert .ra file to feature vector input for svmLight.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "localmem.h"
 #include "obscure.h"
 #include "ra.h"
 
-static char const rcsid[] = "$Id: raToSvmLight.c,v 1.2 2007/03/13 21:31:05 kent Exp $";
 
 boolean good = FALSE;
 boolean bad = FALSE;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
     "raToSvmLight - Convert .ra file to feature vector input for svmLight.\n"
     "usage:\n"
     "    raToSvmLight in.ra keyField out.feature out.keys\n"
     "where:\n"
     "    in.ra is a ra file.  All fields except the keyField should be numeric\n"
     "    keyField is the name of the field that identifies the record, often 'name' or 'acc'\n"
     "    out.feature is the converted output, ready for svm_learn or svm_classify\n"