dayhoff-tools 1.1.6__py3-none-any.whl → 1.1.8__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.
@@ -160,7 +160,7 @@ class MMSeqsProfileProcessor(Processor):
160
160
  self.num_threads = str(num_threads) # MMseqs2 expects string for threads
161
161
 
162
162
  default_mmseqs_args = {
163
- "memory_limit_gb": "30",
163
+ "memory_limit_gb": "25",
164
164
  "evalue": "10",
165
165
  "sensitivity": "7.5",
166
166
  "max_seqs_search": "300",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dayhoff-tools
3
- Version: 1.1.6
3
+ Version: 1.1.8
4
4
  Summary: Common tools for all the repos at Dayhoff Labs
5
5
  Author: Daniel Martin-Alarcon
6
6
  Author-email: dma@dayhofflabs.com
@@ -10,27 +10,23 @@ Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
- Provides-Extra: lite
14
- Requires-Dist: biopython (>=1.84)
15
- Requires-Dist: boto3 (>=1.36.8)
16
- Requires-Dist: docker (>=7.1.0)
17
- Requires-Dist: fair-esm (>=2.0.0)
13
+ Provides-Extra: full
14
+ Requires-Dist: biopython (>=1.84) ; extra == "full"
15
+ Requires-Dist: boto3 (>=1.36.8) ; extra == "full"
16
+ Requires-Dist: docker (>=7.1.0) ; extra == "full"
17
+ Requires-Dist: fair-esm (>=2.0.0) ; extra == "full"
18
18
  Requires-Dist: firebase-admin (>=6.5.0)
19
- Requires-Dist: firebase-admin (>=6.5.0) ; extra == "lite"
20
- Requires-Dist: h5py (>=3.11.0)
21
- Requires-Dist: pandas (>=2.2.3)
19
+ Requires-Dist: h5py (>=3.11.0) ; extra == "full"
20
+ Requires-Dist: pandas (>=2.2.3) ; extra == "full"
22
21
  Requires-Dist: pyyaml (>=6.0)
23
- Requires-Dist: pyyaml (>=6.0) ; extra == "lite"
24
22
  Requires-Dist: questionary (>=2.0.1)
25
- Requires-Dist: rdkit-pypi (>=2022.9.5)
23
+ Requires-Dist: rdkit-pypi (>=2022.9.5) ; extra == "full"
26
24
  Requires-Dist: requests (>=2.31.0)
27
- Requires-Dist: requests (>=2.31.0) ; extra == "lite"
28
- Requires-Dist: sentencepiece (>=0.2.0)
29
- Requires-Dist: sqlalchemy (>=2.0.40,<3.0.0)
25
+ Requires-Dist: sentencepiece (>=0.2.0) ; extra == "full"
26
+ Requires-Dist: sqlalchemy (>=2.0.40,<3.0.0) ; extra == "full"
30
27
  Requires-Dist: toml (>=0.10)
31
- Requires-Dist: transformers (==4.36.2)
28
+ Requires-Dist: transformers (==4.36.2) ; extra == "full"
32
29
  Requires-Dist: typer (>=0.9.0)
33
- Requires-Dist: typer (>=0.9.0) ; extra == "lite"
34
30
  Description-Content-Type: text/markdown
35
31
 
36
32
  # dayhoff-tools
@@ -11,7 +11,7 @@ dayhoff_tools/deployment/deploy_aws.py,sha256=O0gQxHioSU_sNU8T8MD4wSOPvWc--V8eRR
11
11
  dayhoff_tools/deployment/deploy_gcp.py,sha256=DxBM4sUzwPK9RWLP9bSfr38n1HHl-TVrp4TsbdN8pUA,5795
12
12
  dayhoff_tools/deployment/deploy_utils.py,sha256=StFwbqnr2_FWiKVg3xnJF4kagTHzndqqDkpaIOaAn_4,26027
13
13
  dayhoff_tools/deployment/job_runner.py,sha256=4tmdplpvqSE9bVxRWHo2U5kwkYrYod0Uwzpg2Q7qG5o,4850
14
- dayhoff_tools/deployment/processors.py,sha256=yex3bWunFLuzHU6jV-b0ab4w8r-AI4qkx907ManROAg,16857
14
+ dayhoff_tools/deployment/processors.py,sha256=rP-XTqJKGbebUzmDpIKv4cbmn1-P9O-0gZJEpLE9Pto,16857
15
15
  dayhoff_tools/deployment/swarm.py,sha256=MGcS2_x4RNFtnVjWlU_SwNfhICz8NlGYr9cYBK4ZKDA,21688
16
16
  dayhoff_tools/embedders.py,sha256=CRgcb2z7KeeFrRQawyUZuJ4Yi0-J5jSr0hwuRhjG_FI,36513
17
17
  dayhoff_tools/fasta.py,sha256=e7xw3pInoupqCGE0-fJTOzmW_earL1M7qPyoqIPfUT4,46269
@@ -26,7 +26,7 @@ dayhoff_tools/intake/uniprot.py,sha256=BZYJQF63OtPcBBnQ7_P9gulxzJtqyorgyuDiPeOJq
26
26
  dayhoff_tools/logs.py,sha256=DKdeP0k0kliRcilwvX0mUB2eipO5BdWUeHwh-VnsICs,838
27
27
  dayhoff_tools/sqlite.py,sha256=jV55ikF8VpTfeQqqlHSbY8OgfyfHj8zgHNpZjBLos_E,18672
28
28
  dayhoff_tools/warehouse.py,sha256=TqV8nex1AluNaL4JuXH5zuu9P7qmE89lSo6f_oViy6U,14965
29
- dayhoff_tools-1.1.6.dist-info/METADATA,sha256=HRrnLM_xID_Tq-ksoVrDkuYVxQWniXpY0FtdhyMU5DE,2252
30
- dayhoff_tools-1.1.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
- dayhoff_tools-1.1.6.dist-info/entry_points.txt,sha256=iAf4jteNqW3cJm6CO6czLxjW3vxYKsyGLZ8WGmxamSc,49
32
- dayhoff_tools-1.1.6.dist-info/RECORD,,
29
+ dayhoff_tools-1.1.8.dist-info/METADATA,sha256=kwiI9SFhMdafy-vG0GuClaBefHGufvC7LH86QqLmZr8,2224
30
+ dayhoff_tools-1.1.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
+ dayhoff_tools-1.1.8.dist-info/entry_points.txt,sha256=iAf4jteNqW3cJm6CO6czLxjW3vxYKsyGLZ8WGmxamSc,49
32
+ dayhoff_tools-1.1.8.dist-info/RECORD,,