Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
jefscheepers authored Sep 14, 2022
2 parents b3fb1d5 + 12eed00 commit 8169549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 01_Quick_Start_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pip install python-irodsclient
> ```
>
Instead of installing the PRC via pip, you can do it by conda using environment.yml file. Copy this file to your project directory and update the last part, 'prefix' to your conda environments. And lastly execute the command below.
Instead of installing the PRC via pip, you can do it by conda using the environment.yml file. Copy [this file](https://github.com/kuleuven/iRODS-User-Training/blob/main/environment.yml) to your project directory and update the last part, 'prefix' to your conda environments. And lastly execute the command below.
```sh
conda env create --file environment.yml
Expand Down
5 changes: 3 additions & 2 deletions 03_Metalnx_Handson_User-Training.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ You start this exercise in the 'collections' tab.
</details>

**Exercise 3: managing permissions**

Download the files patient1.csv and anonymized.csv from data/lifescience.

- Make a collection called 'lifescience' in your home and upload both files to it.
Expand Down Expand Up @@ -150,7 +151,7 @@ You start this exercise in the 'collections' tab.
</details>


**Exercise 4: working with metadata**
**Exercise 3: working with metadata**
Download the files corpus1.txt, corpus2.txt and corpus3.txt from data/languages.
- Make a collection called 'languages' and upload the files to it.
- Add the following AVU's to the files:
Expand Down Expand Up @@ -183,7 +184,7 @@ You start this exercise in the 'collections' tab.

</details>

**Exercise 5: metadata templates**
**Exercise 4: metadata templates**

- Download the file biology/bird.JPG and upload it on Metalnx.
- Create a private metadata template with the name 'Biology_images_<your_name>'. Give it an appropriate description.
Expand Down

0 comments on commit 8169549

Please sign in to comment.