latch
a python bioinformatics framework
File Explorer
- bug_report.md
- feature_request.md
- test.yaml
- CODEOWNERS
- latch-logo-black-transparent-bg.png
- latch-logo-white-transparent-bg.png
- latch.functions.rst
- latch.registry.rst
- latch.registry.upstream_types.rst
- latch.resources.rst
- latch.rst
- latch.types.rst
- latch.verified.rst
- latch_cli.auth.rst
- latch_cli.centromere.rst
- latch_cli.docker_utils.rst
- latch_cli.exceptions.rst
- latch_cli.rst
- latch_cli.services.cp.rst
- latch_cli.services.deprecated.rst
- latch_cli.services.init.rst
- latch_cli.services.register.rst
- latch_cli.services.rst
- latch_cli.services.test_data.rst
- latch_cli.tui.rst
- latch_cli.utils.rst
- modules.rst
- conf.py
- favicon.ico
- index.md
- subcommands.md
- make.bat
- Makefile
- __init__.py
- messages.py
- operators.py
- secrets.py
- common.py
- launch_plan.py
- schedule.py
- workflow.py
- condition.py
- execution.py
- identifier.py
- interface.py
- literals.py
- security.py
- tasks.py
- types.py
- workflow.py
- utils.py
- __init__.py
- download.py
- manager.py
- node.py
- progress.py
- remote_copy.py
- throttle.py
- upload.py
- utils.py
- __init__.py
- path.py
- type.py
- __init__.py
- types.py
- values.py
- __init__.py
- project.py
- record.py
- table.py
- types.py
- utils.py
- __init__.py
- conditional.py
- dynamic.py
- launch_plan.py
- map_tasks.py
- reference_workflow.py
- tasks.py
- workflow.py
- __init__.py
- directory.py
- file.py
- glob.py
- json.py
- metadata.py
- plots.py
- samplesheet_item.py
- utils.py
- __init__.py
- deseq2.py
- mafft.py
- pathway.py
- rnaseq.py
- trim_galore.py
- __init__.py
- account.py
- executions.py
- py.typed
- utils.py
- __init__.py
- csrf.py
- oauth2.py
- pkce.py
- utils.py
- __init__.py
- ast_parsing.py
- ctx.py
- utils.py
- __init__.py
- __init__.py
- cache.py
- errors.py
- handler.py
- traceback.py
- __init__.py
- config.py
- forch_register.py
- parse_schema.py
- utils.py
- workflow.py
- __init__.py
- autocomplete.py
- glob.py
- main.py
- utils.py
- __init__.py
- utils.py
- pod_ssh.graphql
- pods_list.graphql
- .env
- __init__.py
- assemble.py
- LICENSE
- README.md
- sort.py
- system-requirements.txt
- .dockerignore
- __init__.py
- conda_task.py
- environment.yaml
- __init__.py
- task.py
- __init__.py
- Dockerfile
- task.py
- __init__.py
- environment.R
- r_task.py
- latch_entrypoint
- plot-quals.py
- config.yaml
- Dockerfile
- environment.yaml
- latch_metadata.py
- Snakefile
- version
- __init__.py
- LICENSE
- README.md
- task.py
- __init__.py
- init.py
- __init__.py
- attach.py
- develop.py
- execute.py
- utils.py
- ws_utils.py
- __init__.py
- interface.py
- launch.py
- launch_v2.py
- type_converter.py
- __init__.py
- constants.py
- register.py
- staging.py
- utils.py
- __init__.py
- ls.py
- remove.py
- upload.py
- utils.py
- __init__.py
- get.py
- get_executions.py
- get_params.py
- local_dev_old.py
- login.py
- ls.py
- mkdir.py
- move.py
- pods.py
- preview.py
- private_images.py
- rm.py
- stop_pod.py
- sync.py
- workspace.py
- __init__.py
- parser.py
- utils.py
- __init__.py
- serialize.py
- serialize_utils.py
- single_task_snakemake.py
- utils.py
- workflow.py
- __init__.py
- __init__.py
- path.py
- __init__.py
- click_utils.py
- constants.py
- main.py
- menus.py
- py.typed
- tinyrequests.py
- workflow_config.py
- __init__.py
- latch.py
- py.typed
- user.py
- __init__.py
- execute.py
- py.typed
- utils.py
- biocompute.png
- manske.png
- side-by-side.png
- __init__.py
- __init__.py
- conftest.py
- fixtures.py
- test_docker_utils.py
- test_ls.py
- test_print_upload_logs.py
- test_private_images.py
- test_register_task_name.py
- .gitignore
- CHANGELOG.md
- Dockerfile.docs
- Justfile
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker
View Details ▼
docker
Manage Docker containers and images.
Some subcommands such as `container` and `image` have their own usage documentation.
docker {{[ps|container ls]}} {{[-a|--all]}}
List all Docker containers (running and stopped):
docker {{[run|container run]}} --name {{container_name}} {{image}}
Start a container from an image, with a custom name:
docker container {{start|stop}} {{container_name}}
Start or stop an existing container:
pip
View Details ▼
pip
Python package manager.
Some subcommands such as `install` have their own usage documentation.
pip install {{package}}
Install a package (see `pip install` for more install examples):
pip install --user {{package}}
Install a package to the user's directory instead of the system-wide default location:
pip install {{[-U|--upgrade]}} {{package}}
Upgrade a package:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
