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

Samplesheet-free mode #57

Open
remiolsen opened this issue Jan 12, 2024 · 1 comment
Open

Samplesheet-free mode #57

remiolsen opened this issue Jan 12, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@remiolsen
Copy link
Member

A separate or parallel step to the main anglerfish algorithm that tries to classify reads not based on the adaptors and index setups found in the input samplesheet, but tries to cluster reads based on all known adaptors and setups.
This would be useful especially for cases where we have "unknown unknowns" / unicorns in our sequencing pools.

@remiolsen remiolsen added this to the 1.0.0 milestone Jan 23, 2024
@remiolsen
Copy link
Member Author

Part of this will mode will rely on #59 to determine which adaptor template(s) to map to. Anglerfish CLI will have to be modified to run without input samplesheet. And more importantly it needs to cluster the index hits (unmatched indices in current anglerfish terminology) with some allowance for edit distance.
And finally there needs to be some measure of confidence called for each cluster. We will have to put on our statistician hats 🙀

@remiolsen remiolsen added the enhancement New feature or request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant