GithubHelp home page GithubHelp logo

daedalus1427 / cdk-scaffold Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cdk/cdk-scaffold

0.0 0.0 0.0 279 KB

Chemistry Development Kit module for scaffold functionalities

License: GNU Lesser General Public License v2.1

Java 100.00%

cdk-scaffold's Introduction

Maven Central build Maintenance GitHub issues GitHub contributors GitHub release Quality Gate Status Bugs DOI Javadoc License: LGPL v2.1

CDK-Scaffold Module

Scaffold Functionalities for the Chemistry Development Kit (CDK)

Copyright © 2023 The CDK Development Team, especially Julian Zander, Jonas Schaub, Achim Zielesny, Christoph Steinbeck

License: LGPL v2.1, see LICENSE.txt.

CDK Home Page | JavaDoc | Wiki | Issues | CDK Users Mailing List

Introduction

The Chemistry Development Kit (CDK) is an open-source Java library for cheminformatics and bioinformatics. For more details, visit the main CDK repository at https://github.com/cdk/cdk.

The cdk-scaffold module makes versatile molecular scaffold functionalities available for integration with CDK-based workflows and software.

It was initially based on the "Scaffold Generator" project which is described in detail in Schaub et al. "Scaffold Generator: a Java library implementing molecular scaffold functionalities in the Chemistry Development Kit (CDK)" (J Cheminform 14, 79, 2022).

Detailed code examples can be found in the repository wiki.

Some of the cdk-scaffold functionalities are also implemented in the MORTAR (MOlecule fRagmenTAtion fRamework) rich client Graphical User Interface (GUI) application (GitHub repository | article)

Install

The library is built with Apache Maven and currently requires Java 1.8 or later.

You can download a pre-built library JAR from releases.

If you are using Maven, you can install the cdk-scaffold package using:

<dependency>
  <artifactId>cdk-scaffold</artifactId>
  <groupId>org.openscience.cdk</groupId>
  <version>2.8</version>
</dependency>

Snapshot releases

For snapshot releases (currently 2.8-SNAPSHOT) include the following fragment to define the snapshot repository:

<repositories>
  <repository>
    <id>ossrh</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
  </repository>
</repositories>

Further details on building the project in integrated development environments (IDEs) are available on the wiki:

Getting Help

The Toolkit-Rosetta Wiki Page provides some examples for common tasks. If you need help using the CDK and have questions please use the user mailing list, [email protected] (you must subscribe here first to post).

cdk-scaffold's People

Contributors

jonasschaub avatar egonw avatar johnmay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.