Exercise
Goal of this exercise is to get data that will be used in future practicals. While doing so, you will practice command line and git commands.
- go to Encode database with eClip data and pick one experiment
- download template of a script for downloading data
wget https://raw.githubusercontent.com/katarinagresova/DSIB01_2021/gh-pages/assets/files/download.sh
- update downloaded script according to comments
- run created script to download data
- push script to github
- hint: follow Adding a new SSH key to your GitHub account
- hint: follow How to Configure Git Username and Email Address
- hint: follow Adding a file to a repository using the command line
- update README.md file with ulr of chosen experiment
- examine downloaded files
- look at content
- hint: look at
head
command
- hint: look at
- look at content