changeset 2:f878353c82d0 draft default tip

Uploaded
author xiaoyi-cao
date Sun, 02 Dec 2012 15:54:24 -0500
parents bfb51c7bfa8a
children
files annotateBedWrapper.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/annotateBedWrapper.xml	Sun Dec 02 15:49:32 2012 -0500
+++ b/annotateBedWrapper.xml	Sun Dec 02 15:54:24 2012 -0500
@@ -1,4 +1,4 @@
-<tool id="annotateBed" name="Annotates">
+<tool id="annotateBed" name="Annotates" version="0.0.1">
 
 	<description> the depth &amp; breadth of coverage of features from multiple files
 	</description>
@@ -31,7 +31,7 @@
 			<option value="">fraction of the region covered by each feature</option>
 			<option value="-both">Report the counts followed by the % coverage</option>
 		</param>
-		<repeat name="annotateColumn" title="Column">
+		<repeat name="annotateColumn" title="Feature">
 			<param name="colname" type="text" label="Feature name" />
 			<param name="colfile" type="data" format="bed" label="Feature file to annotate for the column" />
 		</repeat>