0820e380cf5fee9591b32f81480cfc6d4612dc19 chmalee Mon Jan 4 13:48:16 2016 -0800 Updating name of link as per Todd Lowes request, refs #16601 diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 7a68edb..131fae0 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -12268,31 +12268,31 @@ printf("tRNA name: %s
\n",trna->name); printf("tRNA isotype: %s
\n",trna->aa); printf("tRNA anticodon: %s
\n",trna->ac); printf("tRNAscan-SE score: %.2f bits
\n",trna->trnaScore); printf("Intron(s): %s
\n",trna->intron); printf("Genomic size: %d nt
\n",trna->chromEnd-trna->chromStart); printf("Position: " "", hgTracksPathAndSettings(), database, trna->chrom, trna->chromStart+1, trna->chromEnd); printf("%s:%d-%d
\n", trna->chrom, trna->chromStart+1, trna->chromEnd); printf("Strand: %s
\n", trna->strand); if (!sameString(trna->genomeUrl, "")) { printf("
View summary of all genomic tRNA predictions
\n" , trna->genomeUrl); - printf("
View tRNA alignments
\n", trna->trnaUrl); + printf("
View complete details for this tRNA
\n", trna->trnaUrl); } if (trna->next != NULL) printf("
\n"); printf(""); printf(""); /* encode '?' in tRNA name into "%3F" */ len = strlen(trna->name); chp1 = trna->name; chp2 = encodedName; for (i=0; i