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/cdnaAli/refineAli/refineAli.c src/cdnaAli/refineAli/refineAli.c index 3f55938..d696e74 100644 --- src/cdnaAli/refineAli/refineAli.c +++ src/cdnaAli/refineAli/refineAli.c @@ -13,31 +13,31 @@ * score, targetChromosome, targetStrand * length, cdnaOffset, targetOffset * length, cdnaOffset, targetOffset * score, targetChromosome, targetStrand * length, cdnaOffset, targetOffset * length, cdnaOffset, targetOffset * Poor and none alignments are written to another file as simply * cdnaName * with the intention of eventually blasting these, or running them * with an exonAli with smaller tile size or something. */ #include "common.h" #include "portable.h" #include "hash.h" #include "obscure.h" -#include "errabort.h" +#include "errAbort.h" #include "dnautil.h" #include "dnaseq.h" #include "snof.h" #include "fa.h" #include "nt4.h" #include "wormdna.h" #include "fuzzyFind.h" #include "htmshell.h" #include "cheapcgi.h" #include "cdnaAli.h" void loadGenome(char *nt4Dir, struct nt4Seq ***retNt4Seq, char ***retChromNames, int *retNt4Count) /* Load up entire packed genome into memory. */ {