diff SMART/galaxy/getReadDistribution.xml @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents 769e306b7933
children
line wrap: on
line diff
--- a/SMART/galaxy/getReadDistribution.xml	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/galaxy/getReadDistribution.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -1,5 +1,8 @@
 <tool id="getReadDistribution" name="get read distribution">
 	<description>Get Read Distribution v1.0.1: Plot the number of identical reads and give the most represented.</description>
+	<requirements>
+		<requirement type="set_environment">PYTHONPATH</requirement>
+	</requirements>
 	<command interpreter="python">
 		../Java/Python/WrappGetReadDistribution.py -i $formatType.inputFileName
 		#if $formatType.FormatInputFileName == 'fasta':
@@ -58,7 +61,7 @@
 	</inputs>
 
 	<outputs>
-		<data name="outputFile" format="tar" label="[getReadDistribution] tar out file" help="You can not see the results directly from galaxy, but you can download this tar output file."/>
+		<data name="outputFile" format="tar" label="[get read distribution] tar out file" help="You can not see the results directly from galaxy, but you can download this tar output file."/>
 	</outputs> 
 
     <help>