Skip to content
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

Simple RDKitConverter #2775

Merged
merged 107 commits into from
Aug 21, 2020
Merged

Simple RDKitConverter #2775

merged 107 commits into from
Aug 21, 2020

Commits on Jun 19, 2020

  1. simple converter

    Cédric Bouysset committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    90fccce View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. add PDB residue info and guessers

    Cédric Bouysset committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ba0f89e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix 2 letter atom names and fix bond order

    Cédric Bouysset committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b54ec60 View commit details
    Browse the repository at this point in the history
  2. test mol2 topology and pdb info

    Cédric Bouysset committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ac38ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. autopep8

    Cédric Bouysset committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    de5560b View commit details
    Browse the repository at this point in the history
  2. fix code review

    Cédric Bouysset committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b00dee3 View commit details
    Browse the repository at this point in the history
  3. store other attributes in each atom

    Cédric Bouysset committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    495217d View commit details
    Browse the repository at this point in the history
  4. more tests on topology + pep8

    Cédric Bouysset committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    eb5d365 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. fix other props type

    Cédric Bouysset committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    1774963 View commit details
    Browse the repository at this point in the history
  2. bond order and charges

    Cédric Bouysset committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    81eea81 View commit details
    Browse the repository at this point in the history
  3. fix indentation and bonds with atoms outside of atomgroup

    Cédric Bouysset committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    6d6a65b View commit details
    Browse the repository at this point in the history
  4. fix test

    Cédric Bouysset committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    cf0706c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. fix test minimal build

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d41fa5b View commit details
    Browse the repository at this point in the history
  2. add icodes to MonomerInfo

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fe27f0b View commit details
    Browse the repository at this point in the history
  3. better attributes conversion

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3590113 View commit details
    Browse the repository at this point in the history
  4. test mda to rdkit MonomerInfo conversion

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    2d79014 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'rdkit-converter' into rdkit-sanitize

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    df660b7 View commit details
    Browse the repository at this point in the history
  6. test mda to rdkit MonomerInfo conversion

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    68dc7ca View commit details
    Browse the repository at this point in the history
  7. docs

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f57e9e6 View commit details
    Browse the repository at this point in the history
  8. fix minimal deps test

    Cédric Bouysset committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    99da261 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. fix for minimal deps tests 🙏

    Cédric Bouysset committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    18a05ab View commit details
    Browse the repository at this point in the history
  2. use util functions

    Cédric Bouysset committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1c14478 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5493fd1 View commit details
    Browse the repository at this point in the history
  4. move min deps test up

    Cédric Bouysset committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f5c798a View commit details
    Browse the repository at this point in the history
  5. capitalize elements by default

    Cédric Bouysset committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    558f7cd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. store index in MDA object

    Cédric Bouysset committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    984f507 View commit details
    Browse the repository at this point in the history
  2. fetch singular from _TOPOLOGY_ATTRS

    Cédric Bouysset committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e582e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. updated changelog

    Cédric Bouysset committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    931a81b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. use ag intersection for bonds instead of try except

    Cédric Bouysset committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c432ea9 View commit details
    Browse the repository at this point in the history
  2. more tests + pep8

    Cédric Bouysset committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    b0c39eb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    7b002f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. fix test for numpy 1.13.3

    Cédric Bouysset committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    dc0c276 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6b8cd9d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. docs + pep8

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0fd38b0 View commit details
    Browse the repository at this point in the history
  2. fix too long atom names in PDB output

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    25ee227 View commit details
    Browse the repository at this point in the history
  3. table of supported attributes for the converter

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    cfce278 View commit details
    Browse the repository at this point in the history
  4. changelog convention

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3717f57 View commit details
    Browse the repository at this point in the history
  5. catch no bonds

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    499010a View commit details
    Browse the repository at this point in the history
  6. use match in pytest.raises and pytest.warns

    Cédric Bouysset committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9604b6a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. remove bondtype attribute

    Cédric Bouysset committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    30871ab View commit details
    Browse the repository at this point in the history
  2. fix bond attributes

    Cédric Bouysset committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9c0a42e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rdkit-sanitize' into rdkit-converter

    Cédric Bouysset committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    66d644d View commit details
    Browse the repository at this point in the history
  4. simplified the code for infering

    Cédric Bouysset committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1bbfb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. include negative charges

    Cédric Bouysset committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4a79cfd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. skip failing test for now

    Cédric Bouysset committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    bd88908 View commit details
    Browse the repository at this point in the history
  2. new test

    Cédric Bouysset committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d9e088e View commit details
    Browse the repository at this point in the history
  3. update doc

    Cédric Bouysset committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    f6aa736 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. standardize groups

    Cédric Bouysset committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b943af1 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Cédric Bouysset committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    0105419 View commit details
    Browse the repository at this point in the history
  3. add previously failing tests

    Cédric Bouysset committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7168e2d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    de324fd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. simpler pattern standardization

    Cédric Bouysset committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d1f06f3 View commit details
    Browse the repository at this point in the history
  2. more tests on inferring and patterns

    Cédric Bouysset committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5a661f8 View commit details
    Browse the repository at this point in the history
  3. test atom properties and reaction mapping

    Cédric Bouysset committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    6e9c221 View commit details
    Browse the repository at this point in the history
  4. fix docs

    Cédric Bouysset committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b02fef6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    67dc9c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. fix minimal build tests

    Cédric Bouysset committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c8acda0 View commit details
    Browse the repository at this point in the history
  2. pep8

    Cédric Bouysset committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    9defa40 View commit details
    Browse the repository at this point in the history
  3. bfactors as TempFactor

    Cédric Bouysset committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    39ae42b View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Cédric Bouysset committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ff45d3b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. pep8

    Cédric Bouysset committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    7d7f3f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    9d895bc View commit details
    Browse the repository at this point in the history
  3. pep8

    Cédric Bouysset committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f3f6f01 View commit details
    Browse the repository at this point in the history
  4. no hydrogen warning

    Cédric Bouysset committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5d342db View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. quickfix for polycyclic conjugated systems

    Cédric Bouysset committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    eff29a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    5a37d84 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. save any atom property instead of just the ones tagged with "_MDAnaly…

    …sis"
    Cédric Bouysset committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    ca07796 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. general solution

    Cédric Bouysset committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    28d04ed View commit details
    Browse the repository at this point in the history
  2. back to old method for conjugated systems

    Cédric Bouysset committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    ae73aff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    8eaebbd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    425369e View commit details
    Browse the repository at this point in the history
  2. added "RDKit" in changelog

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d6cd44d View commit details
    Browse the repository at this point in the history
  3. fix when first atom is charged

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1398f8c View commit details
    Browse the repository at this point in the history
  4. working general solution to conjugated systems

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e71a686 View commit details
    Browse the repository at this point in the history
  5. pep8

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    925bd7f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5a24ff6 View commit details
    Browse the repository at this point in the history
  7. for loop instead of while

    Cédric Bouysset committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e5282f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. bugfix for conjugated system with N at one edge

    Cédric Bouysset committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    b7ac69e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. fix typos

    Cédric Bouysset committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    aba4b1b View commit details
    Browse the repository at this point in the history
  2. fix test for min deps

    Cédric Bouysset committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    49f3bff View commit details
    Browse the repository at this point in the history
  3. use indirect parametrization

    Cédric Bouysset committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    70cce99 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. add coordinates + tests + fix index property

    Cédric Bouysset committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e82cf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3427c3c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. update docs

    Cédric Bouysset committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    5218daa View commit details
    Browse the repository at this point in the history
  2. add kwargs to the cache key

    Cédric Bouysset committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3313b56 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. use fstrings

    Cédric Bouysset committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a72a51b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    76102fb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b9a25b2 View commit details
    Browse the repository at this point in the history
  2. cache kwarg + fix cache tests

    Cédric Bouysset committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    cec1f68 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    75f6262 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. fix code review + improve docs

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    6c4c123 View commit details
    Browse the repository at this point in the history
  2. improve doc

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    cdb60b2 View commit details
    Browse the repository at this point in the history
  3. add test nan in coordinates

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    ebd0416 View commit details
    Browse the repository at this point in the history
  4. warn nan coordinates

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    a1aab5b View commit details
    Browse the repository at this point in the history
  5. end of code review

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    dcb8f33 View commit details
    Browse the repository at this point in the history
  6. corrections to smarts patterns for reactions

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    47b2755 View commit details
    Browse the repository at this point in the history
  7. sort atoms by NUE + more standardization tests

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    89efcd3 View commit details
    Browse the repository at this point in the history
  8. pdb atom names formating

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    a595e69 View commit details
    Browse the repository at this point in the history
  9. test RDKit->MDA->RDKit->MDA equal

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f394e72 View commit details
    Browse the repository at this point in the history
  10. tackle conjugated systems ending with O-

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    e525e41 View commit details
    Browse the repository at this point in the history
  11. docs + pep8

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9e22681 View commit details
    Browse the repository at this point in the history
  12. tests

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    eaf6887 View commit details
    Browse the repository at this point in the history
  13. add max_iter kwarg

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    ded60c0 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into rdkit-converter

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c18c7cd View commit details
    Browse the repository at this point in the history
  15. reorder docstring standardize_patterns

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    4ed0483 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'rdkit-converter' of https://github.com/cbouy/mdanalysis

    …into rdkit-converter
    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d288e87 View commit details
    Browse the repository at this point in the history
  17. fix doc build

    Cédric Bouysset committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    4e49616 View commit details
    Browse the repository at this point in the history