view 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 source

<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>