Files
biopython/Tests/MAF/bigMaf.as
mdehoon b7f93206df Bigmaf writer (#4324)
* update

* update

* update

* update

* update

* update

* update

---------

Co-authored-by: Michiel de Hoon <mdehoon@tkx249.genome.gsc.riken.jp>
2023-06-07 22:10:42 +09:00

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"
)