comparison cytoBandIdeo.as @ 24:fcc1021bd496 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 93e2e2fb59f99677425104a80c17f665fa7b2b4a-dirty
author yating-l
date Wed, 31 May 2017 11:35:16 -0400
parents
children
comparison
equal deleted inserted replaced
23:2677f1899aa8 24:fcc1021bd496
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 )