Mercurial > repos > ktnyt > gembassy
annotate glang-galaxy-conf/kbws/kdnacomp.xml @ 2:8947fca5f715 draft default tip
Uploaded
| author | ktnyt |
|---|---|
| date | Fri, 26 Jun 2015 05:21:44 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 2 | 1 <tool id="EMBOSS: kdnacomp" name="kdnacomp" version="1.0.2"> |
| 2 <description>DNA compatibility algorithm using dnacomp</description> | |
| 3 <command>kdnacomp -seqall $input1 -auto -outfile $out_file1</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="txt" name="out_file1" label="${tool.name} for ${input1.name}" /> | |
| 12 </outputs> | |
| 13 </tool> |
