a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/faNcbiToUcsc/faNcbiToUcsc.c src/utils/faNcbiToUcsc/faNcbiToUcsc.c index 545a53a..1bc2a59 100644 --- src/utils/faNcbiToUcsc/faNcbiToUcsc.c +++ src/utils/faNcbiToUcsc/faNcbiToUcsc.c @@ -1,24 +1,23 @@ /* faNcbiToUcsc - Convert FA file from NCBI to UCSC format.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "portable.h" -static char const rcsid[] = "$Id: faNcbiToUcsc.c,v 1.13 2005/10/27 22:01:23 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "faNcbiToUcsc - Convert FA file from NCBI to UCSC format.\n" "usage:\n" " faNcbiToUcsc inFile outFile\n" "options:\n" " -split - split into separate files\n" " -ntLast - look for NT_ on last bit\n" " -wordBefore=xx The word before the accession, default 'gb'\n" " -wordIx=N The word (starting at zero) the accession is in\n" " -encode - use ENCODE region name as fasta sequence name\n" );