mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
* update * update * update * update * update * update * update --------- Co-authored-by: Michiel de Hoon <mdehoon@tkx249.genome.gsc.riken.jp>
9 lines
259 B
ActionScript
9 lines
259 B
ActionScript
table bedMaf
|
|
"Bed3 with MAF block"
|
|
(
|
|
string chrom; "Reference sequence chromosome or scaffold"
|
|
uint chromStart; "Start position in chromosome"
|
|
uint chromEnd; "End position in chromosome"
|
|
lstring mafBlock; "MAF block"
|
|
)
|