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

Enhanced GFF updating #135

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Neato-Nick
Copy link

  • Added --gff option to splitasm, allowing user to avoid splitting the assembly at gaps that intersect features in a gff. Gff parsing conventions match (and import a function from) the ragtag_correct.py
  • Added option -s to ragtag_update_gff.py that works similar to -c for the case of correcting a gff that has been split by splitasm. When enabled, it handles gaps in the AGP by simply skipping any gff feature that spans multiple sequences, logging a warning to the screen. Any child features of a parent overlapping a gap will also be skipped to prevent output of orphan features, e.g a stop codon after the gap.

Outside of feature enhancements, all current behavior and functionality is exactly preserved.

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

Successfully merging this pull request may close these issues.

None yet

1 participant