# HG changeset patch # User bgruening # Date 1557250903 14400 # Node ID d7ecb50b2b6648c8245cc317ff8aada1d5926c4c # Parent 31f5b5421a02b7547de28a0b6c9b6fb36a3c1d51 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/shape-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e diff -r 31f5b5421a02 -r d7ecb50b2b66 shape-it.xml --- a/shape-it.xml Mon May 22 03:02:57 2017 -0400 +++ b/shape-it.xml Tue May 07 13:41:43 2019 -0400 @@ -1,5 +1,5 @@ - Against a database of molecules (shape-it) + against a database of molecules (shape-it) shape_it @@ -31,20 +31,20 @@ ]]> - + - + - - - + + + - + @@ -76,8 +76,8 @@ **What this tool does** Shape-it_ is a tool that aligns a reference molecule against a set of database -molecules using the shape of the molecules as the align criterion. -It is based on the use of `gaussian volumes as descriptor for molecular shape`_ as it was introduced by Grant and Pickup. +molecules using the shape of the molecules as the alignment criterion. +It is based on the use of `gaussian volumes as descriptor for molecular shape`_ as was introduced by Grant and Pickup. The program expects one reference molecule with its three-dimensional coordinates and one database files containing one @@ -95,11 +95,11 @@ **Input** -| - `formates recognized by OpenBabel`_ +`3D formats recognized by OpenBabel`_ - either SDF, MOL, or MOL2 -.. _formates recognized by OpenBabel: http://openbabel.org/wiki/Category:Formats +.. _3D formats recognized by OpenBabel: http://openbabel.org/wiki/Category:Formats -* Example:: +* Example (SDF):: - database 27 28 0 0 0 0 0 0 0999 V2000 @@ -193,6 +193,11 @@ **Output** +The output file contains first the reference molecule, followed by the molecules +aligned to the reference molecule. If the 'Number of best-scoring molecules' option +is set only the top-best scoring molecules will be reported in the output file, +otherwise all molecules are written to the output file. + * Example:: 27 28 0 0 0 0 0 0 0 0999 V2000 @@ -236,6 +241,16 @@ 6 8 2 0 0 0 0 ...... +In addition, if the option to output scores is selected, a tabular file will be created. +Each line represents a molecule from the database, with columns describing the volumes +of the reference and database molecules, overlap volumes, and Shape-it scores produced +by the three scoring schemes. + +* Example:: + + dbName refName Shape-it::Tanimoto Shape-it::Tversky_Ref Shape-it::Tversky_Db overlap refVolume dbVolume + 3033 3037 0.562 0.754 0.688 128.56 169.59 187.87 + ]]>