Indigo.Net
1.4.0-beta.12
See the version list below for details.
dotnet add package Indigo.Net --version 1.4.0-beta.12
NuGet\Install-Package Indigo.Net -Version 1.4.0-beta.12
<PackageReference Include="Indigo.Net" Version="1.4.0-beta.12" />
paket add Indigo.Net --version 1.4.0-beta.12
#r "nuget: Indigo.Net, 1.4.0-beta.12"
// Install Indigo.Net as a Cake Addin #addin nuget:?package=Indigo.Net&version=1.4.0-beta.12&prerelease // Install Indigo.Net as a Cake Tool #tool nuget:?package=Indigo.Net&version=1.4.0-beta.12&prerelease
EPAM Indigo projects
Copyright (c) 2009 to present EPAM Systems Apache License version 2.0
Introduction
This repository includes:
- Bingo: Chemistry search engine for Oracle, Microsoft SQL Server and PostgreSQL databases
- Indigo: Universal cheminformatics library with bindings to .NET, Java and Python, and the following tools:
- Legio: GUI application for combinatorial chemistry
- ChemDiff: Visual comparison of two SDF or SMILES files
- indigo-depict: Molecule and reaction rendering utility
- indigo-cano: Canonical SMILES generator
- indigo-deco: R-Group deconvolution utility
Detailed documentation is available at http://lifescience.opensource.epam.com
Download
https://lifescience.opensource.epam.com/download/indigo/index.html
Bindings:
- .NET: https://www.nuget.org/packages/Indigo.Net
- Java: https://search.maven.org/search?q=g:com.epam.indigo
- Python: https://pypi.org/project/epam.indigo/
Source code organization
Main directory structure layout:
- api: Indigo API sources
- bingo: Bingo sources
- build_scripts: CMake and python scripts for building all the sources
- third_party: sources for third-party libraries
- utils: utilities sources
- common|graph|layout|molecule|reaction|render2d: indigo-core sources
Each project is placed in the corresponding directory with CMakeList.txt configuration file, that does not include other projects. In order to build the whole project with the correct references you need to use CMake configurations from the build_scripts directory.
Build instructions
All the CMake projects are placed in build_scripts
directories. You can use them manually,
or execute preconfigured scripts that does all the job.
Bingo build instructions
To generate project configuration, build the source code, and create the archives for
installation you need to execute build_scripts/bingo-release.py
:
python build_scripts/bingo-release.py --preset=linux32 --dbms=[postgres|oracle|sqlserver]
The are different cmake presets: linux32, linux64, win32, win64, mac10.7 (and also all later mac10.x versions)
Indigo build instructions
To generate project configuration, build the source code, and create the archives for
installation you need to execute build_scripts/indigo-release-libs.py
and
build_scripts/indigo-release-utils.py
:
Linux (GCC 4.9+ or Clang 3.5+)
APT-based requirements (Debian or Ubuntu):
sudo apt install cmake libfreetype6-dev libfontconfig1-dev
RPM-based requirements (RedHat, CentOS, Fedora): install Developer Toolset if your OS does not have GCC 4.9+ and then install dependencies:
sudo yum install cmake freetype-devel fontconfig-devel
Build libraries and utils:
python build_scripts/indigo-release-libs.py --preset=linux64
python build_scripts/indigo-release-utils.py --preset=linux64
Windows (Microsoft Visual Studio 2013+ or MinGW with GCC version 4.9+)
python build_scripts/indigo-release-libs.py --preset=win64-2013
python build_scripts/indigo-release-utils.py --preset=win64-2013
Mac OS (Clang 3.5+)
python build_scripts/indigo-release-libs.py --preset=mac10.14
python build_scripts/indigo-release-utils.py --preset=mac10.14
Other
There are different cmake presets:
- win32-2013, win64-2013: Visual Studio 2013
- win32-2015, win64-2015: Visual Studio 2015
- win32-2017, win64-2017: Visual Studio 2017
- win32-2019, win64-2019: Visual Studio 2019
- win32-mingw: MinGW
- win64-mingw: MinGW-w64
- linux32, linux64: GCC or Clang on Linux with C++11 support
- linux32-universal, linux64-universal: GCC on Linux with statically linked libstdc++ for using on older Linux systems without C++11 support
- mac10.7, mac10.8, mac10.9, mac10.10, mac10.11, mac10.12, mac10.12, mac10.13, mac10.14, mac10.15: target Mac OS X or macOS
- mac-universal: targeting Mac OS X 10.7 as first version with C++11 support, should work on all Mac OS X 10.7+ systems
Wrappers
To generate Java, C#, or Python wrappers after build the binaries you need to execute
python build_scripts/indigo-make-by-libs.py --type=java
Available types: java, dotnet, python
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Indigo.Net:
Package | Downloads |
---|---|
Sds.SdfParser
Sdf file reader |
|
Sds.CdxParser
CDX file reader |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.27.0-dev.1 | 50 | 11/4/2024 |
1.26.0-rc.1 | 21 | 11/4/2024 |
1.26.0-dev.3 | 43 | 10/31/2024 |
1.26.0-dev.2 | 42 | 10/30/2024 |
1.26.0-dev.1 | 76 | 10/11/2024 |
1.25.0-rc.4 | 47 | 10/24/2024 |
1.25.0-rc.3 | 102 | 10/18/2024 |
1.25.0-rc.2 | 68 | 10/14/2024 |
1.25.0-rc.1 | 71 | 10/2/2024 |
1.25.0-dev.3 | 89 | 10/1/2024 |
1.25.0-dev.2 | 46 | 9/25/2024 |
1.24.0 | 616 | 10/4/2024 |
1.24.0-rc.4 | 72 | 9/24/2024 |
1.24.0-rc.3 | 75 | 9/18/2024 |
1.24.0-rc.2 | 78 | 9/11/2024 |
1.24.0-rc.1 | 48 | 9/2/2024 |
1.24.0-dev.7 | 71 | 9/1/2024 |
1.24.0-dev.6 | 91 | 8/30/2024 |
1.24.0-dev.5 | 79 | 8/28/2024 |
1.24.0-dev.3 | 154 | 8/16/2024 |
1.23.0 | 1,388 | 9/6/2024 |
1.23.0-rc.2 | 96 | 8/13/2024 |
1.23.0-rc.1 | 48 | 8/6/2024 |
1.23.0-dev.3 | 46 | 7/31/2024 |
1.23.0-dev.2 | 51 | 7/29/2024 |
1.22.0 | 199 | 9/5/2024 |
1.22.0-rc.3 | 69 | 7/12/2024 |
1.22.0-rc.2 | 77 | 7/8/2024 |
1.22.0-rc.1 | 110 | 7/1/2024 |
1.22.0-dev.2 | 65 | 6/26/2024 |
1.22.0-dev.1 | 122 | 6/23/2024 |
1.21.0 | 270 | 8/15/2024 |
1.21.0-rc.3 | 77 | 6/26/2024 |
1.21.0-rc.2 | 93 | 6/19/2024 |
1.21.0-rc.1 | 45 | 6/3/2024 |
1.21.0-dev.5 | 97 | 5/24/2024 |
1.21.0-dev.4 | 107 | 5/22/2024 |
1.21.0-dev.3 | 109 | 5/17/2024 |
1.21.0-dev.2 | 109 | 4/22/2024 |
1.20.0 | 335 | 6/20/2024 |
1.20.0-rc.3 | 54 | 6/4/2024 |
1.20.0-rc.2 | 109 | 5/6/2024 |
1.20.0-rc.1 | 97 | 4/15/2024 |
1.20.0-dev.1 | 77 | 3/15/2024 |
1.19.1 | 203 | 9/10/2024 |
1.19.0 | 2,197 | 4/29/2024 |
1.19.0-rc.3 | 76 | 4/2/2024 |
1.19.0-rc.2 | 75 | 3/22/2024 |
1.19.0-rc.1 | 86 | 3/14/2024 |
1.19.0-dev.1 | 93 | 3/7/2024 |
1.18.0 | 1,303 | 2/29/2024 |
1.18.0-rc.9 | 104 | 2/27/2024 |
1.18.0-rc.8 | 130 | 2/22/2024 |
1.18.0-rc.7 | 125 | 2/13/2024 |
1.18.0-rc.6 | 81 | 2/5/2024 |
1.18.0-rc.5 | 82 | 1/26/2024 |
1.18.0-rc.4 | 66 | 1/22/2024 |
1.18.0-rc.3 | 74 | 1/16/2024 |
1.18.0-rc.2 | 72 | 1/16/2024 |
1.18.0-rc.1 | 75 | 1/12/2024 |
1.18.0-dev.5 | 69 | 2/2/2024 |
1.18.0-dev.4 | 101 | 1/11/2024 |
1.18.0-dev.3 | 97 | 1/8/2024 |
1.18.0-dev.2 | 111 | 1/3/2024 |
1.18.0-dev.1 | 156 | 12/16/2023 |
1.17.0 | 194 | 2/29/2024 |
1.17.0-rc.3 | 106 | 12/18/2023 |
1.17.0-rc.2 | 127 | 12/11/2023 |
1.17.0-rc.1 | 132 | 12/8/2023 |
1.16.0 | 273 | 1/29/2024 |
1.16.0-rc.3 | 116 | 12/13/2023 |
1.16.0-rc.2 | 148 | 11/24/2023 |
1.16.0-rc.1 | 112 | 11/9/2023 |
1.15.0-rc.2 | 152 | 10/30/2023 |
1.15.0-rc.1 | 128 | 10/23/2023 |
1.15.0-dev.5 | 93 | 10/23/2023 |
1.15.0-dev.4 | 136 | 10/19/2023 |
1.15.0-dev.3 | 125 | 10/17/2023 |
1.15.0-dev.2 | 122 | 10/16/2023 |
1.15.0-dev.1 | 121 | 10/12/2023 |
1.14.0 | 3,625 | 11/2/2023 |
1.14.0-rc.7 | 106 | 10/20/2023 |
1.14.0-rc.6 | 140 | 10/10/2023 |
1.14.0-rc.5 | 143 | 9/12/2023 |
1.14.0-rc.4 | 145 | 8/29/2023 |
1.14.0-rc.3 | 123 | 8/25/2023 |
1.14.0-rc.2 | 142 | 8/21/2023 |
1.14.0-rc.1 | 160 | 8/11/2023 |
1.13.0 | 495 | 9/27/2023 |
1.13.0-rc.1 | 156 | 7/18/2023 |
1.12.0 | 13,463 | 7/9/2023 |
1.12.0-rc.2 | 149 | 6/2/2023 |
1.12.0-rc.1 | 109 | 5/23/2023 |
1.11.0 | 419 | 6/7/2023 |
1.11.0-rc.1 | 149 | 4/18/2023 |
1.10.0 | 4,481 | 3/20/2023 |
1.10.0-rc.6 | 196 | 3/20/2023 |
1.10.0-rc.5 | 212 | 3/17/2023 |
1.10.0-rc.4 | 167 | 2/21/2023 |
1.10.0-rc.3 | 133 | 2/15/2023 |
1.10.0-rc.2 | 238 | 1/30/2023 |
1.10.0-rc.1 | 155 | 1/30/2023 |
1.9.0 | 604 | 1/30/2023 |
1.9.0-rc.4 | 147 | 1/17/2023 |
1.9.0-rc.3 | 126 | 1/13/2023 |
1.9.0-rc.2 | 134 | 12/26/2022 |
1.8.3 | 3,607 | 11/30/2022 |
1.8.2 | 547 | 11/25/2022 |
1.8.1 | 528 | 11/15/2022 |
1.8.0 | 583 | 11/3/2022 |
1.8.0-rc.2 | 135 | 10/20/2022 |
1.8.0-rc.1 | 120 | 10/14/2022 |
1.7.4 | 1,520 | 6/20/2022 |
1.7.3 | 682 | 6/17/2022 |
1.7.2 | 636 | 6/16/2022 |
1.7.0 | 1,291 | 5/26/2022 |
1.7.0-beta | 288 | 5/19/2022 |
1.6.1 | 780 | 12/29/2021 |
1.5.0 | 630 | 8/30/2021 |
1.4.3 | 11,928 | 12/29/2020 |
1.4.2 | 534 | 12/28/2020 |
1.4.1 | 698 | 11/25/2020 |
1.4.0-rc1 | 330 | 11/25/2020 |
1.4.0-beta.12 | 1,593 | 4/20/2020 |
1.4.0-beta | 2,855 | 10/11/2019 |
1.3.0-beta | 956 | 12/30/2016 |
1.2.3 | 3,550 | 5/18/2016 |
1.2.1 | 1,691 | 5/7/2015 |
1.1.12 | 1,389 | 4/6/2015 |
1.0.0 | 1,266 | 4/11/2015 |