Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 4, 2021 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/203ca7a55716f37e3353c00b4e16541e to your computer and use it in GitHub Desktop.
Save r-ryantm/203ca7a55716f37e3353c00b4e16541e to your computer and use it in GitHub Desktop.
/nix/store/ibl6cbnilhgbv984hi2m7v88amrpyvhy-coordgenlibs-2.0.2
├── include
│   └── coordgen
│   ├── CoordgenConfig.hpp
│   ├── CoordgenFragmentBuilder.h
│   ├── CoordgenFragmenter.h
│   ├── CoordgenMacrocycleBuilder.h
│   ├── CoordgenMinimizer.h
│   ├── sketcherMinimizerAtom.h
│   ├── sketcherMinimizerBendInteraction.h
│   ├── sketcherMinimizerBond.h
│   ├── sketcherMinimizerClashInteraction.h
│   ├── sketcherMinimizerEZConstrainInteraction.h
│   ├── sketcherMinimizerFragment.h
│   ├── sketcherMinimizer.h
│   ├── sketcherMinimizerInteraction.h
│   ├── sketcherMinimizerMarchingSquares.h
│   ├── sketcherMinimizerMaths.h
│   ├── sketcherMinimizerMolecule.h
│   ├── sketcherMinimizerResidue.h
│   ├── sketcherMinimizerResidueInteraction.h
│   ├── sketcherMinimizerRing.h
│   └── sketcherMinimizerStretchInteraction.h
└── lib
├── cmake
│   ├── coordgen-config.cmake
│   └── coordgen-config-release.cmake
├── libcoordgen.so -> libcoordgen.so.2
├── libcoordgen.so.2 -> libcoordgen.so.2.0.2
└── libcoordgen.so.2.0.2
4 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment