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
|
*----------------------------------------------------------------------*
* Burkhard Rost Aug, 1998 version 0.1 *
* EMBL/LION http://www.embl-heidelberg.de/~rost/ *
* D-69012 Heidelberg rost@embl-heidelberg.de *
*----------------------------------------------------------------------*
* ------------------------------ *
* This directory contains: *
* ------------------------------ *
* *
* - all FORTRAN tools needed : 1 convert_seq.f *
* : 2 filter_hssp.f *
* : 3 maxhom.f *
* - FORTRAN include files : 1 maxhom.para *
* : 2 maxhom.common *
* - all FORTRAN libs : *
* convert_seq : lib-maxhom.f + lib-sys-ARCH.f *
* filter_hssp : lib-maxhom.f + lib-sys-ARCH.f *
* maxhom : lib-maxhom.f + lib-sys-ARCH.f *
* : + lib-maxhom-node-pvm3.f *
* - general perl make script : (compile.pl) *
* run this script with no argument for help! *
* - make-files : (mat/make_*) *
* *
* ------------------------------ *
* to DO for compile: *
* ------------------------------ *
* *
* compile.pl -> gives help *
* compile.pl auto -> DOES it.. *
* *
* *
*----------------------------------------------------------------------*
|