Skip to content
Snippets Groups Projects
Commit 4f404bd1 authored by Bianca Laker's avatar Bianca Laker
Browse files

Upload New File

parent 8b57154b
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Python course 2021 - Exercises G
%% Cell type:markdown id: tags:
## Part1 - easygui
%% Cell type:markdown id: tags:
---
1.1) Write a script to handle input of primer names and sequences! All information should be saved in a multiple FASTA file.
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
---
1.2) Write a script to return a matching primer sequence from a FASTA file based on a given primer name.
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
---
1.3) Write a script to combine both functionalities: return primer sequence, if name is already present OR generate new entry if primer is novel.
%% Cell type:code id: tags:
```
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment