dayhoff-tools 1.14.3__tar.gz → 1.14.5__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.
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/PKG-INFO +1 -1
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/batch/workers/base.py +6 -12
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/boltz.py +62 -24
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/embed_t5.py +64 -26
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/studio_commands.py +4 -1
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/pyproject.toml +1 -1
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/README.md +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/batch/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/batch/workers/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/batch/workers/boltz.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/batch/workers/embed_t5.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/chemistry/standardizer.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/chemistry/utils.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/aws_batch.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/cancel.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/finalize.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/list_jobs.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/local.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/logs.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/retry.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/status.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/commands/submit.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/job_id.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/batch/manifest.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/cloud_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_core.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_lifecycle.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_maintenance.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_management.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/shared.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/studio_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/__init__.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/api_client.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/auth.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/engine-studio-cli.md +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/engine_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/progress.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/cli-simulators.md +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/demo.sh +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/engine_list_simulator.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/engine_status_simulator.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/idle_status_simulator.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/simulator_utils.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/studio_list_simulator.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/studio_status_simulator.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/ssh_config.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/github_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/main.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/swarm_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/utility_commands.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/base.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/deploy_aws.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/deploy_gcp.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/deploy_utils.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/job_runner.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/processors.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/deployment/swarm.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/embedders.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/fasta.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/file_ops.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/h5.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/gcp.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/gtdb.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/kegg.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/mmseqs.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/structure.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/intake/uniprot.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/logs.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/sqlite.py +0 -0
- {dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/warehouse.py +0 -0
|
@@ -30,12 +30,10 @@ def get_array_index() -> int:
|
|
|
30
30
|
|
|
31
31
|
For array jobs, reads AWS_BATCH_JOB_ARRAY_INDEX.
|
|
32
32
|
For retry jobs, maps from BATCH_RETRY_INDICES.
|
|
33
|
+
For single jobs (array_size=1), defaults to 0.
|
|
33
34
|
|
|
34
35
|
Returns:
|
|
35
36
|
The array index this worker should process
|
|
36
|
-
|
|
37
|
-
Raises:
|
|
38
|
-
RuntimeError: If no array index can be determined
|
|
39
37
|
"""
|
|
40
38
|
# Check for retry mode first
|
|
41
39
|
retry_indices = os.environ.get("BATCH_RETRY_INDICES")
|
|
@@ -49,15 +47,11 @@ def get_array_index() -> int:
|
|
|
49
47
|
)
|
|
50
48
|
return indices[array_idx]
|
|
51
49
|
|
|
52
|
-
# Standard array job mode
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
raise RuntimeError(
|
|
58
|
-
"Could not determine array index. "
|
|
59
|
-
"Set AWS_BATCH_JOB_ARRAY_INDEX or BATCH_RETRY_INDICES environment variable."
|
|
60
|
-
)
|
|
50
|
+
# Standard array job mode - default to 0 for single jobs
|
|
51
|
+
# Note: When array_size=1, AWS Batch runs a single job (not an array),
|
|
52
|
+
# so AWS_BATCH_JOB_ARRAY_INDEX is not set. Default to 0.
|
|
53
|
+
array_idx = os.environ.get("AWS_BATCH_JOB_ARRAY_INDEX", "0")
|
|
54
|
+
return int(array_idx)
|
|
61
55
|
|
|
62
56
|
|
|
63
57
|
def get_job_dir() -> Path:
|
|
@@ -273,46 +273,84 @@ def _submit_batch_job(
|
|
|
273
273
|
|
|
274
274
|
|
|
275
275
|
def _run_local_mode(input_path: Path):
|
|
276
|
-
"""Run Boltz locally
|
|
277
|
-
|
|
276
|
+
"""Run Boltz locally in a Docker container.
|
|
277
|
+
|
|
278
|
+
This runs the boltz container with the normal entrypoint, processing
|
|
279
|
+
the first YAML file (index 0) for testing purposes.
|
|
280
|
+
"""
|
|
281
|
+
import subprocess
|
|
282
|
+
|
|
283
|
+
click.echo("Running Boltz locally in container...")
|
|
278
284
|
click.echo(f"Input directory: {input_path}")
|
|
279
285
|
|
|
280
|
-
# Find
|
|
286
|
+
# Find YAML files
|
|
281
287
|
yaml_files = list(input_path.glob("*.yaml"))
|
|
282
288
|
if not yaml_files:
|
|
283
289
|
click.echo(click.style("Error: No YAML files found", fg="red"), err=True)
|
|
284
290
|
raise SystemExit(1)
|
|
285
291
|
|
|
286
|
-
|
|
287
|
-
click.echo(f"Processing: {input_file.name}")
|
|
288
|
-
click.echo()
|
|
292
|
+
click.echo(f"Found {len(yaml_files)} YAML files, will process: {yaml_files[0].name}")
|
|
289
293
|
|
|
290
|
-
|
|
291
|
-
|
|
294
|
+
# Create a temporary job directory structure
|
|
295
|
+
temp_job_dir = input_path / ".local_boltz_job"
|
|
296
|
+
temp_input_dir = temp_job_dir / "input"
|
|
297
|
+
temp_output_dir = temp_job_dir / "output"
|
|
292
298
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
cache_dir=(
|
|
297
|
-
"/primordial/.cache/boltz" if os.path.exists("/primordial") else None
|
|
298
|
-
),
|
|
299
|
-
)
|
|
299
|
+
# Clean up any previous run
|
|
300
|
+
if temp_job_dir.exists():
|
|
301
|
+
shutil.rmtree(temp_job_dir)
|
|
300
302
|
|
|
301
|
-
|
|
303
|
+
temp_input_dir.mkdir(parents=True)
|
|
304
|
+
temp_output_dir.mkdir(parents=True)
|
|
302
305
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
+
# Copy YAML files to input directory
|
|
307
|
+
for yaml_file in yaml_files:
|
|
308
|
+
shutil.copy2(yaml_file, temp_input_dir / yaml_file.name)
|
|
309
|
+
|
|
310
|
+
click.echo(f"Output will be at: {temp_output_dir}/")
|
|
311
|
+
click.echo()
|
|
306
312
|
|
|
307
|
-
|
|
313
|
+
cmd = [
|
|
314
|
+
"docker", "run", "--rm",
|
|
315
|
+
"--gpus", "all",
|
|
316
|
+
"-v", "/primordial:/primordial",
|
|
317
|
+
"-v", f"{temp_job_dir}:{temp_job_dir}",
|
|
318
|
+
"-e", f"JOB_DIR={temp_job_dir}",
|
|
319
|
+
"-e", "AWS_BATCH_JOB_ARRAY_INDEX=0",
|
|
320
|
+
"-e", "BOLTZ_CACHE=/primordial/.cache/boltz",
|
|
321
|
+
"-e", "MSA_DIR=/primordial/.cache/msas",
|
|
322
|
+
DEFAULT_IMAGE_URI,
|
|
323
|
+
]
|
|
324
|
+
|
|
325
|
+
click.echo(f"Running: {' '.join(cmd)}")
|
|
326
|
+
click.echo()
|
|
327
|
+
|
|
328
|
+
try:
|
|
329
|
+
result = subprocess.run(cmd)
|
|
330
|
+
if result.returncode != 0:
|
|
331
|
+
click.echo(
|
|
332
|
+
click.style(f"Container exited with code {result.returncode}", fg="red"),
|
|
333
|
+
err=True,
|
|
334
|
+
)
|
|
335
|
+
raise SystemExit(result.returncode)
|
|
336
|
+
|
|
337
|
+
# Check for output
|
|
338
|
+
output_dirs = list(temp_output_dir.iterdir()) if temp_output_dir.exists() else []
|
|
339
|
+
if output_dirs:
|
|
340
|
+
click.echo()
|
|
341
|
+
click.echo(click.style("✓ Prediction complete!", fg="green"))
|
|
342
|
+
click.echo(f"Output directory: {temp_output_dir}")
|
|
343
|
+
for d in output_dirs:
|
|
344
|
+
click.echo(f" - {d.name}")
|
|
345
|
+
else:
|
|
346
|
+
click.echo(click.style("Warning: No output found", fg="yellow"))
|
|
347
|
+
|
|
348
|
+
except FileNotFoundError:
|
|
308
349
|
click.echo(
|
|
309
|
-
click.style(
|
|
350
|
+
click.style("Error: Docker not found. Is Docker installed and running?", fg="red"),
|
|
310
351
|
err=True,
|
|
311
352
|
)
|
|
312
353
|
raise SystemExit(1)
|
|
313
|
-
except Exception as e:
|
|
314
|
-
click.echo(click.style(f"Error: {e}", fg="red"), err=True)
|
|
315
|
-
raise SystemExit(1)
|
|
316
354
|
|
|
317
355
|
|
|
318
356
|
def _run_shell_mode(input_path: Path):
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"""T5 embedding pipeline command."""
|
|
2
2
|
|
|
3
3
|
import os
|
|
4
|
+
import shutil
|
|
5
|
+
import subprocess
|
|
4
6
|
from pathlib import Path
|
|
5
7
|
|
|
6
8
|
import click
|
|
@@ -232,38 +234,76 @@ def _submit_batch_job(input_path: Path, workers: int, queue: str, seqs_per_chunk
|
|
|
232
234
|
|
|
233
235
|
|
|
234
236
|
def _run_local_mode(input_path: Path):
|
|
235
|
-
"""Run embedding locally
|
|
236
|
-
import subprocess
|
|
237
|
+
"""Run embedding locally in a Docker container.
|
|
237
238
|
|
|
238
|
-
|
|
239
|
+
This runs the embed container with the normal entrypoint, processing
|
|
240
|
+
a single chunk (index 0) for testing purposes.
|
|
241
|
+
"""
|
|
242
|
+
click.echo("Running T5 embedding locally in container...")
|
|
239
243
|
click.echo(f"Input: {input_path}")
|
|
240
244
|
|
|
241
|
-
|
|
242
|
-
try:
|
|
243
|
-
from dayhoff_tools.embedders import T5Embedder
|
|
245
|
+
input_dir = input_path.parent
|
|
244
246
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
247
|
+
# Create a temporary job directory structure in the input directory
|
|
248
|
+
# The worker expects JOB_DIR/input/chunk_000.fasta format
|
|
249
|
+
temp_job_dir = input_dir / ".local_embed_job"
|
|
250
|
+
temp_input_dir = temp_job_dir / "input"
|
|
251
|
+
temp_output_dir = temp_job_dir / "output"
|
|
248
252
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
batch_residue_limit=4500,
|
|
253
|
-
)
|
|
254
|
-
embedder.run(str(input_path), str(output_file))
|
|
253
|
+
# Clean up any previous run
|
|
254
|
+
if temp_job_dir.exists():
|
|
255
|
+
shutil.rmtree(temp_job_dir)
|
|
255
256
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
temp_input_dir.mkdir(parents=True)
|
|
258
|
+
temp_output_dir.mkdir(parents=True)
|
|
259
|
+
|
|
260
|
+
# Symlink or copy the input file as chunk_000.fasta
|
|
261
|
+
chunk_path = temp_input_dir / "chunk_000.fasta"
|
|
262
|
+
chunk_path.symlink_to(input_path.resolve())
|
|
263
|
+
|
|
264
|
+
click.echo(f"Output will be at: {temp_output_dir}/embed_000.h5")
|
|
265
|
+
click.echo()
|
|
266
|
+
|
|
267
|
+
cmd = [
|
|
268
|
+
"docker", "run", "--rm",
|
|
269
|
+
"--gpus", "all",
|
|
270
|
+
"-v", "/primordial:/primordial",
|
|
271
|
+
"-v", f"{temp_job_dir}:{temp_job_dir}",
|
|
272
|
+
"-e", f"JOB_DIR={temp_job_dir}",
|
|
273
|
+
"-e", "AWS_BATCH_JOB_ARRAY_INDEX=0",
|
|
274
|
+
DEFAULT_IMAGE_URI,
|
|
275
|
+
]
|
|
276
|
+
|
|
277
|
+
click.echo(f"Running: {' '.join(cmd)}")
|
|
278
|
+
click.echo()
|
|
279
|
+
|
|
280
|
+
try:
|
|
281
|
+
result = subprocess.run(cmd)
|
|
282
|
+
if result.returncode != 0:
|
|
283
|
+
click.echo(
|
|
284
|
+
click.style(f"Container exited with code {result.returncode}", fg="red"),
|
|
285
|
+
err=True,
|
|
286
|
+
)
|
|
287
|
+
raise SystemExit(result.returncode)
|
|
288
|
+
|
|
289
|
+
# Check for output
|
|
290
|
+
output_file = temp_output_dir / "embed_000.h5"
|
|
291
|
+
if output_file.exists():
|
|
292
|
+
# Move output to final location
|
|
293
|
+
final_output = input_path.with_suffix(".h5")
|
|
294
|
+
shutil.move(str(output_file), str(final_output))
|
|
295
|
+
click.echo()
|
|
296
|
+
click.echo(click.style("✓ Embedding complete!", fg="green"))
|
|
297
|
+
click.echo(f"Output: {final_output}")
|
|
298
|
+
else:
|
|
299
|
+
click.echo(click.style("Warning: No output file found", fg="yellow"))
|
|
300
|
+
|
|
301
|
+
# Clean up temp directory
|
|
302
|
+
shutil.rmtree(temp_job_dir, ignore_errors=True)
|
|
259
303
|
|
|
260
|
-
except
|
|
304
|
+
except FileNotFoundError:
|
|
261
305
|
click.echo(
|
|
262
|
-
click.style(
|
|
263
|
-
"Error: T5Embedder requires 'embedders' extra. "
|
|
264
|
-
"Install with: pip install 'dayhoff-tools[embedders]'",
|
|
265
|
-
fg="red",
|
|
266
|
-
),
|
|
306
|
+
click.style("Error: Docker not found. Is Docker installed and running?", fg="red"),
|
|
267
307
|
err=True,
|
|
268
308
|
)
|
|
269
309
|
raise SystemExit(1)
|
|
@@ -271,8 +311,6 @@ def _run_local_mode(input_path: Path):
|
|
|
271
311
|
|
|
272
312
|
def _run_shell_mode(input_path: Path):
|
|
273
313
|
"""Drop into container shell for debugging."""
|
|
274
|
-
import subprocess
|
|
275
|
-
|
|
276
314
|
click.echo("Dropping into container shell...")
|
|
277
315
|
click.echo(f"Input will be available at: /input/{input_path.name}")
|
|
278
316
|
click.echo()
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/studio_commands.py
RENAMED
|
@@ -434,7 +434,10 @@ def list_studios(env: Optional[str]):
|
|
|
434
434
|
help="Environment (dev, sand, prod) - auto-detected if not specified",
|
|
435
435
|
)
|
|
436
436
|
def attach_studio(
|
|
437
|
-
engine_name_or_id: str,
|
|
437
|
+
engine_name_or_id: str,
|
|
438
|
+
skip_ssh_config: bool,
|
|
439
|
+
user: Optional[str],
|
|
440
|
+
env: Optional[str],
|
|
438
441
|
):
|
|
439
442
|
"""Attach your studio to an engine with progress tracking."""
|
|
440
443
|
|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "dayhoff-tools"
|
|
8
|
-
version = "1.14.
|
|
8
|
+
version = "1.14.5"
|
|
9
9
|
description = "Common tools for all the repos at Dayhoff Labs"
|
|
10
10
|
authors = [
|
|
11
11
|
{name = "Daniel Martin-Alarcon", email = "dma@dayhofflabs.com"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_maintenance.py
RENAMED
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engine1/engine_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/api_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/engine-studio-cli.md
RENAMED
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/engine_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/simulators/demo.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dayhoff_tools-1.14.3 → dayhoff_tools-1.14.5}/dayhoff_tools/cli/engines_studios/ssh_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|