pyncbitk-runtime 29.9.0.0__tar.gz → 30.6.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/PKG-INFO +4 -25
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/conanfile.txt +1 -1
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/pyproject.toml +5 -5
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/CMakeLists.txt +4 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/README.md +92 -51
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/components.yml +328 -0
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/conandata.yml +55 -0
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/conanfile.py +214 -0
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/patches/29.10.0-ncbiptb.patch +13 -0
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/patches/30.2.0-fix-export-single-config-win.patch +24 -0
- pyncbitk_runtime-30.6.0.0/vendor/ncbi-cxx-toolkit-conan/test_package/CMakeLists.txt +6 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/conanfile.py +1 -4
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/conandata.yml +0 -90
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/conanfile.py +0 -371
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-0.0.yml +0 -244
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-27.0.yml +0 -229
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-28.0.yml +0 -230
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-29.0.yml +0 -243
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-0.0.yml +0 -31
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-27.0.yml +0 -28
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-28.0.yml +0 -27
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-29.0.yml +0 -31
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-compiler.patch +0 -11
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-definitions.patch +0 -11
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-install.patch +0 -15
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/patches/29.0.0-ncbiptb.patch +0 -11
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/test_package/CMakeLists.txt +0 -7
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/test_v1_package/CMakeLists.txt +0 -8
- pyncbitk_runtime-29.9.0.0/vendor/ncbi-cxx-toolkit-conan/test_v1_package/conanfile.py +0 -19
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/CMakeLists.txt +0 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/COPYING +0 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/README.md +0 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/deployer.py +0 -0
- {pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/basic_sample.cpp +0 -0
|
@@ -1,35 +1,14 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyncbitk-runtime
|
|
3
|
-
Version:
|
|
3
|
+
Version: 30.6.0.0
|
|
4
4
|
Summary: Runtime component of the NCBI C++ Toolkit to use in PyNCBItk.
|
|
5
5
|
Keywords: bioinformatics,blast,sequence,alignment,ncbi
|
|
6
6
|
Author-Email: Martin Larralde <martin.larralde@embl.de>
|
|
7
|
-
License: MIT
|
|
8
|
-
|
|
9
|
-
Copyright (c) 2024 Martin Larralde <martin.larralde@embl.de>
|
|
10
|
-
|
|
11
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
-
in the Software without restriction, including without limitation the rights
|
|
14
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
-
furnished to do so, subject to the following conditions:
|
|
17
|
-
|
|
18
|
-
The above copyright notice and this permission notice shall be included in all
|
|
19
|
-
copies or substantial portions of the Software.
|
|
20
|
-
|
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
-
SOFTWARE.
|
|
28
|
-
|
|
7
|
+
License-Expression: MIT AND NCBI-PD
|
|
8
|
+
License-File: COPYING
|
|
29
9
|
Classifier: Development Status :: 4 - Beta
|
|
30
10
|
Classifier: Intended Audience :: Developers
|
|
31
11
|
Classifier: Intended Audience :: Science/Research
|
|
32
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
33
12
|
Classifier: Operating System :: OS Independent
|
|
34
13
|
Classifier: Programming Language :: C++
|
|
35
14
|
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
build-backend = "scikit_build_core_conan.build"
|
|
3
3
|
requires = [
|
|
4
4
|
"scikit-build-core-conan==0.7.1 ; python_version <= '3.8'",
|
|
5
|
-
"scikit-build-core-conan
|
|
5
|
+
"scikit-build-core-conan~=0.9.0 ; python_version > '3.8'",
|
|
6
6
|
"cython >=3.0"
|
|
7
7
|
]
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "pyncbitk-runtime"
|
|
11
|
-
version = "
|
|
11
|
+
version = "30.6.0.0"
|
|
12
12
|
description = "Runtime component of the NCBI C++ Toolkit to use in PyNCBItk."
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.7"
|
|
15
|
-
license =
|
|
15
|
+
license = "MIT AND NCBI-PD"
|
|
16
|
+
license-files = ["COPYING"]
|
|
16
17
|
authors = [
|
|
17
18
|
{ name = "Martin Larralde", email = "martin.larralde@embl.de" },
|
|
18
19
|
]
|
|
@@ -21,7 +22,6 @@ classifiers = [
|
|
|
21
22
|
"Development Status :: 4 - Beta",
|
|
22
23
|
"Intended Audience :: Developers",
|
|
23
24
|
"Intended Audience :: Science/Research",
|
|
24
|
-
"License :: OSI Approved :: MIT License",
|
|
25
25
|
"Operating System :: OS Independent",
|
|
26
26
|
"Programming Language :: C++",
|
|
27
27
|
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
|
@@ -46,7 +46,7 @@ settings = ["compiler.cppstd=20"]
|
|
|
46
46
|
[[tool.scikit-build-core-conan.local-recipes]]
|
|
47
47
|
path = "vendor/ncbi-cxx-toolkit-conan"
|
|
48
48
|
name = "ncbi-cxx-toolkit-public"
|
|
49
|
-
version = "
|
|
49
|
+
version = "30.6.0"
|
|
50
50
|
|
|
51
51
|
[tool.scikit-build]
|
|
52
52
|
build-dir = "build/{build_type}"
|
{pyncbitk_runtime-29.9.0.0 → pyncbitk_runtime-30.6.0.0}/vendor/ncbi-cxx-toolkit-conan/README.md
RENAMED
|
@@ -30,50 +30,74 @@ then the Toolkit itself. It is not always clear what exactly is required. Conan'
|
|
|
30
30
|
<a name="recipe_Env"></a>
|
|
31
31
|
## Preparing work environment.
|
|
32
32
|
|
|
33
|
-
First, you need Conan (and, to install Conan, you need Python).
|
|
33
|
+
First, you need Conan (and, to install Conan, you need Python).
|
|
34
|
+
For detailed instructions of how to install Conan,
|
|
35
|
+
please refer to [Conan's documentation](https://docs.conan.io/2/installation.html).
|
|
34
36
|
|
|
35
|
-
|
|
37
|
+
Create a python virtual environment and activate it:
|
|
36
38
|
|
|
37
|
-
|
|
39
|
+
$ cd ~
|
|
40
|
+
$ python -m venv demo_venv
|
|
41
|
+
$ source ~/demo_venv/bin/activate
|
|
38
42
|
|
|
39
|
-
Install Conan:
|
|
43
|
+
Install Conan python package:
|
|
40
44
|
|
|
41
|
-
pip install conan
|
|
45
|
+
(demo_venv) $ pip install conan
|
|
42
46
|
|
|
43
|
-
|
|
47
|
+
The command above installs the latest version of the Conan package. It should
|
|
48
|
+
work in most of the cases however a particular version could also be specified,
|
|
49
|
+
e.g.:
|
|
44
50
|
|
|
45
|
-
pip install conan==2.
|
|
51
|
+
(demo_venv) $ pip install conan==2.28.1
|
|
46
52
|
|
|
47
|
-
If needed, upgrade Conan installation:
|
|
48
53
|
|
|
49
|
-
|
|
54
|
+
If a previously existed python virtual environment was used then it could have
|
|
55
|
+
had an old version of the Conan package. In this case the Conan package can be
|
|
56
|
+
upgraded:
|
|
50
57
|
|
|
51
|
-
|
|
58
|
+
(demo_venv) $ pip install conan --upgrade
|
|
52
59
|
|
|
53
|
-
|
|
54
|
-
|
|
60
|
+
Next, check the list of Conan repositories and add *center2.conan.io*, if needed:
|
|
61
|
+
|
|
62
|
+
(demo_venv) $ conan remote add conancenter https://center2.conan.io
|
|
63
|
+
(demo_venv) $ conan remote list
|
|
55
64
|
conancenter: https://center2.conan.io [Verify SSL: True]
|
|
56
65
|
|
|
57
|
-
|
|
66
|
+
Install *cmake*:
|
|
67
|
+
|
|
68
|
+
(demo_env) $ pip install cmake
|
|
69
|
+
|
|
58
70
|
Finally. NCBI C++ Toolkit is large. Building it locally requires a lot of disk space. By default, Conan's local cache is located
|
|
59
|
-
in user home directory
|
|
71
|
+
in the user home directory. If by some reasons the user home directory does not have enough space
|
|
72
|
+
then the Conan's cache location needs to be moved somewhere else. To do so
|
|
60
73
|
you should define [CONAN_HOME](https://docs.conan.io/2/reference/environment.html) environment variable.
|
|
61
74
|
|
|
62
75
|
Check the list of Conan [profiles](https://docs.conan.io/2/reference/commands/profile.html). Create *default* one:
|
|
63
76
|
|
|
64
|
-
conan profile list
|
|
65
|
-
conan profile detect
|
|
66
|
-
conan profile show
|
|
77
|
+
(demo_venv) $ conan profile list
|
|
78
|
+
(demo_venv) $ conan profile detect
|
|
79
|
+
(demo_venv) $ conan profile show
|
|
67
80
|
|
|
68
81
|
Profiles can only be edited manually. Find profile location:
|
|
69
82
|
|
|
70
|
-
conan profile path default
|
|
83
|
+
(demo_venv) $ conan profile path default
|
|
84
|
+
|
|
85
|
+
The command above prints a full path to the default profile. Open the file and
|
|
86
|
+
check the compiler.cppstd entry. It should say
|
|
87
|
+
|
|
88
|
+
compiler.cppstd=gnu20
|
|
89
|
+
|
|
90
|
+
Conan detection of a C++ compiler standard may vary. E.g. some "reasonably
|
|
91
|
+
gnu20 capable" compilers such as GCC-13 will be detected as gnu17 (because they
|
|
92
|
+
run in the gnu17 mode by default). In such cases the detected value must be
|
|
93
|
+
manually adjusted in the conan profile. The NCBI C++ Toolkit requires C++
|
|
94
|
+
standard at least gnu20.
|
|
95
|
+
|
|
71
96
|
|
|
72
97
|
Clone this repository and export the recipe into the local Conan cache:
|
|
73
98
|
|
|
74
|
-
git clone https://github.com/ncbi/ncbi-cxx-toolkit-conan.git
|
|
75
|
-
|
|
76
|
-
conan export . --version 29.0.0
|
|
99
|
+
(demo_venv) $ git clone https://github.com/ncbi/ncbi-cxx-toolkit-conan.git
|
|
100
|
+
(demo_venv) $ conan export ncbi-cxx-toolkit-conan --version 30.2.0
|
|
77
101
|
|
|
78
102
|
Please check *conandata.yml* file in this repository for the list of existing NCBI C++ Toolkit versions.
|
|
79
103
|
|
|
@@ -81,44 +105,57 @@ Please check *conandata.yml* file in this repository for the list of existing NC
|
|
|
81
105
|
<a name="recipe_Build"></a>
|
|
82
106
|
## Building your project.
|
|
83
107
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
108
|
+
Building of an application is demonstrated using a
|
|
109
|
+
[blast_demo](https://github.com/ncbi/ncbi-cxx-toolkit-public/blob/master/src/sample/app/blast/CMakeLists.blast_demo.app.txt)
|
|
110
|
+
sample application. In addition to the source code of the application some
|
|
111
|
+
NCBI C++ toolkit libraries are required. What we know for sure is that we need *blastinput* library.
|
|
112
|
+
Let's create a working directory for the demo application:
|
|
113
|
+
|
|
114
|
+
$ mkdir ~/blast_demo
|
|
115
|
+
$ cd ~/blast_demo
|
|
116
|
+
|
|
117
|
+
To build it locally 3 files are needed. First is the application C++ source
|
|
118
|
+
file. It can be retrieved from a NCBI C++ Toolkit github repository as follows:
|
|
119
|
+
|
|
120
|
+
$ wget https://raw.githubusercontent.com/ncbi/ncbi-cxx-toolkit-public/master/src/sample/app/blast/blast_demo.cpp
|
|
121
|
+
|
|
87
122
|
|
|
88
|
-
|
|
123
|
+
The second file [*conanfile.py*](https://docs.conan.io/2/reference/conanfile.html)
|
|
124
|
+
needs to be created manually with the following content:
|
|
89
125
|
|
|
90
126
|
from conan import ConanFile
|
|
91
|
-
from conan.tools.cmake import cmake_layout
|
|
127
|
+
from conan.tools.cmake import cmake_layout, CMake
|
|
92
128
|
class NCBIapp(ConanFile):
|
|
93
129
|
settings = "os", "compiler", "build_type", "arch"
|
|
94
130
|
generators = "CMakeDeps", "CMakeToolchain", "VirtualRunEnv"
|
|
95
131
|
def requirements(self):
|
|
96
|
-
self.requires("ncbi-cxx-toolkit-public/[
|
|
132
|
+
self.requires("ncbi-cxx-toolkit-public/[~30]")
|
|
97
133
|
def layout(self):
|
|
98
134
|
cmake_layout(self, src_folder=".")
|
|
135
|
+
def build(self):
|
|
136
|
+
cmake = CMake(self)
|
|
137
|
+
cmake.configure()
|
|
138
|
+
cmake.build()
|
|
99
139
|
|
|
100
|
-
|
|
140
|
+
The third file *CMakeLists.txt* (*blastinput* library is included into
|
|
141
|
+
*blast* [component](#recipe_Components)) needs to be created manually as well
|
|
142
|
+
with the following content:
|
|
101
143
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
CMakeDeps
|
|
108
|
-
CMakeToolchain
|
|
109
|
-
VirtualRunEnv
|
|
144
|
+
cmake_minimum_required(VERSION 3.16)
|
|
145
|
+
project(my_blast_demo_app)
|
|
146
|
+
find_package(ncbi-cxx-toolkit-public REQUIRED)
|
|
147
|
+
add_executable(blast_demo blast_demo.cpp)
|
|
148
|
+
target_link_libraries(blast_demo ncbi-cxx-toolkit-public::blast)
|
|
110
149
|
|
|
111
|
-
|
|
112
|
-
[flexibility](https://docs.conan.io/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html)
|
|
150
|
+
[Build](https://docs.conan.io/2/reference/commands/build.html) the application:
|
|
113
151
|
|
|
114
|
-
|
|
152
|
+
(demo_venv) $ conan build . -s build_type=Release --build missing
|
|
115
153
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
target_link_libraries(blast_demo ${ncbitk}::blast)
|
|
154
|
+
Conan installs dependencies, and executes the recipe's *build* method, which runs cmake configure and build.
|
|
155
|
+
Upon a successful completion the application binary will be located at
|
|
156
|
+
*~/blast_demo/build/Release/blast_demo*.
|
|
157
|
+
|
|
158
|
+
Another options is to run CMake manually:
|
|
122
159
|
|
|
123
160
|
Install build requirements, in the source directory run
|
|
124
161
|
|
|
@@ -221,7 +258,8 @@ Here is the list of the Toolkit components:
|
|
|
221
258
|
|loader-wgs| ncbi_xloader_vdbgraph ncbi_xloader_wgs|
|
|
222
259
|
|loaders| data_loaders_util ncbi_xloader_patcher xflatfile|
|
|
223
260
|
|objects| access biblio biotree blastdb blastxml blastxml2 cdd cn3d docsum efetch entrez2 entrez2cli entrezgene featdef gbproj gbseq gencoll_client generalasn genesbyloc genome_collection homologene insdseq local_taxon macro medlars medline mim mmdb ncbimime objcoords objprt pcassay pcassay2 pcsubstance proj pub pubmed remap remapcli scoremat searchbyrsid seq seqcode seqedit seqset seqtest submit taxon1 taxon3 tinyseq trackmgr trackmgrcli variation xnetblast xnetblastcli|
|
|
224
|
-
|psg-client| psg_client
|
|
261
|
+
|psg-client| psg_client|
|
|
262
|
+
|psg-server| psg_cache psg_ipg psg_myncbi psg_cassandra psg_protobuf|
|
|
225
263
|
|seqext| blast_services blastdb_format id1 id1cli id2 id2_split id2cli seqdb seqmasks_io seqsplit snputil uudutil valerr valid variation_utils writedb xalnmgr xcleanupxdiscrepancy xformat xhugeasn xlogging xobjedit xobjimport xobjmanip xobjmgr xobjread xobjreadex xobjutil xobjwrite xunittestutil xvalidate|
|
|
226
264
|
|sqlitewrapp| sqlitewrapp|
|
|
227
265
|
|sraread| sraread srareadx|
|
|
@@ -233,7 +271,7 @@ Here is the list of the Toolkit components:
|
|
|
233
271
|
## Supported 3rd party packages.
|
|
234
272
|
|
|
235
273
|
The Toolkit uses a number of 3-rd party packages. In the Toolkit code they are known by their aliases.
|
|
236
|
-
The following is the list of packages supported by *ncbi-cxx-toolkit-public* Conan recipe, as of
|
|
274
|
+
The following is the list of packages supported by *ncbi-cxx-toolkit-public* Conan recipe, as of January 2026:
|
|
237
275
|
|
|
238
276
|
|Alias|Conan package|
|
|
239
277
|
|--------|------------|
|
|
@@ -246,7 +284,7 @@ The following is the list of packages supported by *ncbi-cxx-toolkit-public* Con
|
|
|
246
284
|
|LMDB|lmdb|
|
|
247
285
|
|LZO|lzo|
|
|
248
286
|
|NGHTTP2|libnghttp2|
|
|
249
|
-
|
|
|
287
|
+
|PCRE2|pcre2|
|
|
250
288
|
|PNG|libpng|
|
|
251
289
|
|PROTOBUF|protobuf|
|
|
252
290
|
|SQLITE3|sqlite3|
|
|
@@ -286,12 +324,15 @@ First two parameters to *NCBI_generate_cpp* receive lists of generated files - s
|
|
|
286
324
|
|
|
287
325
|
[gRPC](https://grpc.io) is an open source high performance Remote Procedure Call framework. By default, gRPC uses [Protocol Buffers](https://developers.google.com/protocol-buffers/docs/overview), Google’s open source mechanism for serializing structured data.
|
|
288
326
|
|
|
289
|
-
First, make sure your project contains proper requirements. For example, conanfile.txt may request *protobuf* and *grpc
|
|
327
|
+
First, make sure your project contains proper requirements. For example, conanfile.txt may request *protobuf* and *grpc* (note *tool_requires* part):
|
|
290
328
|
|
|
291
329
|
[requires]
|
|
292
|
-
ncbi-cxx-toolkit-public/
|
|
330
|
+
ncbi-cxx-toolkit-public/30.2.0
|
|
293
331
|
protobuf/5.27.0
|
|
294
|
-
grpc/1.
|
|
332
|
+
grpc/1.72.0
|
|
333
|
+
[tool_requires]
|
|
334
|
+
protobuf/<host_version>
|
|
335
|
+
grpc/<host_version>
|
|
295
336
|
|
|
296
337
|
Next, you can use their own mechanisms, or the same NCBI function *NCBI_generate_cpp*:
|
|
297
338
|
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
# Component model for ncbi-cxx-toolkit-public 30.x
|
|
2
|
+
# Each component defines: libraries, dependencies (other components),
|
|
3
|
+
# and external Conan package requirements (using Conan target names).
|
|
4
|
+
components:
|
|
5
|
+
core:
|
|
6
|
+
libraries:
|
|
7
|
+
- xconnext
|
|
8
|
+
- xxconnect2
|
|
9
|
+
- xalgovmerge
|
|
10
|
+
- ncbi_xcache_netcache
|
|
11
|
+
- ncbi_core
|
|
12
|
+
- xconnserv
|
|
13
|
+
- xcompress
|
|
14
|
+
- xthrserv
|
|
15
|
+
- xregexp
|
|
16
|
+
- xser
|
|
17
|
+
- sequtil
|
|
18
|
+
- xconnect
|
|
19
|
+
- xdiff
|
|
20
|
+
- xqueryparse
|
|
21
|
+
- xutil
|
|
22
|
+
- tables
|
|
23
|
+
- xncbi
|
|
24
|
+
- zcf
|
|
25
|
+
dependencies: []
|
|
26
|
+
requires:
|
|
27
|
+
- zlib::zlib
|
|
28
|
+
- bzip2::bzip2
|
|
29
|
+
- lzo::lzo
|
|
30
|
+
- zstd::zstd
|
|
31
|
+
- pcre2::pcre2
|
|
32
|
+
- libuv::libuv
|
|
33
|
+
- libnghttp2::libnghttp2
|
|
34
|
+
- backward-cpp::backward-cpp
|
|
35
|
+
- libunwind::libunwind
|
|
36
|
+
algo:
|
|
37
|
+
libraries:
|
|
38
|
+
- ncbi_algo
|
|
39
|
+
- prosplign
|
|
40
|
+
- xalgoalignsplign
|
|
41
|
+
- cobalt
|
|
42
|
+
- proteinkmer
|
|
43
|
+
- xalgocontig_assembly
|
|
44
|
+
- xalgoalignutil
|
|
45
|
+
- xblastformat
|
|
46
|
+
- phytree_format
|
|
47
|
+
- xblast
|
|
48
|
+
- xalgoseqqa
|
|
49
|
+
- xprimer
|
|
50
|
+
- xalgognomon
|
|
51
|
+
- xalgowinmask
|
|
52
|
+
- xalgoblastdbindex
|
|
53
|
+
- xalgophytree
|
|
54
|
+
- xalgoseq
|
|
55
|
+
- xalgoalignnw
|
|
56
|
+
- xalgodustmask
|
|
57
|
+
- xalgosegmask
|
|
58
|
+
- xid_mapper
|
|
59
|
+
- xalgotext
|
|
60
|
+
- composition_adjustment
|
|
61
|
+
- fastme
|
|
62
|
+
- utrtprof
|
|
63
|
+
dependencies: [align-format, sqlitewrapp]
|
|
64
|
+
requires: []
|
|
65
|
+
algo-ms:
|
|
66
|
+
libraries: [ncbi_algo_ms, xomssa, omssa, pepXML]
|
|
67
|
+
dependencies: [algo]
|
|
68
|
+
requires: []
|
|
69
|
+
algo-structure:
|
|
70
|
+
libraries: [ncbi_algo_structure, xcd_utils, xstruct_util, xstruct_thread, xstruct_dp]
|
|
71
|
+
dependencies: [algo, objects]
|
|
72
|
+
requires: []
|
|
73
|
+
align-format:
|
|
74
|
+
libraries: [xalntool, ncbi_align_format, align_format]
|
|
75
|
+
dependencies: [loader-genbank, web]
|
|
76
|
+
requires: []
|
|
77
|
+
bamread:
|
|
78
|
+
libraries: [bamread]
|
|
79
|
+
dependencies: [objects]
|
|
80
|
+
requires: []
|
|
81
|
+
blast:
|
|
82
|
+
libraries:
|
|
83
|
+
- xngalign
|
|
84
|
+
- vdb2blast
|
|
85
|
+
- igblast
|
|
86
|
+
- ncbi_blastinput
|
|
87
|
+
- blastinput
|
|
88
|
+
- blast_sra_input
|
|
89
|
+
- xmergetree
|
|
90
|
+
- xalgoblastdbindex_search
|
|
91
|
+
- gumbelparams
|
|
92
|
+
dependencies: [loader-blastdb, algo, sraread]
|
|
93
|
+
requires: []
|
|
94
|
+
dbapi:
|
|
95
|
+
libraries:
|
|
96
|
+
- sdbapi
|
|
97
|
+
- dbapi_util_blobstore
|
|
98
|
+
- ncbi_xdbapi_ftds
|
|
99
|
+
- ncbi_xdbapi_ftds14
|
|
100
|
+
- ncbi_dbapi
|
|
101
|
+
- dbapi
|
|
102
|
+
- ncbi_dbapi_driver
|
|
103
|
+
- dbapi_driver
|
|
104
|
+
- ct_ftds14
|
|
105
|
+
- tds_ftds14
|
|
106
|
+
dependencies: [core]
|
|
107
|
+
requires:
|
|
108
|
+
- libiconv::libiconv
|
|
109
|
+
eutils:
|
|
110
|
+
libraries:
|
|
111
|
+
- eutils_client
|
|
112
|
+
- ncbi_eutils
|
|
113
|
+
- eutils
|
|
114
|
+
- egquery
|
|
115
|
+
- ehistory
|
|
116
|
+
- einfo
|
|
117
|
+
- elink
|
|
118
|
+
- epost
|
|
119
|
+
- esearch
|
|
120
|
+
- espell
|
|
121
|
+
- esummary
|
|
122
|
+
- linkout
|
|
123
|
+
- uilist
|
|
124
|
+
dependencies: [objects, xmlwrapp]
|
|
125
|
+
requires: []
|
|
126
|
+
grpc:
|
|
127
|
+
libraries: [grpc_integration]
|
|
128
|
+
dependencies: [core]
|
|
129
|
+
requires:
|
|
130
|
+
- grpc::grpc
|
|
131
|
+
- protobuf::protobuf
|
|
132
|
+
image:
|
|
133
|
+
libraries: [ncbi_image, ximage]
|
|
134
|
+
dependencies: [core]
|
|
135
|
+
requires:
|
|
136
|
+
- libjpeg::libjpeg
|
|
137
|
+
- libpng::libpng
|
|
138
|
+
- giflib::giflib
|
|
139
|
+
- libtiff::libtiff
|
|
140
|
+
loader-asncache:
|
|
141
|
+
libraries: [ncbi_xloader_asn_cache, asn_cache, ncbi_xcache_bdb, ncbi_bdb, bdb]
|
|
142
|
+
dependencies: [seqext]
|
|
143
|
+
requires:
|
|
144
|
+
- libdb::libdb
|
|
145
|
+
loader-bam:
|
|
146
|
+
libraries: [ncbi_xloader_bam]
|
|
147
|
+
dependencies: [bamread, seqext]
|
|
148
|
+
requires: []
|
|
149
|
+
loader-blastdb:
|
|
150
|
+
libraries: [ncbi_xloader_blastdb_rmt, ncbi_xloader_blastdb]
|
|
151
|
+
dependencies: [seqext]
|
|
152
|
+
requires: []
|
|
153
|
+
loader-cdd:
|
|
154
|
+
libraries: [ncbi_xloader_cdd, cdd_access]
|
|
155
|
+
dependencies: [seqext]
|
|
156
|
+
requires: []
|
|
157
|
+
loader-genbank:
|
|
158
|
+
libraries:
|
|
159
|
+
- ncbi_xobjsimple
|
|
160
|
+
- xobjsimple
|
|
161
|
+
- ncbi_xloader_genbank
|
|
162
|
+
- ncbi_xreader_cache
|
|
163
|
+
- ncbi_xreader_gicache
|
|
164
|
+
- ncbi_xreader_id1
|
|
165
|
+
- ncbi_xreader_id2
|
|
166
|
+
- ncbi_xreader_pubseqos
|
|
167
|
+
- ncbi_xreader_pubseqos2
|
|
168
|
+
- ncbi_xreader
|
|
169
|
+
- eMyNCBI_result
|
|
170
|
+
dependencies: [psg-client, dbapi]
|
|
171
|
+
requires: []
|
|
172
|
+
loader-lds2:
|
|
173
|
+
libraries: [ncbi_xloader_lds2, ncbi_lds2, lds2]
|
|
174
|
+
dependencies: [seqext, sqlitewrapp]
|
|
175
|
+
requires: []
|
|
176
|
+
loader-snp:
|
|
177
|
+
libraries: [ncbi_xloader_snp, dbsnp_ptis]
|
|
178
|
+
dependencies: [sraread, grpc]
|
|
179
|
+
requires: []
|
|
180
|
+
loader-sra:
|
|
181
|
+
libraries: [ncbi_xloader_sra, ncbi_xloader_csra]
|
|
182
|
+
dependencies: [sraread]
|
|
183
|
+
requires: []
|
|
184
|
+
loader-wgs:
|
|
185
|
+
libraries: [ncbi_xloader_vdbgraph, ncbi_xloader_wgs]
|
|
186
|
+
dependencies: [sraread]
|
|
187
|
+
requires: []
|
|
188
|
+
loaders:
|
|
189
|
+
libraries: [xflatfile, data_loaders_util, ncbi_xloader_patcher]
|
|
190
|
+
dependencies: [loader-asncache, loader-blastdb, loader-genbank, loader-lds2]
|
|
191
|
+
requires: []
|
|
192
|
+
objects:
|
|
193
|
+
libraries:
|
|
194
|
+
- searchbyrsid
|
|
195
|
+
- ncbi_trackmgr
|
|
196
|
+
- gbproj
|
|
197
|
+
- trackmgrcli
|
|
198
|
+
- trackmgr
|
|
199
|
+
- ncbi_mmdb
|
|
200
|
+
- ncbimime
|
|
201
|
+
- cdd
|
|
202
|
+
- cn3d
|
|
203
|
+
- mmdb
|
|
204
|
+
- pcassay2
|
|
205
|
+
- ncbi_misc
|
|
206
|
+
- proj
|
|
207
|
+
- remapcli
|
|
208
|
+
- remap
|
|
209
|
+
- pcassay
|
|
210
|
+
- entrezgene
|
|
211
|
+
- pcsubstance
|
|
212
|
+
- entrez2cli
|
|
213
|
+
- biotree
|
|
214
|
+
- access
|
|
215
|
+
- docsum
|
|
216
|
+
- entrez2
|
|
217
|
+
- featdef
|
|
218
|
+
- gbseq
|
|
219
|
+
- genesbyloc
|
|
220
|
+
- insdseq
|
|
221
|
+
- mim
|
|
222
|
+
- objcoords
|
|
223
|
+
- objprt
|
|
224
|
+
- tinyseq
|
|
225
|
+
- gencoll_client
|
|
226
|
+
- local_taxon
|
|
227
|
+
- macro
|
|
228
|
+
- homologene
|
|
229
|
+
- ncbi_seq
|
|
230
|
+
- blastdb
|
|
231
|
+
- xnetblastcli
|
|
232
|
+
- xnetblast
|
|
233
|
+
- scoremat
|
|
234
|
+
- seqedit
|
|
235
|
+
- submit
|
|
236
|
+
- genome_collection
|
|
237
|
+
- seqtest
|
|
238
|
+
- taxon1
|
|
239
|
+
- taxon3
|
|
240
|
+
- variation
|
|
241
|
+
- seqset
|
|
242
|
+
- seq
|
|
243
|
+
- blastxml
|
|
244
|
+
- blastxml2
|
|
245
|
+
- seqcode
|
|
246
|
+
- efetch
|
|
247
|
+
- ncbi_pub
|
|
248
|
+
- pub
|
|
249
|
+
- pubmed
|
|
250
|
+
- medlars
|
|
251
|
+
- medline
|
|
252
|
+
- biblio
|
|
253
|
+
- ncbi_general
|
|
254
|
+
- generalasn
|
|
255
|
+
dependencies: [sqlitewrapp, core]
|
|
256
|
+
requires: []
|
|
257
|
+
psg-client:
|
|
258
|
+
libraries: [psg_client]
|
|
259
|
+
dependencies: [seqext]
|
|
260
|
+
requires: []
|
|
261
|
+
psg-server:
|
|
262
|
+
libraries: [psg_cache, psg_ipg, psg_myncbi, psg_cassandra, psg_protobuf]
|
|
263
|
+
dependencies: [objects, xmlwrapp]
|
|
264
|
+
requires:
|
|
265
|
+
- lmdb::lmdb
|
|
266
|
+
- libcurl::libcurl
|
|
267
|
+
- cassandra-cpp-driver::cassandra-cpp-driver
|
|
268
|
+
- grpc::grpc
|
|
269
|
+
- protobuf::protobuf
|
|
270
|
+
seqext:
|
|
271
|
+
libraries:
|
|
272
|
+
- ncbi_validator
|
|
273
|
+
- xvalidate
|
|
274
|
+
- ncbi_xdiscrepancy
|
|
275
|
+
- xdiscrepancy
|
|
276
|
+
- ncbi_seqext
|
|
277
|
+
- xobjwrite
|
|
278
|
+
- xformat
|
|
279
|
+
- blastdb_format
|
|
280
|
+
- writedb
|
|
281
|
+
- seqmasks_io
|
|
282
|
+
- xcleanup
|
|
283
|
+
- blast_services
|
|
284
|
+
- seqdb
|
|
285
|
+
- variation_utils
|
|
286
|
+
- xalnmgr
|
|
287
|
+
- xobjedit
|
|
288
|
+
- xobjreadex
|
|
289
|
+
- xobjimport
|
|
290
|
+
- xunittestutil
|
|
291
|
+
- id2cli
|
|
292
|
+
- id2_split
|
|
293
|
+
- snputil
|
|
294
|
+
- uudutil
|
|
295
|
+
- xhugeasn
|
|
296
|
+
- xobjutil
|
|
297
|
+
- xobjread
|
|
298
|
+
- id2
|
|
299
|
+
- id1cli
|
|
300
|
+
- xobjmgr
|
|
301
|
+
- id1
|
|
302
|
+
- seqsplit
|
|
303
|
+
- valerr
|
|
304
|
+
- xobjmanip
|
|
305
|
+
- valid
|
|
306
|
+
- xlogging
|
|
307
|
+
dependencies: [eutils, objects]
|
|
308
|
+
requires:
|
|
309
|
+
- lmdb::lmdb
|
|
310
|
+
sqlitewrapp:
|
|
311
|
+
libraries: [sqlitewrapp]
|
|
312
|
+
dependencies: [core]
|
|
313
|
+
requires:
|
|
314
|
+
- sqlite3::sqlite3
|
|
315
|
+
sraread:
|
|
316
|
+
libraries: [srareadx, sraread]
|
|
317
|
+
dependencies: [seqext]
|
|
318
|
+
requires: []
|
|
319
|
+
xmlwrapp:
|
|
320
|
+
libraries: [xmlreaders, xmlwrapp]
|
|
321
|
+
dependencies: [core]
|
|
322
|
+
requires:
|
|
323
|
+
- libxml2::libxml2
|
|
324
|
+
- libxslt::libxslt
|
|
325
|
+
web:
|
|
326
|
+
libraries: [xsoap_server, xsoap, ncbi_web, xcgi_redirect, xcgi, xhtml]
|
|
327
|
+
dependencies: [core]
|
|
328
|
+
requires: []
|