Mercurial > repos > bgruening > strip_it
annotate strip-it.xml @ 1:b8809b15e1a4 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author | bgruening |
---|---|
date | Tue, 07 May 2019 13:42:01 -0400 |
parents | fc8d71a0fb9b |
children |
rev | line source |
---|---|
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
1 <tool id="ctb_stripit" name="Strip-it" version="1.0.2.1"> |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
2 <description>extracts scaffolds from molecules</description> |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="1000" shared_inputs="" merge_outputs="outfile"></parallelism--> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
4 <requirements> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
5 <requirement type="package" version="1.0.2">strip_it</requirement> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
6 </requirements> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
7 <command detect_errors="aggressive"> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
8 <![CDATA[ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
9 ln -s '$infile' '$infile.${infile.ext}' && |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
10 strip-it |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
11 --input '$infile.${infile.ext}' |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
12 --output '$outfile' |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
13 --noLog |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
14 $noHeader |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
15 ]]> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
16 </command> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
17 <inputs> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
18 <param name="infile" type="data" format='sdf,mol,mol2,smi' label="Molecule file" /> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
19 <param argument='--noHeader' type='boolean' truevalue='--noHeader' falsevalue='' |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
20 label='Do not print a header in the output file' /> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
21 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
22 </inputs> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
23 <outputs> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
24 <data name="outfile" format="tabular" /> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
25 </outputs> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
26 <tests> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
27 <test> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
28 <param name="infile" ftype="sdf" value="CID_3037.sdf"/> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
29 <param name="noHeader" value="false"/> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
30 <output name="outfile" file="Strip-it_on_CID3037.tabular" /> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
31 </test> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
32 </tests> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
33 <help> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
34 <![CDATA[ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
35 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
36 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
37 .. class:: infomark |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
38 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
39 **What this tool does** |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
40 |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
41 Strip-it is a program that extracts scaffolds from organic small molecules, |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
42 based on predefined scaffold types. The scaffold types used by Strip-it include |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
43 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
44 - `molecular frameworks`_ as originally described by Bemis and Murcko |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
45 - `molecular frameworks and the reduced molecular frameworks`_ as described by Ansgar Schuffenhauer and coworkers |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
46 - `scaffold topologies`_ as described by Sara Pollock and coworkers |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
47 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
48 .. _molecular frameworks: http://www.ncbi.nlm.nih.gov/pubmed/8709122 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
49 .. _molecular frameworks and the reduced molecular frameworks: http://peter-ertl.com/reprints/Schuffenhauer-JCIM-47-47-2007.pdf |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
50 .. _scaffold topologies: http://www.ncbi.nlm.nih.gov/pubmed/18605680 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
51 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
52 ----- |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
53 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
54 .. class:: infomark |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
55 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
56 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
57 **Input** |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
58 |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
59 | - `SDF format`_ |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
60 | - `SMILES format`_ |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
61 | - `MOL2 format`_ |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
62 |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
63 .. _SDF format: http://en.wikipedia.org/wiki/Chemical_table_file |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
64 .. _SMILES format: http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
65 .. _MOL2 format: http://chemyang.ccnu.edu.cn/ccb/server/AIMMS/mol2.pdf |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
66 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
67 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
68 ----- |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
69 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
70 .. class:: infomark |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
71 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
72 **Output** |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
73 |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
74 A tabular file with the name and SMILES of the molecule in the first two |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
75 columns; subsequent columns show scaffolds extracted by different methods. |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
76 |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
77 +-------------+--------------------------------+----------------------+------------------------+----------------------+-----+ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
78 | NAME | MOLECULE | RINGS_WITH_LINKERS_1 | RINGS_WITH_LINKERS_2 | MURCKO_1 | ... | |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
79 +=============+================================+======================+========================+======================+=====+ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
80 | Diclofenac | OC(=O)Cc1ccccc1Nc1c(Cl)cccc1Cl | c1ccc(cc1)Nc1ccccc1 | c1ccc(cc1)Nc1ccccc1 | C1CCC(CC1)CC1CCCCC1 | ... | |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
81 +-------------+--------------------------------+----------------------+------------------------+----------------------+-----+ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
82 | Bupivacaine | CCCCN1CCCCC1C(=O)Nc1c(C)cccc1C | C1CCC(NC1)CNc1ccccc1 | O=C(C1CCCCN1)Nc1ccccc1 | C1CCC(CC1)CCC1CCCCC1 | ... | |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
83 +-------------+--------------------------------+----------------------+------------------------+----------------------+-----+ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
84 | ... | ... | ... | ... | ... | ... | |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
85 +-------------+--------------------------------+----------------------+------------------------+----------------------+-----+ |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
86 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
87 ----- |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
88 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
89 .. class:: infomark |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
90 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
91 **Cite** |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
92 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
93 `Silicos-it`_ - strip-it |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
94 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
95 .. _Silicos-it: http://silicos-it.be.s3-website-eu-west-1.amazonaws.com/software/strip-it/1.0.2/strip-it.html |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
96 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
97 |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
98 ]]> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
99 </help> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
100 <citations> |
1
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
101 <citation type="bibtex">@misc{ |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
102 title={Strip-it}, |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
103 author={Silicos-it}, |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
104 year={2014}, |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
105 |
b8809b15e1a4
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
106 }</citation> |
0
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
107 </citations> |
fc8d71a0fb9b
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/strip-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
108 </tool> |