-
Notifications
You must be signed in to change notification settings - Fork 56
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
Making the parent-child relationship fieldname configurable #78
Comments
Hi, |
This is usefult for example in the case of miRBase GFF files, where "Derives_from" is used instead of "Parent". closes agshumate#78
This can be dangerous, In this pipeline https://github.com/guigolab/FA-nf they added AGAT as GFF/GTF sanitizer, LiftOff is not a pipeline, but we could provide a guideline how to sanitize GFF/GTF files before to use LiftOff. |
Hi, thanks for your reply. This is of course debatable, but I don't necessarily see it as dangerous, since the default behaviour is still using Parent. If the user is using arguments one could assume she/he knows what she/he is doing. In particular, I guess miRBase considers the mature miRNA transcripts to be somewhat akin to Polycistronic transcripts as described in the document you linked, since there are different miRNA hairpins that generate the exact same mature sequence. In any case, thank you for your feedback and feel free to close the request if you think it's not worth including. |
Hi, |
Right, |
Hi, Has this feature been implemented? I have miRNA gff like that. How can I tell liftoff to use "Derives_from" field? |
Hello.
Some GFF3 files use the "Derives_from" field instead of the "Parent" field to establish a parent-child relationship (see an example from miRBase: ftp://mirbase.org/pub/mirbase/CURRENT/genomes/ath.gff3).
Would you consider a pull request to add an argument that makes this configurable?
The text was updated successfully, but these errors were encountered: