Open schidambaran opened 2 months ago
grep.py
sys.argv
gtf2bed.py
gene_name
tally-fixed.py
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.
fields
text
just git pushed corrected Q2
Thanks! Rubric has been updated.
grep.py
completedsys.argv
indexedgtf2bed.py
completedgene_name
cleaned up and printedtally-fixed.py
completedGreat work!
Comments:- Forgtf2bed.py
, we are asking for the start and stop coordinate for each gene along its chromosome, which should be infields
in your code. In addition, the gene names are aftergene_name
within yourtext
variable.