https://github.com/androidbeingx/python_exam
Code snippet of an exam done during the course. Writted in python, used jinja2 templates.
https://github.com/androidbeingx/python_exam
dna-sequences exam jinja2 python snp template
Last synced: 11 months ago
JSON representation
Code snippet of an exam done during the course. Writted in python, used jinja2 templates.
- Host: GitHub
- URL: https://github.com/androidbeingx/python_exam
- Owner: Androidbeingx
- Created: 2022-11-19T16:17:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T17:03:11.000Z (over 3 years ago)
- Last Synced: 2025-02-14T10:57:12.001Z (about 1 year ago)
- Topics: dna-sequences, exam, jinja2, python, snp, template
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_exam
Code snippet of an exam done during th course. Writted in python, used jinja2 templates.
## _Code explanation_
> Exam of python, with dna plot.
Tools to use:
- Python
- Jinja2
- Html
- Css
Given a dna sequence, set a code to introduce a SNP mutation and reproduce it in a given number of chains.
The mutation must be red colored.
The programm could run in the commandline.