austinmiller3030
austinmiller3030
26.07.2019 • 
Chemistry

Write a python program to parse the ncbi genbank search result, i.e., data 1eb file in the directory as example. use regular expression to parse the file and output into fasta format. you can just use the part after definition in that line as the header, ie "human insulin gene, complete cds". note that fasta format does not allow line numbers so you need to get rid of the leading numbers in the sequence part of the file. finally, rename the program to "lastname firstname_genbank_parser.py" and submit it to blackboard dropbox. no word file, just py file. d ll

Solved
Show answers

Ask an AI advisor a question