Open dtaylo95 opened 1 year ago
Python script that performs alignment based on user input
2.75/8
DNA alignment file
0/0.5
AA alignment file
README.md with alignment score and number of gaps in each sequence for each alignment
README.md
0/1
Total: 2.75/10
Great work so far.
Here's what you need to do for full credit:
scoring_matrix
match_score
mismatch_score
I have pushed the updated and corrected assignment! Thank you for the comments!
Nice work! There are two very minor remaining issues:
-10
-300
Current grade: 9.75/10
Python script that performs alignment based on user input
2.75/8
DNA alignment file
0/0.5
AA alignment file
0/0.5
README.md
with alignment score and number of gaps in each sequence for each alignment0/1
Total: 2.75/10
Great work so far.
Here's what you need to do for full credit:
https://github.com/lws99/qbb2023-answers/blob/4e8f9d73023c78624fade026361e22e7e9838608/week-3/assign_week3.py#L85-L91
scoring_matrix
, rather thanmatch_score
andmismatch_score
https://github.com/lws99/qbb2023-answers/blob/4e8f9d73023c78624fade026361e22e7e9838608/week-3/assign_week3.py#L106-L115
README.md
(for both AA and DNA alignments)README.md