ClustalO servlets
[jabaws.git] / binaries / src / disembl / INSTALL
1 Quick Install Guide:
2
3 1) Install Python 2.2+ from http://www.python.org
4 2) Install Biopython.org from http://www/biopython.org
5 3) Download and compile the savgol module in TISEAN, http://lists.mpipks-dresden.mpg.de/~tisean/TISEAN_2.1/index.html
6     - just compile the full package and copy the module from TISEAN-2.1/source_c/sav_gol to the DisEMBL directory.
7
8 4) Compile disembl's neural network (gcc -O3 disembl.c -o disembl)
9 5) Set correct paths to the neural net binary and savgol at the top of the script:
10     from /PATH/DisEMBL-1.x to the correct path
11
12 Now you should be able to parse in a sequence file containing multiple fasta entries...
13 just do a "./DisEMBL.py 8 8 4 1.2 1.4 1.2 sequence_file" if you want to save the results add " > resultfile.disembl"
14 after the command
15