The point value of each script is given in []. Within each script, include a header comment block that looks something like this:
#!/usr/bin/perl -w # # Perl script: name_of_script # # Perl guru: your_name # # Description_of_script # # Date: date_created #
You should email your Perl scripts in separate emails to heath@vt.edu --- with the subject of each email being the name of the script --- by 5:00PM on October 7, 2002. No late submission will be accepted.
[50] Write and submit a Perl script named protein_mutate to generate pseudorandom mutations of an amino acid sequence. In particular, protein_mutate has the following behavior.
For example, if the amino acid sequence input is
maatntilafsspsrllippssnpstthen the command
protein_mutate 3might have output
Original sequence: maatntilafsspsrllippssnpst Delete position 6: maatnilafsspsrllippssnpst Replace p in position 18 with v: maatnilafsspsrllivpssnpst Insert q in position 0: qmaatnilafsspsrllivpssnpst 3 pseudorandom mutations generated.
This page was last modified at 12:00 AM UTC, on
January 1, 1970.
Current time at Virginia Tech is 7:40 PM UTC, on
December 4, 2024.
Please report any problems found in these pages by email to:
Lenwood S. Heath.