annotate schemas/rmsk16.as @ 0:2c58335f1ec8 draft default tip

planemo upload
author yating-l
date Tue, 16 May 2017 17:03:13 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
1
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
2 table repeatMasker
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
3 "RepeatMasker .out record"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
4 (
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
5 string chrom; "Genomic sequence name"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
6 uint chromStart; "Start in genomic sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
7 uint chromEnd; "End in genomic sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
8 string name; "Name of repeat"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
9 uint score; "always 0 place holder"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
10 char[1] strand; "Relative orientation + or -"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
11 uint swScore; "Smith Waterman alignment score"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
12 uint milliDiv; "Base mismatches in parts per thousand"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
13 uint milliDel; "Bases deleted in parts per thousand"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
14 uint milliIns; "Bases inserted in parts per thousand"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
15 int genoLeft; "-#bases after match in genomic sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
16 string repClass; "Class of repeat"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
17 string repFamily; "Family of repeat"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
18 int repStart; "Start (if strand is +) or -#bases after match (if strand is -) in repeat sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
19 uint repEnd; "End in repeat sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
20 int repLeft; "-#bases after match (if strand is +) or start (if strand is -) in repeat sequence"
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
21 )