-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update processing.py replace_dic ß : b #35
Conversation
merge dev into master for version update
merge dev into master for 0.7
add dev optional install for quarto
merge dev into master for version update
update chars to the libr format to fix LectinOracle_flex
merge for version 1.0 update
merge into master for v1.0.1
merge for version update
I've seen the german ß used instead of the greek β, this should help canonicalize this nomenclature dialect.
This is an excellent addition, thanks for taking the time! It has also been done correctly but please merge into the dev branch, not the master branch (as the dev branch is the one for active development) Be sure to locally run nbdev_prepare prior to merging but I think it should be okay |
The tests all look great but the file conflict issue (https://github.com/BojarLab/glycowork/pull/35/conflicts) is that replace_dic was already modified on the dev branch, so this would roll back the addition on the dev branch, since it was initially based on master. I'd recommend either re-doing it with a fresh pull of dev or doing a second commit to add the addition from dev Thanks! |
I've seen the german ß used instead of the greek β, this should help canonicalize this nomenclature dialect. This is my first pull request, I'm new to python, and I do not fully grasp how glycowork works so please forgive me if the fix isn't as simple as just adding ß : b in replace_dic in def canonicalize_iupac(glycan) in processing.py.