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

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents 769e306b7933
children 0ab839023fe4
line wrap: on
line diff
--- a/SMART/galaxy/removeExonLines.xml	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/galaxy/removeExonLines.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -1,12 +1,15 @@
 <tool id="removeExonLines" name="remove exon lines">
   <description>Removes the lines containing Exon.</description>
+	<requirements>
+		<requirement type="set_environment">PYTHONPATH</requirement>
+	</requirements>
   <command interpreter="sh"> ../Java/Python/removeExonLines.sh $inputFile > $outputFile  </command>
   <inputs>
     <param name="inputFile" type="data" label="Input File" format="gff3"/>
   </inputs>
 
   <outputs>
-    <data format="gff3" name="outputFile" label="[removeExonLine] Output File"/>
+    <data format="gff3" name="outputFile" label="[remove exon line] output file"/>
   </outputs>
 
   <help>