changeset 1:a1e18620fc28 draft

something
author eremeevaaa94@mail.ru
date Thu, 05 Dec 2013 07:26:30 -0800
parents c15285154e98
children 74df95d8152a
files init_sibelia.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/init_sibelia.xml	Thu Dec 05 07:15:01 2013 -0800
+++ b/init_sibelia.xml	Thu Dec 05 07:26:30 2013 -0800
@@ -1,10 +1,10 @@
 <tool id="Sibelia" name="sibelia">
-  <command interpreter="python">/home/lin/Downloads/galaxy-galaxy-dist-5c789ab4144a/tools/sibelia/Sibelia_wrapper.py $input $outperm $outblc </command>
+  <command interpreter="python">Sibelia_wrapper.py $input $outperm $outblc </command>
   <inputs>
     <param name="input" type="text" label="Input parameters"/>
   </inputs>
   <outputs>
-		<data format="text" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt />
-		<data format="text" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt />
+		<data format="text" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt" />
+		<data format="text" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt" />
 	</outputs>
 </tool>
\ No newline at end of file