-
Notifications
You must be signed in to change notification settings - Fork 27
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
inquiry about "gff3_to_fasta -st user_defined -u mRNA CDS" #124
Comments
Hi @yanzhongsino. How is the mRNA modeled? If there are exon features in addition to CDS, I'd recommend using |
Thanks! I find a way to get parent fasta. First, I change all mRNA tag to gene in gff3 file. Then, I used "gff3_to_fasta -st gene" to get "gene" fasta(this is mRNA in old gff file). |
@yanzhongsino when you say that you only got the CDS fasta at first - do you mean that you only got the sequences for the individual CDS segments (e.g. in the above example for DR000001, you would get 3 separate fastas for each individual CDS line)? Or did you get one fasta sequence for the entire CDS? |
I got one fasta sequence for the entire CDS in the first case. |
Thanks for the response @yanzhongsino (and sorry about the delay). I'm curious - are the nucleotide sequences that you got from the different commands this same (mRNA vs. CDS)? |
Thank you for your development of the great gff3 tools.
While I use "gff3_to_fasta -st user_defined -u mRNA CDS" to get fasta file, it seems to get child (this is CDS) fasta.
I'm just wondering about how to get parent fasta (this is mRNA) in this situation.
Any reply will be welcome.
The text was updated successfully, but these errors were encountered: