mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8546beeba5
A CLUSTAL W Multiple Sequence Alignment Program. PR: 19746 Submitted by: David A. Bader <dbader@cielo.eece.unm.edu>
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
--- clustalw.c-orig Wed Jun 7 01:50:05 2000
|
|
+++ clustalw.c Thu Jul 6 20:19:31 2000
|
|
@@ -33,7 +33,7 @@
|
|
#ifdef MSDOS
|
|
char *help_file_name = "clustalw.hlp";
|
|
#else
|
|
- char *help_file_name = "clustalw_help";
|
|
+ char *help_file_name = "/usr/local/share/clustalw/clustalw_help";
|
|
#endif
|
|
|
|
sint max_names; /* maximum length of names in current alignment file */
|