diff SMART/galaxy/restrictFromSize.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/restrictFromSize.xml	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/galaxy/restrictFromSize.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -1,5 +1,8 @@
 <tool id="restrictFromSize" name="restrict from size">
 	<description>Select the elements of a list of sequences or transcripts with a given size.</description>
+	<requirements>
+		<requirement type="set_environment">PYTHONPATH</requirement>
+	</requirements>
 	<command interpreter="python">
 		../Java/Python/restrictFromSize.py -i $formatType.inputFileName
 		#if $formatType.FormatInputFileName == 'fasta':
@@ -89,7 +92,7 @@
 	</inputs>
 
 	<outputs>
-		<data name="outputFileGff" format="gff3" label="[restrictFromSize] Output File"/>
+		<data name="outputFileGff" format="gff3" label="[restrict from size] output file"/>
 	</outputs> 
 	
 	<help>