Skip to content

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

Open
ramonamerong wants to merge 1 commit into
adamewing:masterfrom
ramonamerong:master
Open

Made insertion motif optional, expanded valid insertion sequence check and added support for target site deletions#216
ramonamerong wants to merge 1 commit into
adamewing:masterfrom
ramonamerong:master

Conversation

@ramonamerong
Copy link
Copy Markdown

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