Entering edit mode
6.1 years ago
ahmedferoz20
▴
10
Hi, I have a GFF file and a genome sequence file in fasta format. I need to get a fasta file containing the sequence of 1 kb uspstream of each gene on the x chromosome?
I prefer linux scripts however, python code is fine too.
Really appreciate if anyone can help me.
Look at bedtools or bedops.
Thanks h.mon. I am wondering is it working for gff file too?
BioPython would make this very easy, though their support for GFF is limited. Brad Chapman built BCBio though which handles gff and is able to interface with BioPython nicely