Question: Your task is to write a GFF 3 feature exporter. A user should be able to run your script like this: $ export _ gff
Your task is to write a GFF feature exporter. A user should be able to run your script like this:
$ exportgfffeature.py sourcegffpathtosomegfftypegene attributeID valueYARW
There are arguments here that correspond to values in the GFF columns. In this case, your script should read the path to a GFF file, find any gene column which has an IDYARW column When it finds this, it should use the coordinates for that feature columns and and the FASTA sequence at the end of the document to return its FASTA sequence.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
