Question: code using c++ Genetics Your code should compile on Banshee according to instructions you provide in a Readme.txt file. The program shold be named Genetics.

 code using c++ Genetics Your code should compile on Banshee accordingto instructions you provide in a Readme.txt file. The program shold be

code using c++

Genetics Your code should compile on Banshee according to instructions you provide in a Readme.txt file. The program shold be named Genetics. The program s hould run as tollows: S /Genetics 3 Codons3.txt Datafile.txt S /Genetics 4 Codons4.txt Datafile.txt where the 3 or 4 distinguishes whether we are dealing with an AlphabetThree case or an AlphabetFour case. That first value must be a 3or 4. The Codons3.txt and Codons4.txt files could be named something else but will follow the codon to amino acid mapping files given. The file Datafile.txt will follow the structure of GeneTest3-1.txt and GeneTest4-1.txt and that's the data you operate on. So what do you do? Based on 3 or 4 you get set up to deal with data of that type, so reading from the Codons3.txt or Codons4.txt type file specified as appropriate. Test and report on the validity of the table. You then read from the provided data, into your container. Carry out the length validation and report on the length. Report on the distribution of symbols within your sequence. Print out the entire sequence. The display all of the encoded active amino acid chains. The user shouldn't need to give any input other than that given on the command line. If there is a problem with the data, so an invalid symbol or invalid Codons file, report the problem and abort. General noteS These are some general rules about what you should and shouldn't do. 1. Your assignment should be sensibly organised with the same kind of expectations in this area as A1 2. Your code must compile on Banshee with the compilation instructions you provide in Readme.txt If it doesn't you will likely be given zero for the programming part of this assignment Submission is via Moodle. Please submit a single zip file with all your assignment files in it Do not include subdirectories, that slows down marking! 1. The deadline is 11:55pm Friday 26th October 2018. 2. Late submissions will be marked with a 25% deduction for each day, including days over the weekend. 3. Submissions more than three days late will not be marked, unless an extension has been granted. 4. If you need an extension apply through SOLS, if possible before the assignment deadline. 5. Plagiarism is treated seriously. Students involved will likely receive zero. Genetics Your code should compile on Banshee according to instructions you provide in a Readme.txt file. The program shold be named Genetics. The program s hould run as tollows: S /Genetics 3 Codons3.txt Datafile.txt S /Genetics 4 Codons4.txt Datafile.txt where the 3 or 4 distinguishes whether we are dealing with an AlphabetThree case or an AlphabetFour case. That first value must be a 3or 4. The Codons3.txt and Codons4.txt files could be named something else but will follow the codon to amino acid mapping files given. The file Datafile.txt will follow the structure of GeneTest3-1.txt and GeneTest4-1.txt and that's the data you operate on. So what do you do? Based on 3 or 4 you get set up to deal with data of that type, so reading from the Codons3.txt or Codons4.txt type file specified as appropriate. Test and report on the validity of the table. You then read from the provided data, into your container. Carry out the length validation and report on the length. Report on the distribution of symbols within your sequence. Print out the entire sequence. The display all of the encoded active amino acid chains. The user shouldn't need to give any input other than that given on the command line. If there is a problem with the data, so an invalid symbol or invalid Codons file, report the problem and abort. General noteS These are some general rules about what you should and shouldn't do. 1. Your assignment should be sensibly organised with the same kind of expectations in this area as A1 2. Your code must compile on Banshee with the compilation instructions you provide in Readme.txt If it doesn't you will likely be given zero for the programming part of this assignment Submission is via Moodle. Please submit a single zip file with all your assignment files in it Do not include subdirectories, that slows down marking! 1. The deadline is 11:55pm Friday 26th October 2018. 2. Late submissions will be marked with a 25% deduction for each day, including days over the weekend. 3. Submissions more than three days late will not be marked, unless an extension has been granted. 4. If you need an extension apply through SOLS, if possible before the assignment deadline. 5. Plagiarism is treated seriously. Students involved will likely receive zero

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!