0
|
1 INTRODUCTION
|
|
2
|
|
3 MayaChemTools is a growing collection of Perl scripts, modules, and classes
|
|
4 to support day-to-day computational discovery needs.
|
|
5
|
|
6 The current release of MayaChemTools provides command line scripts for
|
|
7 the following tasks: Manipulation of SD, CSV/TSV, Sequence/Alignments,
|
|
8 and PDB files; Analysis of data in SD, CSV/TSV, and Sequence/Alignments
|
|
9 files; Information about data in SD, CSV/TSV, Sequence/Alignments, PDB,
|
|
10 and fingerprints files; Exporting data from Oracle and MySQL tables into text
|
|
11 files Properties of periodic table elements, amino acids, and nucleic acids;
|
|
12 Elemental analysis;Generation of fingerprints corresponding to atom
|
|
13 neighborhoods, atom types, E-state indicies, extended connectivity,
|
|
14 MACCS keys, path lengths, topological atom pairs, topological atom triplets,
|
|
15 topological atom torsions, topological pharmacophore atom pairs, and
|
|
16 topological pharmacophore atom triplets; Generation of fingerprints
|
|
17 with atom types corresponding to atomic invariants, DREIDING, E-state,
|
|
18 functional class, MMFF94, SLogP, SYBYL, TPSA and UFF; Calculation of
|
|
19 similarity matrices using a variety of similarity and distance coefficients;
|
|
20 Calculation of physicochemical properties including rotatable bonds,
|
|
21 van der Waals molecular volume, hydrogen bond donors, hydrogen bond
|
|
22 acceptors, SLogP, TPSA, molecular complexity and so on; Similarity
|
|
23 searching using fingerprints.
|
|
24
|
|
25 Review the documentation for further details.
|
|
26
|
|
27 INSTALLATION
|
|
28
|
|
29 1. Add <YOUR MAYACHEMTOOLS DIR>/bin to your PATH environment variable.
|
|
30 2. And check to make sure PATH doesn't contain multiple entries for MayaChemTools
|
|
31 package, and all *.pl files in <YOUR MAYACHEMTOOLS DIR>/bin are executable.
|
|
32
|
|
33 That's it. And you're all set to try out the various scripts.
|
|
34
|
|
35 CAVEATS
|
|
36
|
|
37 All output files generated by MayaChemTools package contain UNIX style new line
|
|
38 character; you can modify it using ModifyNewLineChar.pl script.
|
|
39
|
|
40 DEPENDENCIES
|
|
41
|
|
42 Perl v5.8 or higher. Additional Perl modules required to use database scripts: DBI,
|
|
43 DBD-mysql and/or DBD-Oracle.
|
|
44
|
|
45 SUPPORTED PLATFORMS
|
|
46
|
|
47 Whatever Perl supports: www.cpan.org/ports/. It includes support for various
|
|
48 flavors of UNIX, LINUX, Windows, and Mac operating systems running on all kinds
|
|
49 of hardware platforms.
|
|
50
|
|
51 PERL DOWNLOAD
|
|
52
|
|
53 www.cpan.org
|
|
54
|
|
55 FEEDBACK
|
|
56
|
|
57 Manish Sud<msud@san.rr.com>
|
|
58
|
|
59 COPYRIGHT & LICENSE
|
|
60
|
|
61 Copyright (C) 2015 Manish Sud. All rights reserved.
|
|
62
|
|
63 MayaChemTools is free software; you can redistribute it and/or modify it under
|
|
64 the terms of the GNU Lesser General Public License. Please see GNULICENSE.txt
|
|
65 file for additional information.
|