Greetings -
I have been trying to set up a simple routine that tries to accomplish the following:
1. Find line number in a large fasta file with a particular Scaffold/Contig ID, e.g.:
f = open((sys.argv[1]), 'r')
# Get line number where Scaffold/contig begins..
for num, line in...