0
|
1 <tool id="PaDEL1" name="PaDEL1">
|
|
2 <description>"PaDEL Descriptor Tool"</description>
|
|
3 <command interpreter="perl">padel.pl $input $3d $fingerprint $output</command>
|
|
4 <inputs>
|
|
5 <param format="txt" name="input" type="data" label="sdf_file"/>
|
|
6 <param name="3d" type="select" label="calculate 3d descriptors">
|
|
7 <option value = "0" >NO</option>
|
|
8 <option value = "1" >yes</option>
|
|
9 </param>
|
|
10 <param name="fingerprint" type="select" label="calculate fingerprints">
|
|
11 <option value = "0" >NO</option>
|
|
12 <option value = "1" >yes</option>
|
|
13 </param>
|
|
14 <!--
|
|
15 <param name="3d" type="checkbox" label="Include 3D descriptors" description="add 3D descriptor" value="1" default="0" />
|
|
16 <param name="fingerprint" type="checkbox" label="Include PubChem fingerprints" description="calculate 881 fingerprints" value="1" default="0" />
|
|
17 -->
|
|
18 </inputs>
|
|
19 <outputs>
|
|
20 <data format="txt" name="output"/>
|
|
21 </outputs>
|
|
22 <help>
|
|
23 run command with sdf file format only and output file will be in CSV format.
|
|
24 </help>
|
|
25 </tool>
|