changeset 2:d5aed166429d draft

Uploaded
author plus
date Thu, 29 May 2014 02:31:15 -0400
parents 9449431ac91e
children 3af9b7634b2d
files archer.xml
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/archer.xml	Thu May 29 02:31:15 2014 -0400
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<tool id="archerTool" name="archer">
+  <description>Gene Mutation Identification</description>
+  <command>
+	archer.pl -config --dat_file=$dat_file --out_file1=$out_file1</command>
+  <inputs>
+        <param name="dat_file" type="data"   format="dat" label="Select dat file" />
+  </inputs>
+  <outputs>
+      <data format="dat" name="out_file1" />
+  </outputs>
+  <help>
+  </help>
+</tool>
+