Mercurial > repos > ktnyt > gembassy
comparison glang-galaxy-conf/kbws/kpsortb.xml @ 2:8947fca5f715 draft default tip
Uploaded
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:21:44 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:84a17b3fad1f | 2:8947fca5f715 |
---|---|
1 <tool id="EMBOSS: kpsortb" name="kpsortb" version="1.0.2"> | |
2 <description>Predicts protein localization for PSORT B</description> | |
3 <command interpreter="perl">emboss_single_outputfile_wrapper.pl kpsortb -seqall $input1 -format png -goutfile $out_file1 -auto -format $format</command> | |
4 <inputs> | |
5 <param format="data" name="input1" type="data"> | |
6 <label>Sequence</label> | |
7 </param> | |
8 <param name="format" size="4" type="text" value="normal"> | |
9 <label>Psortb output format ('normal', 'long' and 'short')</label> | |
10 </param> | |
11 | |
12 </inputs> | |
13 <outputs> | |
14 <data format="png" name="out_file1" label="${tool.name} for ${input1.name}" /> | |
15 </outputs> | |
16 </tool> |