Mercurial > repos > bitlab > plidflow
diff PLIDflow/modeller_plidflow.xml @ 2:afd5b5ffc38f draft
Uploaded
author | bitlab |
---|---|
date | Tue, 14 Jan 2020 07:52:48 -0500 |
parents | 6fcfa4756040 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PLIDflow/modeller_plidflow.xml Tue Jan 14 07:52:48 2020 -0500 @@ -0,0 +1,10 @@ +<tool id="modeller_plidflow" name="PLIDflow: Modeller"> + <description>Modeller description</description> + <inputs> + <param name="pdbFile" type="data" format="txt" label="PDB file" help="Select a valid PDB file"/> + </inputs> + <command>mod9.19 $pdbFile $mutantPdbFile0 </command> + <outputs> + <data name="mutantPdbFile0" format="txt" label="mutant.PDB"/> + </outputs> +</tool>