comparison init_sibelia.xml @ 2:74df95d8152a draft

It works
author eremeevaaa@mail.ru
date Tue, 10 Dec 2013 22:28:26 -0800
parents a1e18620fc28
children
comparison
equal deleted inserted replaced
1:a1e18620fc28 2:74df95d8152a
1 <tool id="Sibelia" name="sibelia"> 1 <tool id="Sibelia" name="sibelia">
2 <command interpreter="python">Sibelia_wrapper.py $input $outperm $outblc </command> 2 <command interpreter="python">Sibelia_wrapper.py $input </command>
3 <inputs> 3 <inputs>
4 <param name="input" type="text" label="Input parameters"/> 4 <param name="input" size="100" type="text" label="Input parameters"/>
5 </inputs> 5 </inputs>
6 <outputs> 6 <outputs>
7 <data format="text" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt" /> 7 <data format="txt" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt" />
8 <data format="text" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt" /> 8 <data format="txt" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt" />
9 </outputs> 9 </outputs>
10 </tool> 10 </tool>