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

Optionally compare junction nucleotide sequences instead of amino acid sequences #22

Closed
torognes opened this issue Jun 10, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@torognes
Copy link
Member

torognes commented Jun 10, 2021

If a certain option is specified, comparisons should be performed on nucleotide sequences and the junction field in the AIRR TSV input file should be used.

@torognes torognes added the enhancement New feature or request label Jun 10, 2021
@torognes torognes self-assigned this Jun 10, 2021
@torognes
Copy link
Member Author

Several changes to the code is needed:

  • Reading input files with ACGT instead of ACDEFGHIKLMNPQRSTVWY.
  • Zobrist hashes with fewer symbols (4 instead of 20), but longer sequences (~45 nt instead of ~15 aa)
  • Variant generation with 4 symbols instead of 20

@torognes
Copy link
Member Author

Available in release 1.3.0 and later.

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