Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: d30e90e38ca5
Choose a base ref
...
head repository: cdk/cdk
compare: f68f13428d2d
Choose a head ref
  • 7 commits
  • 26 files changed
  • 2 contributors

Commits on Sep 6, 2015

  1. Base representations of CTab Sgroups (substructure groups).

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    87c06c9 View commit details
    Browse the repository at this point in the history
  2. For now Sgroups are stored on a property of the AtomContainer. A more…

    … specific API (need interfaces) may be added in future.
    
    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    cb23361 View commit details
    Browse the repository at this point in the history
  3. Parse basic Sgroup attributes from CTab V2000 (Molfile).

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    e3aaac7 View commit details
    Browse the repository at this point in the history
  4. Write basic Sgroup attributes to CTab V2000 (Molfile).

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    f6b2c85 View commit details
    Browse the repository at this point in the history
  5. Abbreviations have some additional attributes (EXP=expand,SAP=attach …

    …point,SBV=bond vector) we don't yet handle. We can store whether an Sgroup is expanded easily but the others will need additional classes. Since these only seem to be used by more complex (e.g. peptide) contractions they are ommitted for now.
    
    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    a1580d2 View commit details
    Browse the repository at this point in the history
  6. Sgroup rendering - polymers only for now.

    Signed-off-by: Egon Willighagen <egon.willighagen@gmail.com>
    johnmay authored and egonw committed Sep 6, 2015
    Copy the full SHA
    a44a623 View commit details
    Browse the repository at this point in the history
  7. Also validate with Java8

    egonw committed Sep 6, 2015
    Copy the full SHA
    f68f134 View commit details
    Browse the repository at this point in the history