izabella-mastroianni / qbb2024-answers

0 stars 0 forks source link

Day 2 Afternoon Exercise #4

Open schidambaran opened 2 months ago

schidambaran commented 2 months ago
Exercise Description Completion
Q1 grep.py completed Yes
sys.argv indexed Yes
Text file processed Yes
Newline characters removed Yes
Q2 gtf2bed.py completed Yes
Chromosome, start coordinate, stop coordinate printed Yes
gene_name cleaned up and printed Yes
Q3 tally-fixed.py completed Yes
Bug 1 fixed Yes
Bug 2 fixed Yes
Bug 3 fixed Yes

Great work!

Comments: - In grep.py, it doesn't seem like you're checking if a particular value is in each line of the file. Consider adding another command line argument for the value of interest, and using in to see if it's in each line.

schidambaran commented 2 months ago

Updated rubric based on a newer submission.