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

Indel discount feature #115

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

bwlang
Copy link

@bwlang bwlang commented Jan 7, 2022

fixes issue #114

@bwlang
Copy link
Author

bwlang commented Jan 7, 2022

This hardcoded discount is a proof of concept... it produces the desired consensus sequence (discount_ivar.fa) but needs more work to figure out how to get an option into the user interface and to confirm that it does not produce unwanted indels elsewhere.

(seq) ➜  data git:(indel_discount) ✗ cut -c 22180-22240 std_ivar.fa

GCACACGCCTATTATAGTGCGTNNNNNNNNNGATCTCCCTCAGGGTTTTTCGGCTTTAGAA
(seq) ➜  data git:(indel_discount) ✗ cut -c 22180-22240 discount_ivar.fa

GCACACGCCTATTATAGTGCGTGAGCCAGAAGATCTCCCTCAGGGTTTTTCGGCTTTAGAA```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant