Skip to content

Commit

Permalink
Finish migration to org
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Aug 28, 2023
1 parent 0c575b4 commit fd178ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions 5_Cloud_Bash.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,20 +290,6 @@
" - ome_zarr view"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The `binder/` directory contains a Conda [environment.yml](https://github.com/joshmoore/NGFF-GBI-2021-Workshop/blob/main/binder/environment.yml) file. You can use it to download all the tools we are using here."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This repository contains a notebook for practicals during
## Running on MyBinder.org

You can launch workshop.ipynb by clicking on
[![binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/joshmoore/EMBO-Practical-Course-2023/HEAD?filepath=workshop.ipynb)
[![binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ome/EMBO-Practical-Course-2023/HEAD?filepath=3_POSIX_Bash.ipynb)

## Running in Docker

Alternatively, if you have Docker installed, you can use the [repo2docker](https://repo2docker.readthedocs.io/en/latest/)
tool to run this repository as a local Docker instance:

$ git clone git://github.com/joshmoore/EMBO-Practical-Course-2023
$ git clone git://github.com/ome/EMBO-Practical-Course-2023
$ cd EMBO-Practical-Course-2023
$ repo2docker .

Expand All @@ -28,7 +28,7 @@ Install Anaconda https://www.anaconda.com/products/individual#Downloads

Then, to create the environment:

$ git clone git://github.com/joshmoore/EMBO-Practical-Course-2023
$ git clone git://github.com/ome/EMBO-Practical-Course-2023
$ cd EMBO-Practical-Course-2023
$ conda env create -n embo -f binder/environment.yml

Expand Down

0 comments on commit fd178ba

Please sign in to comment.