BjornFJohansson / pydnaweb

Online PCR simulator, Tm calculator and primer designer and more!

Home Page:http://pydna.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydnaweb

A flask app that make selected pydna functionality available as a web service.

  • The WebPCR simulator.
  • Primer Tm calculator based on The Bio.SeqUtils.MeltingTemp module.
  • Primer designer. Design two flanking primers, given a template sequence.
  • Assembly primer designer. Design tailed primers for assembly by HR.
  • Assembly simulator. Assemble a series of sequences by shared homology.

webpcr

blogpost

Installed on pythonanywhere like this:

mkvirtualenv --python=/usr/bin/python3.9 my-virtualenv
pip install --upgrade flask flask-wtf wtforms pydna
git clone https://github.com/BjornFJohansson/pydnaweb.git

Settings uder the "Web" tab in python anywhere:

settings

Settings in the /var/www/pydna_pythonanywhere_com_wsgi.py file:

wsgi

About

Online PCR simulator, Tm calculator and primer designer and more!

http://pydna.pythonanywhere.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 53.0%Language:Python 46.3%Language:Shell 0.6%Language:CSS 0.1%