view init_sibelia.xml @ 1:a1e18620fc28 draft

something
author eremeevaaa94@mail.ru
date Thu, 05 Dec 2013 07:26:30 -0800
parents c15285154e98
children 74df95d8152a
line wrap: on
line source

<tool id="Sibelia" name="sibelia">
  <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" />
	</outputs>
</tool>