Mercurial > repos > marcel > caddsuite_mac10_6
comparison CADDSuite-1.6/changelog.txt @ 8:dbb480e39d95 draft
Uploaded
author | marcel |
---|---|
date | Sat, 15 Dec 2012 13:15:46 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:bfab27640f5e | 8:dbb480e39d95 |
---|---|
1 Version 1.6, 12-15-2012: | |
2 - Enhanced SurfaceMatcher; included correlation contributions for matching interior of binding pockets onto each other. | |
3 - Enhanced calculation of topological similarities. | |
4 | |
5 Version 1.5, 07-18-2012: | |
6 - Changed scoring function to include greatly improved solvation term !!! | |
7 - Added SurfaceMatcher. It finds the best superposition of two binding pocket surfaces using FFT !! | |
8 - Added PocketCutter, which allows to cut receptor atoms contributing to the SES of the binding pocket of a receptor. This output can then be used with SurfaceMatcher. | |
9 - Added k-mean clustering to MolDB | |
10 - For DBExporter and similarity search, allow to set threshold for max. desired molecules per query mol | |
11 - Allow to filter compound library by vendor name using DBExporter | |
12 - Allow to restrict similarity search to molecules with molecular weigth similar to the one of query molecule | |
13 - Added diversity criteria to DB similarity search and to MolFilter | |
14 - Optional automatic detection of ref. ligand (using largest heterosystem) added to PDBCutter | |
15 - PDBCutter can now also download ligand sdf with correct topology from PDB server instead just writing a pdb with unkown bond orders | |
16 - Adapted default penalty value set by SpatialConstraintDefiner and PocketDetector | |
17 | |
18 Version 1.1, 01-10-2012: | |
19 - Eradicated use of external tool 'tar'. ScoreGridSets are now compressed using boost's gzip support. Multiple ScoreGridSets are automatically. concatenated and saved as one gzipped file | |
20 - Added default atom type for grid calculation | |
21 - Fixed default state of galaxy check-boxes | |
22 - Some small fixes for g++ 4.6 | |
23 - Changed some default output formats of many tools to mol2.gz. This will only have an effect if _no_ valid file extension is specified. | |
24 - Gave some more tools the ability to delete their input file after sucessful execution | |
25 - The last two points together allow to reduce required disk space for common docking pipeline by about 95%. | |
26 | |
27 Version 1.0.1, 11-06-2011: | |
28 - In WaterFinder, remove existing water hydrogens before protonating and optimizing water molecules | |
29 - Fixed a parameter-related regression in IMGDock that led to the accidental use of non grid-based scoring functions | |
30 - Display meaningful error if automatic QSAR model creation is attempted with data not containing any response variables | |
31 | |
32 Version 1.0, 11-04-2011: | |
33 - Added support for advanced parameters and parameter sections | |
34 - Added some missing 'supported_formats' and 'tool_category' tags | |
35 - Fixed tar compression on Mac | |
36 - Fix for use of libsvm 3.1 | |
37 - Fix for use of created release packages on MacOS 10.7 | |
38 - Added missing flag to MolPredictor. | |
39 | |
40 Version 0.9.6, 08-20-2011: | |
41 - MolFilter: Use union of SMARTS matches instead of intersection | |
42 - Support for reading and writing compressed molecule files (*.gz) | |
43 - Added optional parameter for output log-file to DBImporter | |
44 - Added flag for disabling uniqueness-check to LigCheck | |
45 - mol2-files: disabled gaff atom-typing for speed-up | |
46 - drf-files: automatically add new protein-conformations | |
47 - Ligand3DGenerator: disable fallback-use of openbabel-UFF force field since it turned out to be unstable | |
48 - InputReader: made sure to always calculate correct set of features | |
49 - Fixed a nan problem during centering of QSAR data | |
50 | |
51 Version 0.9.5, 07-12-2011: | |
52 - Let rescoring search for correct LigCheck molecule property-tags | |
53 - Indicate optional parameters in galaxy interface | |
54 - Fixed compilation with disabled QuEasyViz | |
55 - Added missing gnuplot data file to release archive | |
56 - Set some default values for flags for use in GUIs | |
57 - Clarified EvenSplit docu | |
58 | |
59 Version 0.9.4, 06-27-2011: | |
60 - Fixed tool-startup script for pathes containing whitespaces | |
61 - New tool SpatialConstraintDefiner | |
62 - New tool InteractionConstraintDefiner | |
63 - Removed superficial pathes from startup-script | |
64 - Slight change in ParamFile format (i.e. the files written with -write_par) | |
65 - Renamed IMeedyDock to IMGDock | |
66 | |
67 Version 0.9.3, 05-30-2011: | |
68 - Split Rescorer into 3 tools: SimpleRescorer, TaGRes-train, TaGRes (Target-Specific Grid-Rescoring) | |
69 - Allow to optionally specify output filenames to LigandFileSplitter | |
70 - Fixed creation of galaxy-scripts for tools with inputfile-lists | |
71 - Fixed creation of galaxy-scripts for Converter and DockResultMerger | |
72 - Automatically create and add all files necessary for integration of CADDSuite into Galaxy to the makeself archive | |
73 - New tool MolFilter | |
74 - Fixed some gnuplot issues | |
75 - Added PDBDownload tool | |
76 - Slight change of format of ParamFile | |
77 - Added some missing tool-manuals | |
78 - Disable B-factor check for hydrogens in ProteinCheck | |
79 - Added safeguards to several tools | |
80 - Automatically delete existing hydrogens from BALL-system before protonation is done by ProteinProtonator | |
81 - Fixed reading of mulitple ScoreGridSets (for cases when no ini-file is used) | |
82 - Simplified use of VendorFinder by allowing to set all db-parameters on the command-line (instead of using ini-file) | |
83 - Enhanced several tool manuals | |
84 - Let tools register their category (e.g. Preparation, Docking, etc.). Write and read information about this category to/from ParamFiles. | |
85 | |
86 Version 0.9.2, 05-17-2011: | |
87 - Speed-up of ob-mol generation | |
88 - Support build on Windows | |
89 - ProteinCheck now generates protein-quality report as pdf | |
90 - Added info about mandatory parameters and parameter-restrictions to parameter xml-file | |
91 - Simplified use of DBImporter+DBExporter by allowing to set all db-parameters on the command-line (instead of using ini-file) | |
92 - Simplified use of some other tools by merging several flags into one string-parameter that has restrictions. | |
93 - New tool MolDepict. It generates structure diagrams for small molecules by using openbabel's svg-writer and merges them to one pdf-file (3 on 5). | |
94 - Allow to create makeself-archive containing CADDSuite, all necessary contrib-libs, data-files and install-script | |
95 - Write information about supported file-formats to parameter xml-file | |
96 - new tool ProteinProtonator | |
97 - new tool Ligand3DGenerator | |
98 - new tool GalaxyConfigGenerator | |
99 - allow to open file that do not have an extension (by searching for format-specific keywords) | |
100 | |
101 Version 0.9.1, 04-12-2011: | |
102 - All tools now write a manual text to cout as well as to parameter xml-file (as generated by -write_par) | |
103 | |
104 Version 0.9 |