changeset 0:6a70f5848f4a draft

Uploaded
author plus
date Wed, 28 May 2014 10:03:45 -0400
parents
children 9449431ac91e
files archer.xml
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/archer.xml	Wed May 28 10:03:45 2014 -0400
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<tool id="archerTool" name="archer">
+  <description>Gene Mutation Identification</description>
+  <command>/home/plus91/archer_1.0.0/archer/archer.pl -config  /home/plus91/galaxy-dist/database/files/000/$dat_file $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>
+