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

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents 440ceca58672
children 0ab839023fe4
line wrap: on
line diff
--- a/SMART/galaxy/getWigData.xml	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/galaxy/getWigData.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -1,5 +1,8 @@
-<tool id="getWigData" name="get wig data">
+<tool id="getWigData" name="get WIG data">
     <description>Compute the average data for some genomic coordinates using WIG files</description>
+	<requirements>
+		<requirement type="set_environment">PYTHONPATH</requirement>
+	</requirements>
     <command interpreter="python">
 		../Java/Python/getWigData.py -i $inputGff3File -f gff3 -w $inputWigFile -t $tagName -$strand -o $outputFile
 	</command>
@@ -12,7 +15,7 @@
     </inputs>
         
     <outputs>
-        <data format="gff3" name="outputFile" label="[getWigData -> gff3] Output File"/>       
+        <data format="gff3" name="outputFile" label="[get WIG data] output file"/>       
     </outputs> 
 
 	<help>