c84bb93c44e2b071ff91f655a89ed866a36cb31c angie Thu Aug 31 05:17:05 2017 -0700 Clarify messages displayed when we can't find an alignment in ncbiRefSeqPsl and/or seqNcbiRefSeq. diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 1855d5a..64b0233 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -11969,43 +11969,43 @@ } static boolean hasSequence = TRUE; struct psl *pslList = getAlignments(conn, "ncbiRefSeqPsl", itemName); // if the itemName isn't found, it might be found as the nrl->mrnaAcc if (! pslList) pslList = getAlignments(conn, "ncbiRefSeqPsl", nrl->mrnaAcc); if (pslList) { char query[256]; /* verify itemName has RNA sequence to work with */ sqlSafef(query, sizeof(query), "select id from seqNcbiRefSeq where acc='%s' limit 1", itemName); char * result= sqlQuickString(conn, query); if (isEmpty(result)) { - printf ("