-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add functions for converting barcode info files into codon variant tables #15
Conversation
Conflicts: CHANGELOG.rst setup.py
Added the function bc_info_to_codonvarianttable, for converting barcode info files into codonvarianttables with counts. Also added the function substitutions for determining substitutions in a mutant sequence.
Conflicts: CHANGELOG.rst dms_tools2/codonvarianttable.py
The changes to Also, I was just looking more carefully at the doc formatting for Finally, I'm not exactly sure how this happened, but this pull request will not lead to a clean git history. Despite the fact that the pull request has a title indicating that it is for converting barcode info files into variant tables, it shows commits going back to Feb 12 that do all sorts of things including adding the So I would suggest that make a new fork (or update yours) and make separate "atomic pull requests" (in the way described in the above article) that only focus on whatever specific thing that you are trying to change in that pull request. |
Add the function
substitutions
for determining substitutions present in a sequence compared to a wildtype sequence, and the functionbc_info_to_codonvarianttable
for converting barcode info files into codon variant tables. Also modified the functionfunc_score_to_gpm
to allow inputs of amino acid substitutions rather than codon.