Mercurial > repos > eremeeva > sibelia
changeset 2:74df95d8152a draft
It works
author | eremeevaaa@mail.ru |
---|---|
date | Tue, 10 Dec 2013 22:28:26 -0800 |
parents | a1e18620fc28 |
children | f62639fed8d1 7b5e87542bd8 |
files | init_sibelia.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/init_sibelia.xml Thu Dec 05 07:26:30 2013 -0800 +++ b/init_sibelia.xml Tue Dec 10 22:28:26 2013 -0800 @@ -1,10 +1,10 @@ <tool id="Sibelia" name="sibelia"> - <command interpreter="python">Sibelia_wrapper.py $input $outperm $outblc </command> + <command interpreter="python">Sibelia_wrapper.py $input </command> <inputs> - <param name="input" type="text" label="Input parameters"/> + <param name="input" size="100" 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="txt" name="outperm" label="Genomes permutations" from_work_dir="genomes_permutations.txt" /> + <data format="txt" name="outblc" label="Blocks coords" from_work_dir="blocks_coords.txt" /> </outputs> </tool> \ No newline at end of file