comparison PLIDflow/modeller_plidflow.xml @ 2:afd5b5ffc38f draft

Uploaded
author bitlab
date Tue, 14 Jan 2020 07:52:48 -0500
parents 6fcfa4756040
children
comparison
equal deleted inserted replaced
1:eda62adfc858 2:afd5b5ffc38f
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>