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

Aligning sanger sequencing traces to plasmids across the origin #98

Open
manulera opened this issue Jan 10, 2025 · 2 comments
Open

Aligning sanger sequencing traces to plasmids across the origin #98

manulera opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@manulera
Copy link

manulera commented Jan 10, 2025

Hello! I have been looking for a tool to align sanger sequencing traces to plasmids. Unlike for genomic regions, the sequencing trace may traverse the origin (coordinate zero). Dummy example below, where sequencing trace is GCGTTGCGCTCAAAG

plasmid            AAAGTGTAAAGCCTGGGGTGCCTAATGAGTGAGCTAACTCACATTAATTGCGTTGCGCTC
sequencing trace   AAAG                                             GCGTTGCGCTC

I am thinking of using a combination of clustalomega + MARS (https://github.com/lorrainea/MARS) that does the trick, but I was wondering if there is something in tracy that could be used for this.

@tobiasrausch tobiasrausch self-assigned this Jan 10, 2025
@tobiasrausch tobiasrausch added the question Further information is requested label Jan 10, 2025
@tobiasrausch
Copy link
Member

I am afraid no. Tracy aligns to a linear reference. Maybe one could add the beginning of the plasmid also to the end to account for traces going over the origin? I am not sure, maybe this has other issues - you probably tried this already?

@manulera
Copy link
Author

Yes, I thought of using the same sequence twice as you suggest , but I am not familiar with aligning algorithms so I thought it may mess up the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants