latch 2.50.6.dev2__tar.gz → 2.50.6.dev3__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.
- {latch-2.50.6.dev2/latch.egg-info → latch-2.50.6.dev3}/PKG-INFO +1 -1
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/tasks.py +6 -6
- {latch-2.50.6.dev2 → latch-2.50.6.dev3/latch.egg-info}/PKG-INFO +1 -1
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/setup.py +1 -1
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/LICENSE +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/MANIFEST.in +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/README.md +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/account.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/executions.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/functions/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/functions/messages.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/functions/operators.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/functions/secrets.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/download.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/manager.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/node.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/progress.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/remote_copy.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/throttle.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/upload.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/_transfer/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/path.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/ldata/type.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/project.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/record.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/table.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/types.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/upstream_types/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/upstream_types/types.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/upstream_types/values.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/registry/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/conditional.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/dynamic.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/launch_plan.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/map_tasks.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/reference_workflow.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/resources/workflow.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/directory.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/file.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/glob.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/json.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/metadata.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/types/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/deseq2.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/mafft.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/pathway.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/rnaseq.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch/verified/trim_galore.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch.egg-info/SOURCES.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch.egg-info/dependency_links.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch.egg-info/entry_points.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch.egg-info/requires.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch.egg-info/top_level.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/auth/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/auth/csrf.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/auth/oauth2.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/auth/pkce.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/auth/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/centromere/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/centromere/ctx.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/centromere/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/click_utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/constants.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/docker_utils/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/exceptions/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/exceptions/cache.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/exceptions/errors.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/exceptions/handler.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/exceptions/traceback.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/main.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/menus.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/nextflow/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/nextflow/config.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/nextflow/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/nextflow/workflow.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/cp/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/cp/autocomplete.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/cp/glob.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/cp/main.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/cp/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/execute/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/execute/main.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/execute/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/get.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/get_executions.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/get_params.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-311.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-38.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-39.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-311.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-38.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-39.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/.env +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/LICENSE +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/README.md +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/__pycache__/__init__.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/assemble.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/sort.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/system-requirements.txt +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/common/.dockerignore +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_conda/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_conda/__pycache__/__init__.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_conda/conda_task.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_conda/environment.yaml +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_docker/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_docker/task.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_nf_integration/latch_metadata/__pycache__/__init__.cpython-311.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_nfcore/Dockerfile +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_nfcore/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_nfcore/task.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_r/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_r/__pycache__/__init__.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_r/environment.R +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_r/r_task.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/.latch/latch_entrypoint +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/Dockerfile +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/Snakefile +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/config.yaml +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/environment.yaml +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/latch_metadata.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/scripts/plot-quals.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/version +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/init.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/template/LICENSE +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/template/README.md +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/template/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/template/__pycache__/__init__.cpython-310.pyc +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/template/task.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/launch.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/local_dev.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/local_dev_old.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/login.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/ls.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/mkdir.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/move.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/preview.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/register/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/register/constants.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/register/register.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/register/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/rm.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/stop_pod.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/sync.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/test_data/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/test_data/ls.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/test_data/remove.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/test_data/upload.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/test_data/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/workspace.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/config/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/config/parser.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/config/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/serialize.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/serialize_utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/single_task_snakemake.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/utils.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/snakemake/workflow.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/tinyrequests.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/tui/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/utils/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/utils/path.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/workflow_config.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/pyproject.toml +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/setup.cfg +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/tests/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/tests/cp/__init__.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/tests/fixtures.py +0 -0
- {latch-2.50.6.dev2 → latch-2.50.6.dev3}/tests/test_ls.py +0 -0
|
@@ -54,13 +54,13 @@ def get_v100_x1_pod() -> Pod:
|
|
|
54
54
|
resources = V1ResourceRequirements(
|
|
55
55
|
requests={
|
|
56
56
|
"cpu": "7",
|
|
57
|
-
"memory": "
|
|
57
|
+
"memory": "48Gi",
|
|
58
58
|
"nvidia.com/gpu": "1",
|
|
59
59
|
"ephemeral-storage": "1500Gi",
|
|
60
60
|
},
|
|
61
61
|
limits={
|
|
62
62
|
"cpu": "7",
|
|
63
|
-
"memory": "
|
|
63
|
+
"memory": "48Gi",
|
|
64
64
|
"nvidia.com/gpu": "1",
|
|
65
65
|
"ephemeral-storage": "2000Gi",
|
|
66
66
|
},
|
|
@@ -83,13 +83,13 @@ def get_v100_x4_pod() -> Pod:
|
|
|
83
83
|
resources = V1ResourceRequirements(
|
|
84
84
|
requests={
|
|
85
85
|
"cpu": "30",
|
|
86
|
-
"memory": "
|
|
86
|
+
"memory": "230Gi",
|
|
87
87
|
"nvidia.com/gpu": "4",
|
|
88
88
|
"ephemeral-storage": "1500Gi",
|
|
89
89
|
},
|
|
90
90
|
limits={
|
|
91
91
|
"cpu": "30",
|
|
92
|
-
"memory": "
|
|
92
|
+
"memory": "230Gi",
|
|
93
93
|
"nvidia.com/gpu": "4",
|
|
94
94
|
"ephemeral-storage": "2000Gi",
|
|
95
95
|
},
|
|
@@ -112,13 +112,13 @@ def get_v100_x8_pod() -> Pod:
|
|
|
112
112
|
resources = V1ResourceRequirements(
|
|
113
113
|
requests={
|
|
114
114
|
"cpu": "62",
|
|
115
|
-
"memory": "
|
|
115
|
+
"memory": "400Gi",
|
|
116
116
|
"nvidia.com/gpu": "8",
|
|
117
117
|
"ephemeral-storage": "1500Gi",
|
|
118
118
|
},
|
|
119
119
|
limits={
|
|
120
120
|
"cpu": "62",
|
|
121
|
-
"memory": "
|
|
121
|
+
"memory": "400Gi",
|
|
122
122
|
"nvidia.com/gpu": "8",
|
|
123
123
|
"ephemeral-storage": "2000Gi",
|
|
124
124
|
},
|
|
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
|
|
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
|
|
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
|
|
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
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-38.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/__init__.cpython-39.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-310.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-311.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-38.pyc
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/__pycache__/init.cpython-39.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/assemble_and_sort/assemble.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_conda/environment.yaml
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
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/config.yaml
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/environment.yaml
RENAMED
|
File without changes
|
{latch-2.50.6.dev2 → latch-2.50.6.dev3}/latch_cli/services/init/example_snakemake/latch_metadata.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
|
|
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
|