Mercurial > repos > bitlab > plidflow
diff PLIDflow/eboxsize_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/eboxsize_plidflow.xml Tue Jan 14 07:52:48 2020 -0500 @@ -0,0 +1,15 @@ +<tool id="eboxsize_plidflow" name="PLIDflow: eBoxSize"> + <description>is a tool to customize the box size for individual query ligands in order to maximize the accuracy of molecular docking.</description> + <inputs> + <param name="ligand_pdbqt" type="data" format="pdbqt" label="Ligand PDBQT file" help="eboxSize returns a single number that is the optimal edge length of a cubic docking box."/> + </inputs> + <command> <![CDATA[ + swpath=\$(which eBoxSize-1.1.pl) ; + cp $ligand_pdbqt ${ligand_pdbqt}.pdbqt ; + (perl \$swpath ${ligand_pdbqt}.pdbqt ) > $eboxsizedata ; + rm ${ligand_pdbqt}.pdbqt ; + ]]></command> + <outputs> + <data name="eboxsizedata" format="txt" label="OptimalSizeBox out"/> + </outputs> +</tool>
