gffread
gffread copied to clipboard
extract cds sequence +- given bases
Hi @gpertea
I want to use gffread to get CDS sequences +- N bases. Something like --w-add <N> but for CDS --x-add <N>. Would it be easy to implement this?
Best, Vivek
@vivekbhr waiting this feature request to be addressed you can use agat_sp_extract_sequences.pl from AGAT running:
agat_sp_extract_sequences.pl --gff inputgff --fasta input.fa --up <N> --down <N>
P.S: AGAT and gffread are complementary