forked from silicos-it/spectrophores-boost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (19 loc) · 932 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Spectrophores
This module contains the code to calculated spectrophores. It is a wrapper to
the RDKit python library (www.python.org)
# Installation
Step 1 - download the 'spectrophore-1.0.1.tar.gz' file from the 'dist/' folder
Step 2 - untar the downloaded file and chdir into the created directory:
> tar xvf spectrophore-1.0.1.tar.gz
> cd spectrophore-1.0.1
Step 3 - install:
> sudo python setup.py install
The installation process installs the following:
- module 'spectrophore.py' is installed in the default third-party modules directory
(for example '/usr/local/lib/python2.7/dist-packages/');
- script 'sdf2spectrophore.py' is installed in the default third-party script directory
(for example '/usr/local/bin/')
# Documentation
All required documentation is contained in two ipython notebook files:
- 'documentation/tutorial.ipynb'
- 'documentation/manual.ipynb'