9869a3faa47c7585f2cf1a2da056317e788c520f ceisenhart Wed Feb 24 15:45:32 2016 -0800 Updating the table description for fishClones track, refs #15522 diff --git src/hg/lib/fishClones.as src/hg/lib/fishClones.as index 1746d05..7f0817b 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; "Always 1000" - uint placeCount; "Number of times FISH'd" - string[placeCount] bandStarts; "Start FISH band" - string[placeCount] bandEnds; "End FISH band" + uint score; "Score from 0-1000 if uniquely aligned, else 1500" + 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" )