annotate PLIDflow/eboxsize_plidflow.xml @ 3:d45ae17b4470 draft

Removed modeller which was not necessary anymore
author bitlab
date Mon, 27 Jan 2020 02:49:46 -0500
parents 6fcfa4756040
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
1 <tool id="eboxsize_plidflow" name="PLIDflow: eBoxSize">
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
2 <description>is a tool to customize the box size for individual query ligands in order to maximize the accuracy of molecular docking.</description>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
3 <inputs>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
4 <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."/>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
5 </inputs>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
6 <command> <![CDATA[
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
7 swpath=\$(which eBoxSize-1.1.pl) ;
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
8 cp $ligand_pdbqt ${ligand_pdbqt}.pdbqt ;
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
9 (perl \$swpath ${ligand_pdbqt}.pdbqt ) > $eboxsizedata ;
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
10 rm ${ligand_pdbqt}.pdbqt ;
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
11 ]]></command>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
12 <outputs>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
13 <data name="eboxsizedata" format="txt" label="OptimalSizeBox out"/>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
14 </outputs>
6fcfa4756040 Uploaded
bitlab
parents:
diff changeset
15 </tool>