c3548a673c50d4527d45180feb1a17a850d51c11
ceisenhart
  Fri Mar 4 13:51:20 2016 -0800
Changing the table schema descriptions, refs #15522

diff --git src/hg/lib/fishClones.as src/hg/lib/fishClones.as
index 7f0817b..7aec4c6 100644
--- src/hg/lib/fishClones.as
+++ src/hg/lib/fishClones.as
@@ -1,20 +1,20 @@
 table fishClones
 "Describes the positions of fishClones in the assembly"
    (
    string chrom;                   "Reference sequence chromosome or scaffold"
    uint   chromStart;              "Start position in chromosome"
    uint   chromEnd;                "End position in chromosome"
    string name;                    "Name of clone"
-   uint score;                     "Score from 0-1000 if uniquely aligned, else 1500"
+   uint score;                     "Score from 0-1000"
    uint placeCount;                "Number of FISH clone mappings. Some mappings may be from non-sequence based methods"
    string[placeCount] bandStarts;  "Starting band of FISH clone mapping"
    string[placeCount] bandEnds;    "Ending band of FISH clone mapping"
    string[placeCount] labs;        "Lab where clone FISH'd"
    string placeType;               "How clone was placed on the sequence assembly"
    uint accCount;                  "Number of accessions associated with the clone"
    string[accCount] accNames;      "Accession associated with clone"
    uint stsCount;                  "Number of STS markers associated with this clone"
    string[stsCount] stsNames;      "Names of STS  markers"
    uint beCount;                   "Number of BAC end sequences associated with this clone"
    string[beCount] beNames;        "Accessions of BAC ends"
    )