-
Notifications
You must be signed in to change notification settings - Fork 125
#3661 BILN import/export special cases #3662
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
Open
even1024
wants to merge
12
commits into
release/1.44
Choose a base branch
from
3661-biln-issues
base: release/1.44
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f53ec5a
biln fix
even1024 487e0a3
Fix BILN import/export
even1024 65fd079
clang fix
even1024 64e2b1f
remote fix
even1024 4c11a07
black fix
even1024 132b799
Fix BILN edge cases
even1024 8da0354
Fix BILN cap validation
even1024 64eabbf
Apply BILN clang-format
even1024 4444aa2
Address BILN review observations
even1024 f527b54
Fix BILN clang-format
even1024 07c89bb
Fix BILN integration reference order
even1024 45f3240
Limit MinGW CI parallel build
even1024 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,53 @@ | ||
| *** BILN interop *** | ||
| biln_bracketed_alias:BILN->HELM SUCCEED | ||
| biln_cap:BILN->HELM SUCCEED | ||
| biln_disulfides:BILN->HELM SUCCEED | ||
| biln_explicit_backbone:BILN->HELM SUCCEED | ||
| biln_large_bond_id:BILN->HELM SUCCEED | ||
| biln_star_alias:BILN->HELM SUCCEED | ||
| biln_three_chains:BILN->HELM SUCCEED | ||
| biln_two_backbones:BILN->HELM SUCCEED | ||
| biln_underscore_alias:BILN->HELM SUCCEED | ||
| biln_alphabetic_order:BILN->BILN SUCCEED | ||
| biln_amino_acid_count_order:BILN->BILN SUCCEED | ||
| biln_backbone_order:BILN->BILN SUCCEED | ||
| biln_bracketed_no_hyphen:BILN->BILN SUCCEED | ||
| biln_cycle_best:BILN->BILN SUCCEED | ||
| biln_cycle_reverse_rotation:BILN->BILN SUCCEED | ||
| biln_cycle_rotation:BILN->BILN SUCCEED | ||
| biln_cycle_with_external_bond_order:BILN->BILN SUCCEED | ||
| biln_cycle_with_extra_bond_order:BILN->BILN SUCCEED | ||
| biln_equal_chain_topology_order:BILN->BILN SUCCEED | ||
| biln_library_alias:BILN->BILN SUCCEED | ||
| biln_mid_chain_chem:BILN->BILN SUCCEED | ||
| biln_multi_chain_chem_cross_link:BILN->BILN SUCCEED | ||
| biln_multiple_nonbackbone_order:BILN->BILN SUCCEED | ||
| biln_short_chain_order:BILN->BILN SUCCEED | ||
| biln_valid_large_bond_ids:BILN->BILN SUCCEED | ||
| helm_alias_to_biln_alias:HELM->BILN SUCCEED | ||
| helm_bracketed_alias:HELM->BILN SUCCEED | ||
| helm_cap:HELM->BILN SUCCEED | ||
| helm_chem_backbone:HELM->BILN SUCCEED | ||
| helm_chem_with_biln_code:HELM->BILN SUCCEED | ||
| helm_cycle:HELM->BILN SUCCEED | ||
| helm_star_alias:HELM->BILN SUCCEED | ||
| helm_three_chains:HELM->BILN SUCCEED | ||
| Test 'A(1,3)-C': got expected error 'Invalid BILN bond 1: expected two endpoints but found 1.' | ||
| Test 'A--C': got expected error 'Invalid BILN string: empty monomer.' | ||
| Test 'A-C(1,4)': got expected error 'Invalid BILN bond 1: expected two endpoints but found 1.' | ||
| helm_underscore_alias:HELM->BILN SUCCEED | ||
| Test 'CHEM1{[qweqwe]}$$$$V2.0': got expected error 'Only amino acids and CHEMs with BILN codes can get exported to BILN.' | ||
| Test 'PEPTIDE1{A}|RNA1{R(A)P}$$$$V2.0': got expected error 'Only amino acids and CHEMs with BILN codes can get exported to BILN.' | ||
| Test 'PEPTIDE1{[Abu].[Sar].[NMeL].V.[NMeL].A.[DAla].[NMeL].[NMeL].[NMeV].[NMeThr4RBut2enyl]}$PEPTIDE1,PEPTIDE1,1:R1-11:R2$$$V2.0': got expected error 'Only amino acids and CHEMs with BILN codes can get exported to BILN.' | ||
| Test 'PEPTIDE1{[Ac]}|PEPTIDE2{K}$PEPTIDE1,PEPTIDE2,1:R1-1:R3$$$V2.0': got expected error 'Cannot save in BILN format - unsupported attachment point 'R1'.' | ||
| Test KET 'custom_chem_without_biln_code': got expected error 'Only amino acids and CHEMs with BILN codes can get exported to BILN.' | ||
| Test KET 'unresolved_cap_invalid_attachment': got expected error 'Cannot save in BILN format - unsupported attachment point 'R1'.' | ||
| Test 'A(1,3)-C': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A--C': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A-C(-1,3)-D(2,3)-E.F-G-H(-1,3)-I-K(2,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A-C(1,3)-D(1,3)-E.F-G-H(1,3)-I-K(2,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A-C(1,4)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A-C(1,4)-D(2,3)-E.F-G-H(1,3)-I-K(2,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'A-C(1.25,3)-D(2,3)-E.F-G-H(1.25,3)-I-K(2,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'Ac(1,1).K(1,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'Ac(1,4).K(1,3)': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'Cys_SEt': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test 'D-2Thi-D-D-gGlu-meF-G-Lys-al': got expected error 'The string cannot be interpreted as a valid BILN string.' | ||
| Test '[D-Cit](1,2)-aThr(1,1)(2,2)-meS(2,1)': got expected error 'The string cannot be interpreted as a valid BILN string.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see test for Terminal Cap aliases