@platforma-open/milaboratories.top-antibodies.spectratype 1.4.1 → 1.4.2
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"python","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.2.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.2.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"docker","platform":"linux-x64","remoteArtifactLocation":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.f586ef2be5d9"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auto-generated Dockerfile for Python package
|
|
2
|
+
FROM python:3.12.10
|
|
3
|
+
|
|
4
|
+
WORKDIR /app/
|
|
5
|
+
|
|
6
|
+
# Install dependencies to leverage Docker cache
|
|
7
|
+
COPY requirements.txt .
|
|
8
|
+
RUN pip install --no-cache-dir -r requirements.txt
|
|
9
|
+
|
|
10
|
+
# Copy package source
|
|
11
|
+
COPY . /app/
|
|
12
|
+
|
|
13
|
+
# Set Python path
|
|
14
|
+
ENV PYTHONPATH=/app/
|
|
15
|
+
|
|
16
|
+
# Default command (will be overridden by entrypoint)
|
|
17
|
+
CMD ["bash"]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.
|
|
1
|
+
{"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.4.2.tgz","cmd":["python","{pkg}/main.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.10","type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.8-{os}-{arch}.tgz","binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.f586ef2be5d9","entrypoint":[],"cmd":["python","{pkg}/main.py"],"pkg":"/app/"}}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.top-antibodies.spectratype",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"./dist/**/*"
|
|
6
6
|
],
|
|
7
7
|
"dependencies": {},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@platforma-sdk/package-builder": "^
|
|
10
|
-
"@platforma-open/milaboratories.runenv-python-3": "^1.
|
|
9
|
+
"@platforma-sdk/package-builder": "^3.5.4",
|
|
10
|
+
"@platforma-open/milaboratories.runenv-python-3": "^1.4.9"
|
|
11
11
|
},
|
|
12
12
|
"block-software": {
|
|
13
13
|
"entrypoints": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"artifact": {
|
|
17
17
|
"type": "python",
|
|
18
18
|
"registry": "platforma-open",
|
|
19
|
-
"environment": "@platforma-open/milaboratories.runenv-python-3:3.12.
|
|
19
|
+
"environment": "@platforma-open/milaboratories.runenv-python-3:3.12.10",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"toolset": "pip",
|
|
22
22
|
"requirements": "requirements.txt"
|