Skip to content

Commit

Permalink
Merge branch 'dev_branch' of github.com:getzlab/AnnoMate into dev_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cchu70 committed Jun 20, 2024
2 parents a37250e + 13d23dd commit a2795b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_ghcr_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
docker build . --tag ghcr.io/getzlab/annomate:latest
docker push ghcr.io/getzlab/annomate:latest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you have not made a new conda environment:
conda env create --file annomate_conda_environment.yml --name <your_env>
conda activate <your_env>
```
Make sure to add conda environment to ipykernel (see **3. Add conda environment to ipykernel**)
Make sure to add conda environment to ipykernel (see **4. Add conda environment to ipykernel**)
### Run with a Docker container
Expand Down

0 comments on commit a2795b2

Please sign in to comment.