Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract exon sequence based on GFF3 end FASTA #3

Open
marcelolaia opened this issue Apr 23, 2020 · 2 comments
Open

Extract exon sequence based on GFF3 end FASTA #3

marcelolaia opened this issue Apr 23, 2020 · 2 comments

Comments

@marcelolaia
Copy link

Hi, after a hard search on the net I found this awesome script. It works nice. However, I need to extract all exon sequence from a genome based on GFF3 and FASTA. Please, found attached a GFF3 sample file.
From that file I need to extract these sequences:
>Eucgr.A00001.1.v2.0.exon.1
ACTGTGACA......
>Eucgr.A00001.1.v2.0.exon.2
ACTGTGACA......
>Eucgr.A00001.1.v2.0.exon.3
ACTGTGACA......
(...)
>Eucgr.A00001.1.v2.0.exon.12
ACTGTGACA......
(...)
Could you help me?
Thank you so much!

sample_GFF3_tsv.txt

@isugif
Copy link
Member

isugif commented Apr 24, 2020

You might be looking for the gff2fasta.pl script located here: https://github.com/ISUGIFsingularity/utilities/tree/master/utilities Please let me know if that is the case.

@marcelolaia
Copy link
Author

marcelolaia commented Apr 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants