diff trf_simpleRepeat.as @ 0:f493979f1408 draft default tip

planemo upload for repository https://github.com/Yating-L/hubarchivecreator-test commit 48b59e91e2dcc2e97735ee35d587960cbfbce932-dirty
author yating-l
date Wed, 21 Dec 2016 12:13:04 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trf_simpleRepeat.as	Wed Dec 21 12:13:04 2016 -0500
@@ -0,0 +1,20 @@
+table simpleRepeat
+"Describes the Simple Tandem Repeats"
+   (
+   string chrom;      	"Reference sequence chromosome or scaffold"
+   uint   chromStart; 	"Start position in chromosome"
+   uint   chromEnd;   	"End position in chromosome"
+   string name;       	"Simple Repeats tag name"
+   uint   period;     	"Length of repeat unit"
+   float  copyNum;    	"Mean number of copies of repeat"
+   uint   consensusSize;	"Length of consensus sequence"
+   uint   perMatch;  	"Percentage Match"
+   uint   perIndel;  	"Percentage Indel"
+   uint   score; 	"Alignment Score = 2*match-7*mismatch-7*indel; minscore=50"
+   uint   A;  	"Percent of A's in repeat unit"
+   uint   C;  	"Percent of C's in repeat unit"
+   uint   G;  	"Percent of G's in repeat unit"
+   uint   T;  	"Percent of T's in repeat unit"
+   float   entropy;  	"Entropy"
+   lstring sequence;    	"Sequence of repeat unit element"
+   )