Skip to content

Commit f3dfdfd

Browse files
authored
fix links to point to resources repo (#8)
1 parent 5aa7948 commit f3dfdfd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/tutorial/00_setup.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ If you are familiar with python, then I would recommend creating a new environme
1010

1111
## CellPainting Images
1212

13-
[**Download Images for Example Pipeline**](https://github.com/TimMonko/napari-ndev/raw/main/docs/tutorial/cellpainting.zip) Then, extract the files in the ZIP folder.
14-
13+
[**Download Images for Example Pipeline**](https://github.com/ndev-kit/resources/raw/refs/heads/main/image_archives/cellpainting.zip) Then, extract the files in the ZIP folder.
1514
The images come from the [Broad Bioimage Benchmark Collection](https://bbbc.broadinstitute.org/BBBC022/). Investigate the link for the description of the images.
1615

1716
Scale: 0.656um/pixel
@@ -28,7 +27,7 @@ Channels:
2827

2928
## PrimaryNeuron Images
3029

31-
[**Download Images for Easy Machine Learning Tutorial**](https://github.com/TimMonko/napari-ndev/raw/main/docs/tutorial/primaryneurons.zip)
30+
[**Download Images for Easy Machine Learning Tutorial**](https://github.com/ndev-kit/resources/raw/refs/heads/main/image_archives/primaryneurons.zip)
3231

3332
These images come from my own work at the University of Minnesota in the Thomas Bastian lab. The primary neurons are derived from embryonic mouse brains, and grown for a few days in a dish. The goal is to study morphology and iron homeostasis as the neurons develop over time in conditions of iron deficiency. The images available in the tutorial are extracted from multi-scene CZI files (each original file has over 100 scenes) using the `Image Utilities` widget. Metadata from the CZI files was correct, so the widget automatically passes this downstream without any user input.
3433

@@ -46,7 +45,7 @@ Channels:
4645

4746
## NeuralProgenitor Images
4847

49-
[**Download Images for Building a Pipeline Tutorial**](https://github.com/TimMonko/napari-ndev/raw/main/docs/tutorial/neuralprogenitors.zip)
48+
[**Download Images for Building a Pipeline Tutorial**](https://github.com/ndev-kit/resources/raw/refs/heads/main/image_archives/neuralprogenitors.zip)
5049

5150
These images come from the Zhe Chen lab at the University of Minnesota. These come from a microscope that *very poorly* saves the images: the images are forced to be saved as RGB (dspite having only one channel in each image) and improper scaling metadata. The images available in this tutorial have already been concatenated and the metadata applied using the `Image Utilities`.
5251

0 commit comments

Comments
 (0)