Open schidambaran opened 2 months ago
When I run gtf2bed.py
on the genes.gtf
file we made during class, the "gene_name" string is not printed out, e.g.:
chrM 10760 12137 MT-ND4
chrM 12138 12206 MT-TH
chrM 12207 12265 MT-TS2
chrM 12266 12336 MT-TL2
chrM 12337 14148 MT-ND5
chrM 14149 14673 MT-ND6
chrM 14674 14742 MT-TE
chrM 14747 15887 MT-CYB
chrM 15888 15953 MT-TT
chrM 15956 16023 MT-TP
Please let me know if there's anything I need to change!
Thank you! Updated the rubric, you are at 100% completion now!
grep.py
completedsys.argv
indexedgtf2bed.py
completedgene_name
cleaned up and printedtally-fixed.py
completedGreat work!
Comments:- Ingrep.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 usingin
to see if it's in each line.- Ingtf2bed.py
, the "gene_name" text is not being removed.