annotate cytoBandIdeo.as @ 85:a65e52152476 draft default tip

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1a81ebd0ddea950b84af3fc830e9267a4814b29f
author yating-l
date Mon, 06 Nov 2017 13:13:01 -0500
parents 4a58094b051e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
54
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
1 table cytoBandIdeo
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
2 "cytoBandIdeo Describes the positions of cytogenetic bands with a chromosome"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
3 (
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
4 string chrom; "Reference sequence chromosome or scaffold"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
5 uint chromStart; "Start position in chromosome"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
6 uint chromEnd; "End position in chromosome"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
7 string name; "Name of item"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
8 string gieStain; "Giemsa stain results: gneg gpos25 gpos50 gpos75 gpos100 acen gvar stalk"
4a58094b051e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 754b3f960221a68b90f9cddd98a1c3dd324d4d4e-dirty
yating-l
parents:
diff changeset
9 )