Question: =============================================================================== Here is the previous exercise that mention in problem four: Please help. thank you. Problem Four: Writing Multiple FASTA File [Page 68] Use the

 =============================================================================== Here is the previous exercise that mention in problem four:

===============================================================================

Here is the previous exercise that mention in problem four:

Please help. thank you. Problem Four: Writing Multiple FASTA File [Page 68]

Use the data from the previous exercise, but instead of creating a

single FASTA file, create three new FASTA files - one per sequence.

Please help. thank you.

Problem Four: Writing Multiple FASTA File [Page 68] Use the data from the previous exercise, but instead of creating a single FASTA file, create three new FASTA files - one per sequence. The names of the FASTA files should be the same as the sequence header names, with the extension "fasta". Name your program writing_multiple_fasta_files.py. For example: ABC123.fasta, DEF456.fasta, and GHI789.fasta. Do not forget to use the Python Coding Style conventions. Problem Three: Writing a FASTA File [Pages 67-68] FASTA file format is a commonly used DNA and protein sequence file format. A single sequence in FASTA format looks like this: >sequence_name ATCGTAGTCGATGTCGTGTCG where sequence_name is a header that describes the sequence (the greater-than symbol indicates the start of the header line). Often, the header contains an accession number that relates to the record for the sequence in a public sequence database. A single FASTA file can contain multiple sequences, like this: >sequence_one ATCGCTGATGCTAGGATAGCT >sequence_two AGCTGCTGCTCGATCAAACTG >sequence_three AGCTGCTCGTGATATATGCAA Write a program, named writing_a_fasta_file.py, that will create a FASTA file for the following three sequences - make sure that all sequences are in upper case and only contain the bases A, T, G, and C. Sequence header ABC123 DEF456 GHI789 DNA sequence ATCGCTCGTGATCGTAGATAGGATTTCGAGAT gtcgttogtagctaaagcttgtcgatgcgctcgctag CTCGTAGT-ATCTT--ATTAG----CACTGAT Do not forget to use the Python Coding Style conventions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!