taborrr / 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: - For gtf2bed.py, we are asking for the start and stop coordinate for each gene along its chromosome, which should be in fields in your code. In addition, the gene names are after gene_name within your text variable.

taborrr commented 2 months ago

just git pushed corrected Q2

schidambaran commented 2 months ago

Thanks! Rubric has been updated.