a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/raFromTab/raFromTab.c src/utils/raFromTab/raFromTab.c index a517d5b..f8bc511 100644 --- src/utils/raFromTab/raFromTab.c +++ src/utils/raFromTab/raFromTab.c @@ -1,24 +1,23 @@ /* raFromTab - Convert tab-delimited file to ra file.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "asParse.h" #include "obscure.h" -static char const rcsid[] = "$Id: raFromTab.c,v 1.2 2007/03/13 01:41:53 kent Exp $"; struct slName *colList = NULL; boolean space; void usage() /* Explain usage and exit. */ { errAbort( "raFromTab - Convert tab-delimited file to ra file.\n" "usage:\n" " raFromTab in.tab out.ra\n" "required flags - one of:\n" " as=file.as - Use autoSql file for column labels\n" " cols=a,b,c - Specify column labels as comma-separated list\n" "options:\n"