In <2l2ohd$ani at mserv1.dl.ac.uk> <LIUNI at PLAUTO.CSATA.IT> writes:
> Could anyone tell me what is the procedure so that the LINEUP program in GCG
> package to have the possibility of to accept a file with more of 30 sequences.
Edit "GenInclude:LineUp.inc" and modify the line
Parameter HighRow = 15, LowRow = -15
into something more suitable, eg.
Parameter HighRow = 100, LowRow = -100
You may wish to do the modification only locally. Then copy the include file
to your private directory and modify it there. Next, copy
"GenSource:LineUp.for" into the same directory and replace all occurences of
Include 'GenInclude:LineUp.inc'
into
Include 'LineUp.inc'
Regards
Christoph Gartmann
+----------------------------------------------------------------------------+
| Max-Planck-Institut fuer Phone : +49-761-5108-465 Fax: -221 |
| Immunbiologie PSI : PSI%(0262)45050160374::GARTMANN |
| Postfach 1169 Internet: gartmann at immunbio.mpg.de |
| D-79011 Freiburg, FRG |
+----------- Do you know MENUE, the user environment for OpenVMS? -----------+
+----------------------------------------------------------------------------+
| Max-Planck-Institut fuer Phone : +49-761-5108-465 Fax: -221 |
| Immunbiologie PSI : PSI%(0262)45050160374::GARTMANN |
| Postfach 1169 Internet: gartmann at immunbio.mpg.de |
| D-79011 Freiburg, FRG |
+----------- Do you know MENUE, the user environment for OpenVMS? -----------+