a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/twoBitToFa/twoBitToFa.c src/utils/twoBitToFa/twoBitToFa.c index 1a7cc39..b9785ab 100644 --- src/utils/twoBitToFa/twoBitToFa.c +++ src/utils/twoBitToFa/twoBitToFa.c @@ -1,27 +1,26 @@ /* twoBitToFa - Convert all or part of twoBit file to fasta. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "dnaseq.h" #include "fa.h" #include "twoBit.h" #include "bPlusTree.h" #include "basicBed.h" -static char const rcsid[] = "$Id: twoBitToFa.c,v 1.13 2009/08/26 03:09:14 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "twoBitToFa - Convert all or part of .2bit file to fasta\n" "usage:\n" " twoBitToFa input.2bit output.fa\n" "options:\n" " -seq=name - restrict this to just one sequence\n" " -start=X - start at given position in sequence (zero-based)\n" " -end=X - end at given position in sequence (non-inclusive)\n" " -seqList=file - file containing list of the desired sequence names \n" " in the format seqSpec[:start-end], e.g. chr1 or chr1:0-189\n" " where coordinates are half-open zero-based, i.e. [start,end)\n"