latch
a python bioinformatics framework
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
docker
설명 보기 ▼
docker
Docker 컨테이너 및 이미지를 관리.
`run`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
더 많은 정보: <https://docs.docker.com/reference/cli/docker/>.
docker {{[ps|container ls]}} {{[-a|--all]}}
모든 도커 컨테이너들(실행 및 중지) 목록 보기:
docker {{[run|container run]}} --name {{container_name}} {{image}}
사용자 정의 이름으로 이미지로부터 컨테이너 실행:
docker container {{start|stop}} {{container_name}}
기존 컨테이너 시작 또는 중지:
pip
설명 보기 ▼
pip
Python 패키지 관리자.
`install`와 같은 일부 하위 명령어는 별도의 사용 문서가 존재.
더 많은 정보: <https://pip.pypa.io/en/stable/cli/pip/>.
pip install {{package}}
패키지 설치 (더 많은 설치 예시는 `pip install`를 참고):
pip install --user {{package}}
시스템 전체 기본 위치 대신 사용자 디렉터리에 패키지 설치:
pip install {{[-U|--upgrade]}} {{package}}
패키지 업그레이드:
python3
설명 보기 ▼
python3
이 명령은 `python`의 별칭입니다.
tldr python
자세한 내용은 원본 명령을 참고하세요:
