print_params

Usage:
&print_params(\%seq, "filename");

Action:
This subroutine simply prints out the parameters found in the associative array %seq.

If no file name is specified, the sequence will be printed out on to the screen.

Example:
&print_params( \%seq, "sequence.in" );

Prints out the associative array %seq into a file called "sequence.in"