Skip to content

Commit

Permalink
Exercise and Recording updated
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanSD committed Oct 16, 2021
1 parent 5bf7e7d commit d87453e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/6.2_BiopythonV2.md
@@ -1,5 +1,10 @@
# Lesson 6: Bioinformatics x Python Packages

<details>
<summary>Recording from 2020</summary>
https://drive.google.com/file/d/1-WxYMeo-SRU_IcOli_aE-WfE3ALmBw2M/view?usp=sharing
</details>

## Welcome

Congratulations! After your hard work honing your Unix and Python skills, you've been selected for a bioinformatic research project! Soon, you're going to be trusted with genetic data from an unknown source. Your goal will be to use bioinformatics to determine where this data came from.
Expand Down Expand Up @@ -64,7 +69,7 @@ You'll be using the same genetic data as before.
```
This time, instead of having various files for various methods, we're going to be using just one file. Isn't that handy? Copy it to your directory:
```shell
!wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1BNiRspwn7EiracdCLHy6mtwhnl3NTu-F' -O biopythonExercise.py
!wget https://raw.githubusercontent.com/ubicucsd/crash_course/master/source/scripts/biopython.py -O biopythonExercise.py
```

This program will provide you with feedback as you progress through the next few steps. Run the program as you complete each step. You'll find the [Biopython package documentation](http://biopython.org/DIST/docs/api/) useful.
Expand Down

0 comments on commit d87453e

Please sign in to comment.