For each of the exercises in in the Jupyter Notebooks, you are required to create a Python Script, approriately named and stored in the right directory. Take note that you will be graded on:
- how you organize your directories
- How well you document your code and repo
- How you use Git and GitHub (informative commit message, etc)
- And the correctness of your scripts
Work through all the exercises to notebook 6
- You have not updated your README -2
Exercise2_script1.py - script for calculating GC% and AT% for a given DNA sequence. Exercise2_script2.py - script for identfying the first,last and the 5th amino acid in a given amino acid sequence. Exercise2_script3.py - script for identfying the first restriction site for the enzyme that cuts at 'TCCGGA' in a given DNA sequence. Exercise4_script1.py - script for printing a reverse complement for a given DNA sequence. Exercise5_script1-bank.py - script for managing withdrawls,deposits and balance inquiry at an ATM in a bank. Exercise5_script1-loops.py and Exercise5_script2-loops.py - while loop script Exercise5_script3-loops.py - for loop script Exercise6_script2-%GC-count.py - function script for calculating GC% in a DNA sequence. Exercise6_script3-validityCheck.py - function script for testing if the sequence is a DNA sequence.