Files
rdkit/.gitignore
Ric d26d4b076e Support for parsing/writing SGroups in SD Mol files. (#2138)
* Implementation of SGroups

* remove sample files test

* update gitignore with test outputs

* fix RevisionModifier

* re-enable tests

* backup commit; things seem to work so far

* some refactoring; obvious s group tests pass now

* more refactoring

* everything now out of the public API

* not sure why this was still in there

* rename functions; all tests now pass

* remove getNextFreeSGroupId; readd comment in copy SGroups

* clang-format

* squash-merge current master

* squash merge master

* Address comments on PR

- Update to current master.
- Move SGroup parse time checks to SGroupChecks namespace.
- Store SGroups in ROMOl as vector<SGroups>.
- SGroup methods return referenes instead of pointers.
- Use atom/bond/sgroup indexes for properties instead of pointers.
- Have SGroups inherit from RDProps; move properties to RDProps.
- Remove trivial/unused methods.
- Add a link to the SD specification atop SGroup.h
2019-01-22 15:42:27 +01:00

106 lines
2.8 KiB
Plaintext

/Code/docs/
/Code/JavaWrappers/gmwrapper/src/*
/Code/JavaWrappers/gmwrapper/doc/*
#- Eclipse files
/.project
/.pydevproject
#- CLion files
/cmake-build-*
#- IDEA files
/.idea
#- Binary files
__pycache__/
*.so
*.pyc
/lib/
*.pyd
#- autosaves and backups
*~
#- Files created during build phase
/build*/
/Docs/Book/_build*/
/Code/RDBoost/test.h
/Code/RDGeneral/RDConfig.h
/Code/RDGeneral/export.h
/Code/RDGeneral/versions.h
/Code/RDGeneral/versions.cpp
/Code/GraphMol/SLNParse/lex.yysln.cpp
/Code/GraphMol/SLNParse/sln.tab.cpp
/Code/GraphMol/SLNParse/sln.tab.hpp
/Code/GraphMol/SmilesParse/lex.yysmarts.cpp
/Code/GraphMol/SmilesParse/lex.yysmiles.cpp
/Code/GraphMol/SmilesParse/smarts.tab.cpp
/Code/GraphMol/SmilesParse/smarts.tab.hpp
/Code/GraphMol/SmilesParse/smiles.tab.cpp
/Code/GraphMol/SmilesParse/smiles.tab.hpp
/Data/templates.mae
/External/catch/catch/
/External/CoordGen/coordgen/
/External/CoordGen/maeparser/
/External/CoordGen/maeparser-v*.tar.gz
/External/CoordGen/coordgenlibs-v*.tar.gz
/External/FreeSASA/freesasa-2.0.1/
/External/FreeSASA/master.tar.gz
/External/INCHI-API/INCHI-1-SRC.zip
/External/INCHI-API/INCHI-1-SRC/
/External/INCHI-API/src/
/External/rapidjson-1.1.0.tar.gz
/External/rapidjson-1.1.0/
/rdkit/RDPaths.py
/rdkit/Chem/inchi.py
#- Files created during tests
/Code/ForceField/MMFF/test_data/MMFF94_dative_min.sdf
/Code/ForceField/MMFF/test_data/MMFF94_dative_min_from_SMILES.sdf
/Code/ForceField/MMFF/test_data/MMFF94_hypervalent_min.sdf
/Code/ForceField/MMFF/test_data/MMFF94_hypervalent_min_from_SMILES.sdf
/Code/ForceField/MMFF/test_data/MMFF94_reference.log
/Code/ForceField/MMFF/test_data/MMFF94s_reference.log
/Code/ForceField/MMFF/test_data/testMMFFForceField.log
/Code/GraphMol/Depictor/test_data/cis_trans_cpp.out.sdf
/Code/GraphMol/Depictor/test_data/collisions.out.sdf
/Code/GraphMol/Depictor/test_data/first_200.out.sdf
/Code/GraphMol/Depictor/test_data/test1.out.sdf
/Code/GraphMol/Depictor/test_data/constrainedCoords.out.sdf
/Code/GraphMol/FileParsers/test_data/blah.sdf
/Code/GraphMol/FileParsers/test_data/cdk2_stereo.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few.tdt
/Code/GraphMol/FileParsers/test_data/outNCI_first_200.props.sdf
/Code/GraphMol/FileParsers/test_data/outSmiles.csv
/Code/GraphMol/FileParsers/test_data/testSGroupsSample_V?000.mol
/Code/GraphMol/ForceFieldHelpers/UFF/test_data/Issue62.sdf
/Code/GraphMol/MolAlign/test_data/ref_e2_pyCrippenO3A.sdf
/Code/GraphMol/Wrap/test_data/bilastine_trajectory.sdf
/Code/GraphMol/Wrap/test_data/outNCI_few.sdf
/Code/GraphMol/Wrap/test_data/outSmiles.txt
/Code/GraphMol/test_data/bilastine_trajectory.sdf
/Code/GraphMol/test_data/prop.pkl
/Projects/DbCLI/testData/bzr/
/rdkit/sping/tests/testallps.ps
/rdkit/ML/Data/test_data/testgeneral.dat.pkl
/rdkit/ML/Data/test_data/testquant.qdat.pkl
.DS_Store