There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[](https://maven-badges.herokuapp.com/maven-central/org.openscience.cdk/cdk-scaffold) [](https://github.com/cdk/cdk-scaffold/actions/workflows/maven.yml) [](https://sonarcloud.io/summary/new_code?id=cdk-scaffold) | ||
|
||
# CDK-Scaffold Module | ||
## Scaffold Functionalities for the Chemistry Development Kit (CDK) | ||
|
||
Copyright © 2023 The CDK Development Team, especially | ||
[Julian Zander](mailto:zanderjulian@gmx.de), | ||
[Jonas Schaub](mailto:jonas.schaub@uni-jena.de), | ||
[Achim Zielesny](mailto:achim.zielesny@w-hs.de), | ||
[Christoph Steinbeck](mailto:christoph.steinbeck@uni-jena.de) | ||
|
||
License: LGPL v2, see LICENSE.txt | ||
|
||
[Home Page](https://cdk.github.io/) | [JavaDoc](http://cdk.github.io/cdk-scaffold/latest/docs/api/index.html?overview-summary.html) | [Wiki](https://github.com/cdk/cdk-scaffold/wiki) | [Issues](https://github.com/cdk/cdk-scaffold/issues) | [Mailing List](https://sourceforge.net/projects/cdk/lists/cdk-user) | ||
|
||
## Introduction | ||
|
||
The 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](https://github.com/cdk/cdk). | ||
|
||
The cdk-scaffold module makes versatile molecular scaffold functionalities available for integration with CDK-based workflows | ||
and software. All details of the functionality and implementation are described in <a href="https://doi.org/10.1186/s13321-022-00656-x"> | ||
Schaub et al. "Scaffold Generator: a Java library implementing molecular scaffold functionalities in the Chemistry Development Kit (CDK)" (J Cheminform 14, 79, 2022)</a><p> | ||
|
||
## 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](https://github.com/cdk/cdk-scaffold/releases). | ||
|
||
If you are using Maven, you can install the cdk-bundle package using: | ||
|
||
```xml | ||
<dependency> | ||
<artifactId>cdk-scaffold</artifactId> | ||
<groupId>org.openscience.cdk</groupId> | ||
<version>2.8</version> | ||
</dependency> | ||
``` | ||
|
||
Further details on building the project in integrated development environments (IDEs) are available on the wiki: | ||
* [Building the CDK](https://github.com/cdk/cdk/wiki/Building-CDK) | ||
* [Maven Reporting Plugins](https://github.com/cdk/cdk/wiki/Maven-Reporting-Plugins) | ||
|
||
## Getting Help | ||
|
||
The [Toolkit-Rosetta Wiki Page](https://github.com/cdk/cdk/wiki/Toolkit-Rosetta) provides some examples for common tasks. If you need help using the CDK and have questions please use the user mailing list, [``cdk-user@lists.sf.net``](mailto:cdk-user@lists.sf.net) (**you must [subscribe here]( https://sourceforge.net/projects/cdk/lists/cdk-user) first to post**). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial readme #8
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
Initial readme #8
Changes from all commits
786e5d5
e96a705
File filter
Filter by extension
Conversations
Jump to