home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / science / clustalv / readme.st < prev    next >
Text File  |  1994-02-19  |  2KB  |  36 lines

  1. This version of ClustalV for Atari ST was compiled with the Pure C Compiler
  2. Version 1.0. The code contains debug information and is not speed optimized.
  3. On my MegaSTE (16 MHz, Cache on) the program needs 40 sec to align the both
  4. sequences contained in the file proteins.tst (start with "clustalv proteins.tst").
  5.  
  6. The source code was obtained via anonymous ftp from ftp.embl-heidelberg.de.
  7. The program was compiled with
  8.     #define MSDOS 1             /* Turbo C for PC's */
  9. and there was made a small change to the source which corrects an apparent
  10. bug: line 1782 was changed from
  11.         fprintf(clusout,"                %s\n\n",temp);
  12. to
  13.         fprintf(clusout,"               %s\n\n",temp);
  14. which removes a space. This results in asterisks (*) marking exact alignment
  15. and dots (.) marking conservative replacements. The modified source code is
  16. contained in the distribution.
  17.  
  18. Pure C is copyrighted by Pure Software, Germany and distibuted (in Germany)
  19. by Application Systems under a license from Borland GmbH.
  20.  
  21. DISCLAIMER:
  22.  
  23. The program included in this archive has not been extensively tested.
  24. Since the source code has been modified only marginally I assume that
  25. there is no change in its behaviour. Nevertheless, neither I nor the
  26. original authors undertake liability for any direct or indirect damage,
  27. including, but not restricted to, material or financial damage, caused
  28. by the use of this program or its unsuitability for a specific purpose.
  29. Everybody is using the program on his/her own risk.
  30.  
  31. This program may be distributed freely as long as there are no costs for
  32. the customer. Distribution on PD disks and commercial mailbox systems
  33. is not allowed.
  34.  
  35. --Cornelius Krasel (krasel@alf.biochem.mpg.de).
  36.