>Is there a simple way to edit a sequence file written by SEQED so that all
>residues can be converted to CAPS if the current file is a mixture of lower
>and upper case?
>Thanks
>Laurie Betts
>betts at uncvx1.bitnet
I don't know what SEQED is, or what computer is running here.
If you're on a Unix machine, but not in a program, use the shell
(or Terminal). From the command line, do :
tr '[a-z]' '[A-Z]' < the_old_file > the_new_filename
Hope this helps,
------------------------------------------------------------
Brian Osborne Plant Gene Expression Center
bosborne at insect.berkeley.edu Albany CA USA
------------------------------------------------------------