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

Made insertion motif optional, expanded valid insertion sequence check and added support for target site deletions #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ramonamerong
Copy link

I had simulated mobile element insertions using BAMsurgeon for my project but encountered the following problems:

  • The insertion motif did not work as intended so I made it optional.
  • Any other nucleotide notation other than ACGT was not supported, so I added ambiguous nucleotides.
  • While target site duplications are supported, target site deletions are not as (they occur more rarely). Therefore I made target site deletions possible if you set the TSD length to a negative value (e.g. -9).

I made this push request as I think others could benefit from these changes.

…k and added support for target site deletions
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.

1 participant