create_sequence

Usage:
%seq = &create_sequence( B, $nnuc );

Action:
Creates a file with the letter "B" repeating according to the number of nucleotides specified. All other parameters are set to zero.

If you wish to view the sequence file generated type:

&print_params(\%seq);

exit;

after the create_sequence subroutine and execute the script.