diff SMART/galaxy/GetFlanking.xml @ 15:440ceca58672

Uploaded
author m-zytnicki
date Mon, 22 Apr 2013 11:08:07 -0400
parents 769e306b7933
children 94ab73e8a190
line wrap: on
line diff
--- a/SMART/galaxy/GetFlanking.xml	Fri Apr 19 10:13:11 2013 -0400
+++ b/SMART/galaxy/GetFlanking.xml	Mon Apr 22 11:08:07 2013 -0400
@@ -52,9 +52,6 @@
 		#end if	
   		
   		-o $outputFile  
-
-		
-		
 	</command>
 
 	<inputs>
@@ -117,7 +114,7 @@
 		</conditional>
 		
 		<conditional name="OptionUpDownStream">
-			<param name="OptionUD" type="select" label="UpStream or DownStream">
+			<param name="OptionUD" type="select" label="Only provide upstream/dowstream features">
 				<option value="UpStream">UpStream</option>
 				<option value="DownStream">DownStream</option>
 				<option value="NONE" selected="true">NONE</option>
@@ -131,8 +128,8 @@
 		</conditional>
 				
 		<conditional name="OptionColinearOrAntiSens">
-			<param name="OptionCA" type="select" label="Colinear or anti-sens">
-				<option value="Colinear">Colinear</option>
+			<param name="OptionCA" type="select" label="Only provide collinear/antisens features">
+				<option value="Colinear">Collinear</option>
 				<option value="AntiSens">AntiSens</option>
 				<option value="NONE" selected="true">NONE</option>
 			</param>
@@ -175,5 +172,20 @@
    		<data format="gff3" name="outputFile" label="[GetFlanking] Output File"/>
   	</outputs>
 	
+	<help>
+This tool prints the elements from the second set of genomic intervals which are closest to (in other words, are flanking) the elements from the first set. You can also play on different parameters:
+
+- restrict the search to downstream or upstream elements, or print downstream and upstream elements,
+
+- only consider collinear flanking elements,
+
+- only consider anti-sense flanking elements,
+
+- only consider elements which are close enough (using some given distance),
+
+- only consider flanking elements which do not overlap with the reference element.
+
+Notice that elements from the second sets may be printed at most once, whether they are the flanking element of several elements from the first or not.
+	</help>
 	
 </tool>