-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does GFFcleaner remove all features based on transcript ids from gff3? #38
Comments
@Xiaofei-git thanks for your question, I believe you're correct that there is currently no functionality in the However it should be possible to add a new option to remove records based on attributes. For example, it could be something like:
or
Would something like this do what you want? |
Yes, that is what I want to. But, not only a single transcript id, it is a list of transcript ids from a file. So, it is OK the argument is a file for "Parent" or "ID"? Thank you so much! |
What is the difference bwtween GFFUtils and the python module of gffutils https://pythonhosted.org/gffutils/ ? |
For your first question: yes, I can make a The code is in PR #39; if you wanted to try this then you would need to install from GitHub, for example using
which will provide the new For your question about |
Thanks so much!
Yes, I have tried and made it work by coding. But, one command line in functionality would be much easier. So, I really like to check this (PR #39) out. Thanks so much again. |
Dear there,
Does GFFcleaner remove all features based on transcript ids from gff3?
Here is the question I want to address in details. I want to remove all lines below from the original gff3 file, but there is only transcript id information of novel_model_471_5f349842 in the list (if not check by looking at the original gff3, I can't know the parent is novel_gene_467_5f349842). So, I am looking for a tool to remove all the feature lines based on transcript ids. As long as there is one of the transcript id in the transcript list, I'd like to remove all lines for this gene in the gff3.
I checked the manual page of GFFcleaner, but I don't find the answer.
Thanks so much!
The text was updated successfully, but these errors were encountered: