6e5ee11ca95cd971984038cf65bae00d9c898707 galt Wed Jun 4 15:40:02 2014 -0700 Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history. diff --git src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c index 6a4cad0..7231261 100644 --- src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c +++ src/hg/zfishBacClonesandSts/zfishBacClonesandSts.c @@ -20,31 +20,31 @@ Each Sanger STS name may have more than one UniSTS ID, the maximum in this dataset is three. These are printed out as a comma separated list in the bacXRef.tab file. Output: bacAlias.tab: aliases (STS aliases for STS associated with BAC clones) and Sanger STS name. bacXRef.tab: BAC clone external name, BAC clone internal (Sanger name), chromosomes to which BAC clone is mapped (in pairs or singles tables), Genbank accession for BAC clone, Sanger STS name, relationship (method of finding STS), uniSTS ID(s) and primers for STS. */ #include "common.h" #include "linefile.h" #include "memalloc.h" -#include "errabort.h" +#include "errAbort.h" #include "hash.h" #include "jksql.h" #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