Skip to content

Commit

Permalink
Fix location of GH download button, upload built version with changes…
Browse files Browse the repository at this point in the history
…, add to main page
  • Loading branch information
bethac07 committed May 7, 2024
1 parent c0b1a3f commit 4c67713
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Binary file modified BeginnerSegmentation/bonus_materials.zip
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ A tutorial that uses a CellPainting assay to find segmentation parameters for l

<a href="https://github.com/CellProfiler/tutorials/raw/master/BeginnerSegmentation/Archive_EN.zip" target="_blank"><img src="assets/img/download-button.png" alt="Download button" width="140px"></a>

### Bonus materials

We have also created bonus materials designed to go with this tutorial - in these exercises, you will practice using CellProfiler to interface with other software tools like ilastik and Cellpose.

<a href="https://github.com/CellProfiler/tutorials/raw/master/BeginnerSegmentation/bonus_materials.zip" target="_blank"><img src="assets/img/download-button.png" alt="Download button" width="140px"></a>


En español:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ You can visit plugins.cellprofiler.org to learn more. To quote from that site:
>- it requires extra libraries or other dependencies we are unable or unwilling to require for CellProfiler
>- it has been contributed by a community member
```{tip}
- While that documentation has instructions for [installing plugins](https://plugins.cellprofiler.org/using_plugins.html#installing-plugins-without-dependencies), in step 2 it suggests downloading all of the CellProfiler plugins; this isn't a bad thing to do, but you can download individual plugins from GitHub with the website button below as well or instead.
```

````{tip}
- We strongly recommend making a dedicated folder to store your CellProfiler plugins, as loading can be slow if there are a lot of other miscellaneous files around (such if they sit in the Downloads folder, for example).
While that documentation has instructions for [installing plugins](https://plugins.cellprofiler.org/using_plugins.html#installing-plugins-without-dependencies), in step 2 it suggests downloading all of the CellProfiler plugins; this isn't a bad thing to do, but you can download individual plugins from GitHub with the website button below as well or instead.
```{figure} ./TutorialImages/GitHubDownloadButton.png
:width: 400
:align: center
Expand All @@ -46,6 +41,10 @@ GitHub's "Download Raw Files" button
```
````

```{tip}
We strongly recommend making a dedicated folder to store your CellProfiler plugins, as loading can be slow if there are a lot of other miscellaneous files around (such if they sit in the Downloads folder, for example).
```

### Docker Desktop

In Exercise 3 (and for Windows users, optionally Excercise 2 as well), we want to access software that we either don't want to install locally because it's painful if you're not pretty comfortable in Python (Cellpose) or that we CAN install locally but may not play nicely with other tools' multiprocessing setup (ilastik).
Expand Down

0 comments on commit 4c67713

Please sign in to comment.