Entering edit mode
9.6 years ago
moranr
▴
290
I have two files:
- An annotation file in gff format
- A fasta formatted sequnce file for a whole genome.
I want to have a resulting file : myGenomeCDS.fasta
How can I go about doing this via python or Tools ?
Thanks