Open schidambaran opened 2 months ago
grep.py
sys.argv
gtf2bed.py
gene_name
tally-fixed.py
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.
in
Updated rubric based on a newer submission.
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.