Skip to content

Commit

Permalink
Merge pull request #16 from kuleuven/u0155170-review
Browse files Browse the repository at this point in the history
remove exercise on Editing and downloading
  • Loading branch information
mstfdkmn authored Sep 13, 2022
2 parents 4ecb37c + 3c37fa5 commit 12eed00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 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
25 changes: 3 additions & 22 deletions 03_Metalnx_Handson_User-Training.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,27 +89,8 @@ You start this exercise in the 'collections' tab.

</details>


**Exercise 2: Editing and downloading**

- You realise there is a mistake in the uploaded data object inflation.txt.
Edit the data object so the inflation for 2021 is 1.4%.
- Rename the data object to 'inflation_corrected.txt'.
- Download the edited file from iRODS.


<details>
<summary>Solution</summary>
You start this exercise in the 'collections' tab.

- Go to the economy folder and click on 'view info' next to inflation.txt.
- Click the 'preview' tab. There, you can edit the file and save your changes.
- Select 'rename' on the action dropdown, and type 'inflation_corrected.txt'.
- Click on the download button (rightmost button in the top right corner).

</details>

**Exercise 3: managing permissions**
**Exercise 2: 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 @@ -142,7 +123,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 @@ -175,7 +156,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 12eed00

Please sign in to comment.