Skip to content

Commit

Permalink
Fix cyclic structures
Browse files Browse the repository at this point in the history
  • Loading branch information
privrja committed Mar 14, 2021
1 parent 4cdb3b9 commit c8109b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/blocksSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe("blocks", function () {
{smiles: 'OC(=O)C(C(CC)C)N', isPolyketide: false},
{smiles: 'OC(=O)C1CCCN1', isPolyketide: false}
],
sequence: '[5]\\([1]-[0]\\)[2]-[3]-[4]',
sequence: '[2]\\([0]-[3]-[4]-[5]\\)[1]',
sequenceType: 'branched',
decays: [4, 17, 30, 38, 46],
isPolyketide: false,
Expand Down

0 comments on commit c8109b0

Please sign in to comment.