You need to download some files to follow this lesson:
python-bcb546
. Download from these links by saving in your web browser. Or if you are in a unix terminal you can use wget <url>
and replace the <url>
with the path to the file you wish to download.Or, you can pull from the course repository and change to the directory containing the data files:
cd BCB546-Spring2022
git pull origin main
cd course-files/python
Or if you haven’t yet cloned the course repository:
git clone git@github.com:EEOB-BioData/BCB546-Spring2022.git
cd BCB546-Spring2021/course-files/python