diff SMART/galaxy/removeExonLines.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/removeExonLines.xml	Mon Apr 29 03:45:52 2013 -0400
+++ b/SMART/galaxy/removeExonLines.xml	Tue Apr 30 14:33:21 2013 -0400
@@ -1,15 +1,12 @@
 <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="[remove exon line] output file"/>
+    <data format="gff3" name="outputFile" label="[removeExonLine] Output File"/>
   </outputs>
 
   <help>