/BioinformaticsRetos-1-4

First four lectures for the Bioinformatics Programming Challenges course

Primary LanguageJupyter NotebookMIT LicenseMIT

UPM Computational Biology Master's Programme

Bioinformatics Programming Challenges

A Ruby/BioRuby-based bioinformatics course

Download the VM Ware image that has additional software such as Microsoft Visual Studio Code edit and BlazeGraph installed (see instructions below)

UPM Students - INSTRUCTIONS

Dear Students,

You will take this course using a VMWare Virtual Machine. You should do the following:

  1. CREATE AN ACCOUNT ON GitHub (this website) if you haven't already got one...
  2. Download VMWare Player (if you haven't already got it)
  3. You should download the VMWare Virtual Machine that I sent you on my Google Drive
  4. Unzip the virtual machine
  5. Start VMWare Player and select the virtual machine - start it (PASSWORD IS osboxes.org)
  6. In the bottom-right corner of the VM Desktop, you can select either US-style or Spanish-style keyboard
  7. Browse to: https://github.com/CBGP-UPM-INIA-PUBLIC/BioinformaticsRetos-1-4
  8. In the top-right corner, click "Fork", to make a copy of this repository in your own GitHub account
  9. Browse to the copy in your GitHub account (you should already be there after Forking)
  10. Click the big green "Clone" button and copy the address to your clipboard
  11. open a terminal window in your Virtual Machine
  12. type: git clone [content of the clipboard] (whatever you copied in step 9)
  13. after it is cloned, cd into the "Lectures" folder and type jupyter notebook to start the interactive Jupyter session
  14. Browse to Lesson 1 and... let's get started!