diff SMART/galaxy/mergeSlidingWindowsClusters.xml @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
line wrap: on
line diff
--- a/SMART/galaxy/mergeSlidingWindowsClusters.xml	Mon Apr 29 03:45:52 2013 -0400
+++ b/SMART/galaxy/mergeSlidingWindowsClusters.xml	Tue Apr 30 14:33:21 2013 -0400
@@ -1,8 +1,5 @@
 <tool id="mergeSlidingWindowsClusters" name="merge sliding windows clusters">
 	<description>Merges two files containing the results of a sliding windows clustering.</description>
-	<requirements>
-		<requirement type="set_environment">PYTHONPATH</requirement>
-	</requirements>
 	<command interpreter="python">
 		../Java/Python/mergeSlidingWindowsClusters.py -i $formatType.inputFileName1
 		#if $formatType.FormatInputFileName1 == 'bed':
@@ -102,9 +99,5 @@
 	<outputs>
 		<data name="outputFileGff" format="gff3"/>
 	</outputs> 
-
-	<help>
-Sliding windows are also useful to compare two (or more!) sets of data. This can be very valuable when you want to compare differential expression in two different conditions. When you have two different sliding windows sets, this function merges them into one, where each window contains the two pieces of information. You may want to plot the data afterwards using the *plot transcript list* function.
-	</help>
 	
 </tool>