Mercurial > repos > deepakjadmin > r_caret_test
comparison PaDEL/temp.dir/padelnew.xml.1 @ 0:68300206e90d draft default tip
Uploaded
author | deepakjadmin |
---|---|
date | Thu, 05 Nov 2015 02:41:30 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:68300206e90d |
---|---|
1 <tool id="PaDEL789xsf1" name="PaDEL"> | |
2 <description>"PaDEL Descriptor Calculation Tool"</description> | |
3 <command interpreter="java -jar">PaDEL-Descriptor.jar -dir $input -2d $detectaromaticity $removesalt $standardizenitro $convert3d $retain3d $3d $fingerprint $retainorder -file $output1 -log >$log </command> | |
4 | |
5 <inputs> | |
6 <param format="txt" name="input" type="data" label="sdf file"/> | |
7 | |
8 <param name="detectaromaticity" type="select" label="Detect the aroamaticity"> | |
9 <option value = "-detectaromaticity" selected="TRUE" >YES</option> | |
10 <option value = "" >NO</option> | |
11 </param> | |
12 | |
13 <param name="removesalt" type="select" label="Remove salt"> | |
14 <option value = "-removesalt" selected="TRUE" >YES</option> | |
15 <option value = "" >NO</option> | |
16 </param> | |
17 | |
18 <param name="standardizenitro" type="select" label="Standardize nitro groups"> | |
19 <option value = "-standardizenitro" selected="TRUE" >YES</option> | |
20 <option value = "" >NO</option> | |
21 </param> | |
22 | |
23 <param name="convert3d" type="select" label="convert in 3D"> | |
24 <option value = "" selected="TRUE" >NO</option> | |
25 <option value = "-convert3d" >YES</option> | |
26 </param> | |
27 | |
28 <param name="retain3d" type="select" label="Retain 3D coordinates"> | |
29 <option value = "" selected="TRUE" >NO</option> | |
30 <option value = "-retain3d" >YES</option> | |
31 | |
32 </param> | |
33 | |
34 <param name="3d" type="select" label="calculate 3d descriptors"> | |
35 <option value = "" selected="TRUE" >NO</option> | |
36 <option value = "-3d" >YES</option> | |
37 </param> | |
38 | |
39 <param name="fingerprint" type="select" label="calculate fingerprints"> | |
40 <option value = "" selected="TRUE" >NO</option> | |
41 <option value = "-fingerprints">YES</option> | |
42 </param> | |
43 | |
44 | |
45 <param name="retainorder" type="select" label="Retain molecules order"> | |
46 <option value = "-retainorder" selected="TRUE">YES</option> | |
47 <option value = "" >NO</option> | |
48 </param> | |
49 | |
50 | |
51 | |
52 <!-- | |
53 <param name="3d" type="checkbox" label="Include 3D descriptors" description="add 3D descriptor" value="1" default="0" /> | |
54 <param name="fingerprint" type="checkbox" label="Include PubChem fingerprints" description="calculate 881 fingerprints" value="1" default="0" /> | |
55 --> | |
56 </inputs> | |
57 | |
58 <outputs> | |
59 <data format="txt" name="output1" label="Descriptors File"/> | |
60 <data format="txt" name="log" label="Log File"/> | |
61 </outputs> | |
62 | |
63 <help> | |
64 run command with sdf file format only and output file will be in CSV format. | |
65 </help> | |
66 | |
67 </tool> |