Mercurial > repos > ktnyt > gembassy
comparison glang-galaxy-conf/kbws/kweblogo.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: kweblogo" name="kweblogo" version="1.0.2"> | |
2 <description>Generation of sequence logos using WebLogo</description> | |
3 <command interpreter="perl">emboss_single_outputfile_wrapper.pl kweblogo -seqall $input1 -format png -goutfile $out_file1 -auto </command> | |
4 <inputs> | |
5 <param format="data" name="input1" type="data"> | |
6 <label>Sequence</label> | |
7 </param> | |
8 | |
9 </inputs> | |
10 <outputs> | |
11 <data format="png" name="out_file1" label="${tool.name} for ${input1.name}" /> | |
12 </outputs> | |
13 </tool> |