Mercurial > repos > bitlab > plidflow
annotate PLIDflow/modeller_plidflow.xml @ 0:6fcfa4756040 draft
Uploaded
author | bitlab |
---|---|
date | Tue, 14 Jan 2020 06:09:42 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <tool id="modeller_plidflow" name="PLIDflow: Modeller"> |
2 <description>Modeller description</description> | |
3 <inputs> | |
4 <param name="pdbFile" type="data" format="txt" label="PDB file" help="Select a valid PDB file"/> | |
5 </inputs> | |
6 <command>mod9.19 $pdbFile $mutantPdbFile0 </command> | |
7 <outputs> | |
8 <data name="mutantPdbFile0" format="txt" label="mutant.PDB"/> | |
9 </outputs> | |
10 </tool> |