annotate init_sibelia.xml @ 5:7b5e87542bd8
draft default tip
Coming to conclusion. Testing.
author |
eremeevaaa94@mail.ru |
date |
Sun, 13 Apr 2014 07:02:26 -0700 |
parents |
74df95d8152a |
children |
|
rev |
line source |
0
|
1 <tool id="Sibelia" name="sibelia">
|
2
|
2 <command interpreter="python">Sibelia_wrapper.py $input </command>
|
0
|
3 <inputs>
|
2
|
4 <param name="input" size="100" type="text" label="Input parameters"/>
|
0
|
5 </inputs>
|
|
6 <outputs>
|
2
|
7 <data format="txt" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt" />
|
|
8 <data format="txt" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt" />
|
0
|
9 </outputs>
|
|
10 </tool> |