comparison cytoBandIdeo.as @ 54:4a58094b051e draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
author yating-l
date Tue, 16 May 2017 18:09:00 -0400
parents
children
comparison
equal deleted inserted replaced
53:44059c9e7c02 54:4a58094b051e
1 table cytoBandIdeo
2 "cytoBandIdeo Describes the positions of cytogenetic bands with a chromosome"
3 (
4 string chrom; "Reference sequence chromosome or scaffold"
5 uint chromStart; "Start position in chromosome"
6 uint chromEnd; "End position in chromosome"
7 string name; "Name of item"
8 string gieStain; "Giemsa stain results: gneg gpos25 gpos50 gpos75 gpos100 acen gvar stalk"
9 )