dayhoff-tools 1.1.18__py3-none-any.whl → 1.1.19__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.
@@ -405,16 +405,20 @@ class MMSeqsProfileProcessor(Processor):
405
405
  run_base_dir,
406
406
  )
407
407
 
408
- # 9. Extract hit sequences directly to FASTA using result2flat
408
+ # 9. Extract hit sequences directly to FASTA using createseqfiledb
409
409
  self._run_mmseqs_command(
410
410
  [
411
411
  "mmseqs",
412
412
  "createseqfiledb",
413
- str(result_db), # resultDB containing target hits
414
- str(target_db), # targetDB containing actual sequences
415
- str(intermediate_hits_fasta_file), # output FASTA
416
- "--db-output",
417
- "1", # Output in FASTA format
413
+ str(target_db), # <i:sequenceDB> - The DB to pull sequences from
414
+ str(
415
+ result_db
416
+ ), # <i:resultDB> - Contains IDs of target sequences to pull
417
+ str(
418
+ intermediate_hits_fasta_file
419
+ ), # <o:fastaDB> - Output FASTA file
420
+ "--threads", # createseqfiledb supports --threads
421
+ self.num_threads,
418
422
  ],
419
423
  "Extract hit sequences to FASTA via createseqfiledb",
420
424
  run_base_dir,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dayhoff-tools
3
- Version: 1.1.18
3
+ Version: 1.1.19
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
@@ -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=1msmRHjSToup2f7DQVpAfpFkBMSzMh1YG_7WJEpChWg,19382
14
+ dayhoff_tools/deployment/processors.py,sha256=4a8fYFilcbBGAVUeowjL5n-Pa7NIL3Jmhs69lCQIkpQ,19554
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.18.dist-info/METADATA,sha256=9uJXFcLDGpuxssU_xBvmehDR58gPs-gFtKShHhEw4u4,2225
30
- dayhoff_tools-1.1.18.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
- dayhoff_tools-1.1.18.dist-info/entry_points.txt,sha256=iAf4jteNqW3cJm6CO6czLxjW3vxYKsyGLZ8WGmxamSc,49
32
- dayhoff_tools-1.1.18.dist-info/RECORD,,
29
+ dayhoff_tools-1.1.19.dist-info/METADATA,sha256=40SO5LPPs3GIs_bHfr5jt-TpZUb05-5EHz6Uo09TdxI,2225
30
+ dayhoff_tools-1.1.19.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
+ dayhoff_tools-1.1.19.dist-info/entry_points.txt,sha256=iAf4jteNqW3cJm6CO6czLxjW3vxYKsyGLZ8WGmxamSc,49
32
+ dayhoff_tools-1.1.19.dist-info/RECORD,,