a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c old mode 100755 new mode 100644 index 5e009e4..d983fe0 --- src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c +++ src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c @@ -35,31 +35,30 @@ #include "fuzzyFind.h" #include "portable.h" #include "dnautil.h" #include "dnaseq.h" #include "psl.h" #include "fa.h" #include "psl.h" #include "options.h" #define NUMALIASES 250 #define NUMCHROMS 10 #define NUMSANGER 40 #define NUMPREFIXES 9 #define MAXSANGER 60 -static char const rcsid[] = "$Id: zfishBacClonesandSts.c,v 1.13 2006/10/27 20:29:48 hartera Exp $"; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"verbose", OPTION_STRING}, {NULL, 0} }; struct bac /* BAC clone information */ { char *extName; /* external name for BAC clone */ char *intName; /* internal Sanger sequencing name for BAC clone */ char **chrom; /* chroms to which BAC end singles of pairs for BAC clone are mapped by BLAT */ char *acc; /* Genbank accession for BAC clone */ };