maeparser | schrodinger maestro files | Genomics library

 by   schrodinger C++ Version: v1.2.4 License: MIT

kandi X-RAY | maeparser Summary

kandi X-RAY | maeparser Summary

maeparser is a C++ library typically used in Artificial Intelligence, Genomics applications. maeparser has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

maeparser is a parser for [Schrodinger] Maestro files. Structure files (.mae,.maegz,.mae.gz) can contain multiple structures delimited by "f_m_ct". See [MaeConstants.hpp] MaeConstants.hpp) for standard block and property names. To read a structure,. See also test/UsageDemo.cpp, which reads an example structure and stores it in a dummy Molecule class.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              maeparser has a low active ecosystem.
              It has 11 star(s) with 14 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 11 have been closed. On average issues are closed in 43 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of maeparser is v1.2.4

            kandi-Quality Quality

              maeparser has 0 bugs and 0 code smells.

            kandi-Security Security

              maeparser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              maeparser code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              maeparser is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              maeparser releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of maeparser
            Get all kandi verified functions for this library.

            maeparser Key Features

            No Key Features are available at this moment for maeparser.

            maeparser Examples and Code Snippets

            No Code Snippets are available at this moment for maeparser.

            Community Discussions

            QUESTION

            Trying to build the C# wrappers for RDKit with build.bat from bp-kelley/rdkit-csharp
            Asked 2019-Nov-13 at 11:05

            I'm trying to build the C# wrappers for RDKit, but have been struggling to make progress. I've attempted two routes:

            n.b. This question is long and unhelpful. Long story short use NuGet (see answer below).

            Attempt One Docs from RDKit /Code/JavaWrappers/csharp_wrapper

            The first one is found in https://github.com/rdkit/rdkit.

            There are C# wrappers with build instructions in ./Code/JavaWrappers/csharp_wrapper found at: https://github.com/rdkit/rdkit/tree/master/Code/JavaWrappers/csharp_wrapper

            My first attempt to compile the wrappers involved manually trying to build these. Following this README: https://github.com/rdkit/rdkit/blob/master/Code/JavaWrappers/csharp_wrapper/README

            To build on Windows:

            Since cmake doesn't know anything about C#, there's an unfortunate manual step involved in this.

            • Make sure that the cmake configuration variable RDK_BUILD_SWIG_CSHARP_WRAPPER is set to ON.
            • Run cmake to generate the solution file and open it in Visual Studio.
            • Select the option to add an existing project and add $RDBASE/Code/JavaWrappers/csharp_wrapper/RDKit2DotNet.csproj
            • Right click on the added project (named RDKit2DotNet) and add a dependency to RDKFuncs (this is the project that creates the C++ dll that the C# project needs)
            • Build the RDKit2DotNet project.

            Your bin directory ($RDBASE/Code/JavaWrappers/csharp_wrapper/bin/Release if you did a release build) now contains two DLLs: - RDKFuncs.dll is the C++ dll containing the RDKit functionality - RDKit2DotNet.dll contains the C# wrapper. To use the wrappers in your own projects, you should copy both dlls into your project directory and add a reference to RDKit2DotNet.dll

            The directory RDKitCSharpTest contains a sample test project and some code that makes very basic use of the wrapper functionality.

            To get cmake to run I updated the CMakeLists.txt to tell it how to find swig and to set RDK_BUILD_SWIG_CSHARP_WRAPPER ON as follows:

            ...

            ANSWER

            Answered 2019-Nov-13 at 11:05

            Never did manage manually compile the RDKit DotNet Wrapper.

            However I did find a NuGet package for an old version that did what I need it to:

            https://www.nuget.org/packages/RDKit2DotNet/2017.9.1-alpha1

            Install-Package RDKit2DotNet -Version 2017.9.1-alpha1

            Update

            There is now a newer version which works perfectly:

            https://www.nuget.org/packages/RDKit.DotNetWrap/

            Install-Package RDKit.DotNetWrap -Version 0.2019033.1

            Source https://stackoverflow.com/questions/56088910

            QUESTION

            How can I build RDKits C# Wrappers — Visual Studio 2019 x64
            Asked 2019-May-11 at 12:49

            I have followed the steps described here: https://github.com/bp-kelley/rdkit-csharp to try and create RDKits C# Wrappers.

            ...

            ANSWER

            Answered 2019-May-11 at 12:49

            Try changing your cmake call to this:

            cmake -G "Visual Studio 16 2019" -A x64 ... [rest of your CMake options] ...

            Here is the documentation for the different platform names (architectures) you can use with VS 2019.

            As the error message in your question suggests, CMake used to support specifying Win64 along with the Visual Studio version, like this: "Visual Studio 15 2017 Win64". However, they have stopped supporting that as of Visual Studio 16 2019, forcing us to use the -A x64 approach.

            Source https://stackoverflow.com/questions/56085732

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install maeparser

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/schrodinger/maeparser.git

          • CLI

            gh repo clone schrodinger/maeparser

          • sshUrl

            git@github.com:schrodinger/maeparser.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link