diff SMART/bacteriaRegulatoryRegion_Detection/strictlyIncludeGff.xml @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SMART/bacteriaRegulatoryRegion_Detection/strictlyIncludeGff.xml	Mon Apr 29 03:20:15 2013 -0400
@@ -0,0 +1,17 @@
+<tool id="strictlyIncludeGff" name="strictly include Gff">
+  <description>Prints the elements which are strictly included in the template.</description>
+  <command interpreter="perl"> strictlyIncludeGff.pl -i $inputFile -t $template > $outputFile  
+  </command>
+  <inputs>
+    <param name="inputFile" type="data" label="Input File" format="gff"/>
+    <param name="template" type="data" label="template File" format="gff"/>
+  </inputs>
+
+  <outputs>
+    <data format="gff3" name="outputFile" label="[strictlyIncludeGff] Output File"/>
+  </outputs>
+
+  <help>
+	command example: perl strictlyIncludeGff.pl -i toSelect.gff3 -t template.gff -o result.gff3
+  </help>
+</tool>