56332b7995bf6075d07d88b04e5675c247725892 braney Tue Oct 17 16:21:18 2023 -0700 flesh out the indel tracks diff --git src/hg/lib/chainArrange.as src/hg/lib/chainArrange.as index d12aba9..5ad00ad 100644 --- src/hg/lib/chainArrange.as +++ src/hg/lib/chainArrange.as @@ -1,14 +1,15 @@ table chainArrange "A list of assembly rearrangements" ( string chrom; "Chromosome (or contig, scaffold, etc.)" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name of item" uint score; "Score from 0-1000" char[1] strand; "+ or -" uint thickStart; "Start of where display should be thick (start codon)" uint thickEnd; "End of where display should be thick (stop codon)" uint itemRgb; "Color" lstring source; "List of assemblies where break occures" + uint querySize; "size of item on query side" )