diff SMART/galaxy/changeGffFeatures.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/changeGffFeatures.xml	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/galaxy/changeGffFeatures.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -1,5 +1,8 @@
-<tool id="changeGffFeatures" name="change gff Features">
+<tool id="changeGffFeatures" name="change GFF features">
 	<description>Change a feature in a GFF file (the feature is the 3rd column).</description>
+		<requirements>
+			<requirement type="set_environment">PYTHONPATH</requirement>
+		</requirements>
 		<command interpreter="bash">
 			../Java/Python/changeGffFeatures.sh $inputFile $inputFeature $outputFeature >$outputFile
 		</command>
@@ -10,7 +13,7 @@
       </inputs>
 
       <outputs>
-             <data name="outputFile" format="gff" label="[changeGffFeatures] Output File"/>
+             <data name="outputFile" format="gff" label="[change GFF features] Output File"/>
       </outputs> 
 
 	  <help>