seer-pas-sdk 0.2.1__py3-none-any.whl → 0.3.1__py3-none-any.whl
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.
- seer_pas_sdk/core/sdk.py +481 -344
- seer_pas_sdk/core/unsupported.py +3 -3
- {seer_pas_sdk-0.2.1.dist-info → seer_pas_sdk-0.3.1.dist-info}/METADATA +2 -1
- {seer_pas_sdk-0.2.1.dist-info → seer_pas_sdk-0.3.1.dist-info}/RECORD +7 -7
- {seer_pas_sdk-0.2.1.dist-info → seer_pas_sdk-0.3.1.dist-info}/WHEEL +0 -0
- {seer_pas_sdk-0.2.1.dist-info → seer_pas_sdk-0.3.1.dist-info}/licenses/LICENSE.txt +0 -0
- {seer_pas_sdk-0.2.1.dist-info → seer_pas_sdk-0.3.1.dist-info}/top_level.txt +0 -0
seer_pas_sdk/core/unsupported.py
CHANGED
|
@@ -277,7 +277,7 @@ class _UnsupportedSDK(_SeerSDK):
|
|
|
277
277
|
samples = (
|
|
278
278
|
x["id"]
|
|
279
279
|
for plate_id in plates
|
|
280
|
-
for x in self.
|
|
280
|
+
for x in self.get_samples(plate_id=plate_id)
|
|
281
281
|
)
|
|
282
282
|
|
|
283
283
|
return self.add_samples_to_project(
|
|
@@ -743,7 +743,7 @@ class _UnsupportedSDK(_SeerSDK):
|
|
|
743
743
|
if sample_ids:
|
|
744
744
|
valid_ids = [
|
|
745
745
|
entry["id"]
|
|
746
|
-
for entry in self.
|
|
746
|
+
for entry in self.get_samples(project_id=project_id)
|
|
747
747
|
]
|
|
748
748
|
|
|
749
749
|
for sample_id in sample_ids:
|
|
@@ -1166,7 +1166,7 @@ class _UnsupportedSDK(_SeerSDK):
|
|
|
1166
1166
|
raise ValueError("Analysis ID cannot be empty.")
|
|
1167
1167
|
|
|
1168
1168
|
try:
|
|
1169
|
-
valid_analysis = self.
|
|
1169
|
+
valid_analysis = self.get_analyses(analysis_id)[0]
|
|
1170
1170
|
except:
|
|
1171
1171
|
raise ValueError(
|
|
1172
1172
|
"Invalid analysis ID. Please check if the analysis ID is valid or the backend is running."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seer-pas-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: SDK for Seer Proteograph Analysis Suite (PAS)
|
|
5
5
|
Author-email: Ryan Sun <rsun@seer.bio>
|
|
6
6
|
License:
|
|
@@ -199,6 +199,7 @@ Requires-Dist: PyJWT>=2.8.0
|
|
|
199
199
|
Requires-Dist: python-dotenv>=1.0.0
|
|
200
200
|
Requires-Dist: Requests>=2.31.0
|
|
201
201
|
Requires-Dist: tqdm>=4.65.0
|
|
202
|
+
Requires-Dist: deprecation
|
|
202
203
|
Dynamic: license-file
|
|
203
204
|
|
|
204
205
|
# Seer PAS Python SDK
|
|
@@ -5,14 +5,14 @@ seer_pas_sdk/common/__init__.py,sha256=jA5qm-t9x3qXMp5Q6v7vV2kZdLw32-lnbtf0fPY4l
|
|
|
5
5
|
seer_pas_sdk/common/errors.py,sha256=4HFORWnaQQCMXRE8kwdsJWvQRB_3KFEZ7yMb391e4gA,142
|
|
6
6
|
seer_pas_sdk/common/groupanalysis.py,sha256=DxB-gbQfYzl7p9MTYWDIqghcH-IeakzdYdrRZrlIHek,1730
|
|
7
7
|
seer_pas_sdk/core/__init__.py,sha256=rxbKgg-Qe24OaxX2zyHHYPYgDCTEKE_-41bB2wvpvL4,25
|
|
8
|
-
seer_pas_sdk/core/sdk.py,sha256=
|
|
9
|
-
seer_pas_sdk/core/unsupported.py,sha256=
|
|
8
|
+
seer_pas_sdk/core/sdk.py,sha256=MXBFuatXU2rqjm99FZ23Hmnm0L_4d-4OORf7Avflbx4,102212
|
|
9
|
+
seer_pas_sdk/core/unsupported.py,sha256=XAPZ3tidqjnsgftf3NUdTGIzvnsjHy0e_eGRCAo6GPo,59890
|
|
10
10
|
seer_pas_sdk/objects/__init__.py,sha256=HJLS6sOr7DfzdI14fv5dWcITEj5QQsKcdfED3YNvUrY,107
|
|
11
11
|
seer_pas_sdk/objects/groupanalysis.py,sha256=x3D_5NmYBoPDilNCQqUoCFARIfIeUq4FBY3_N6u8tfM,994
|
|
12
12
|
seer_pas_sdk/objects/platemap.py,sha256=8IvJPAecs_e_FyqibzhCw-O4zjCFnf-zMUp_5krTEsg,5864
|
|
13
13
|
seer_pas_sdk/objects/volcanoplot.py,sha256=tKuCWDIdoO8FLJlhpXhuwHn0aMYnvudTugxAslDXyGs,9357
|
|
14
|
-
seer_pas_sdk-0.
|
|
15
|
-
seer_pas_sdk-0.
|
|
16
|
-
seer_pas_sdk-0.
|
|
17
|
-
seer_pas_sdk-0.
|
|
18
|
-
seer_pas_sdk-0.
|
|
14
|
+
seer_pas_sdk-0.3.1.dist-info/licenses/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
15
|
+
seer_pas_sdk-0.3.1.dist-info/METADATA,sha256=bW46nTpxACeDXYlqw3inU9EHDyQ-OlmnkJPxqaQKS-0,13448
|
|
16
|
+
seer_pas_sdk-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
seer_pas_sdk-0.3.1.dist-info/top_level.txt,sha256=-2kZ-KFMGtXwr8H1O5llMKlcJ8gRKohEmrIvazXB61s,13
|
|
18
|
+
seer_pas_sdk-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|