|
0
|
1 <tool id="ctb_rdkit_describtors" name="Descriptors" version="0.1">
|
|
|
2 <description>calculated with RDKit</description>
|
|
|
3 <parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism>
|
|
|
4 <requirements>
|
|
|
5 <requirement type="package" version="2012_12_1">rdkit</requirement>
|
|
|
6 </requirements>
|
|
|
7 <command interpreter="python">rdkit_descriptors.py -i "${infile}" --iformat "${infile.ext}" -o "${outfile}" $header 2>&1</command>
|
|
|
8 <inputs>
|
|
|
9 <param format="smi,sdf" name="infile" type="data" label="Molecule data in SD- or SMILES-format" help="Dataset missing? See TIP below"/>
|
|
|
10 <param name="header" type="boolean" label="Include the descriptor name as header" truevalue="--header" falsevalue="" checked="false" />
|
|
|
11 </inputs>
|
|
|
12 <outputs>
|
|
|
13 <data format="tabular" name="outfile" />
|
|
|
14 </outputs>
|
|
|
15 <tests>
|
|
|
16 </tests>
|
|
|
17 <help>
|
|
|
18
|
|
|
19 .. class:: infomark
|
|
|
20
|
|
|
21 **TIP:** If your data is not in SD- or SMILES format, use the pencil icon on your dataset to convert your data
|
|
|
22
|
|
|
23 -----
|
|
|
24
|
|
|
25 **Example**
|
|
|
26
|
|
|
27 - Input file::
|
|
|
28
|
|
|
29 - SD-Format (http://en.wikipedia.org/wiki/Chemical_table_file)
|
|
|
30 - SMILES Format (http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification)
|
|
|
31
|
|
|
32 - Result::
|
|
|
33
|
|
|
34
|
|
|
35 http://code.google.com/p/rdkit/wiki/DescriptorsInTheRDKit
|
|
|
36 http://rdkit.org/Python_Docs/rdkit.Chem.Descriptors-module.html
|
|
|
37
|
|
|
38
|
|
|
39 -----
|
|
|
40
|
|
|
41
|
|
|
42 **Cite**
|
|
|
43
|
|
|
44 Greg Landrum
|
|
|
45 [1] RDKit: Open-source cheminformatics; http://www.rdkit.org
|
|
|
46
|
|
|
47
|
|
|
48 </help>
|
|
|
49 </tool>
|