A Python package for designing influenza reverse genetics primers using the seamless cloning methods (e.g. Gibson assembly, CPEC assembly).
Project description
# FluGibson
![Travis Status](https://travis-ci.org/ericmjl/flu-gibson.svg)
A tool for designing primers to clone influenza polymerase segments from viral cDNA.
# Installation
The installation requires the following packages:
networkx
biopython
pandas (optional)
matplotlib (optional)
From Github:
Download this repository as a Zip file.
Unzip the file.
In your terminal, navigate to the FluGibson directory.
Run command: python setup.py install
From PyPI:
(if applicable) Switch to your proper Python environment.
Run command: pip install FluGibson
Using Conda:
(if applicable) Switch to your proper Python environment.
Run command: conda install FluGibson
# Usage
## Scripted
One way to use FluGibson is to use the provided script in the /examples directory. Copy the script to your working directory.
Create the FASTA formatted files containing the DNA parts that you want to stitch together. For example, you would use the following FASTA definition to stitch the following 3 parts together:
>PART_1 >CATCTATCTCTCTACTGCGAGGCTATTCGACTGGCCGTTACTCGCCGGTACGTAGCTCGGTCTCGATCATCAGTACGTCTACGTGTCGTCGTACTTACACGGTCGCTCGGACTGACGTACGTCTACGTCGTCTGACTGA
>PART_2 >CTACTGTCTGCTGATGGTACGTACGTGAGTACGCGCAGCACAGACACTACTTACTCTCGCGCGAGAGCTATCTACGACTACGTACTCGTCGTACGAGCTGACTGATCGACGTAGCTTGACGTACGTATCACGTACGTATCG
>PART_3 >CAGCTTCGGCGCGATTACTCTACGAGCACGACGCAGCTGTCGCTGTCTGGTCTACGCTAGCGCTACGACTATCGATCAGCGTCGTACTGACGTGACGCGCATCGACGTTCGGACGTCGTCGTCGTACGACGTCTACGATGC
The parts will be joined in the order PART_1–>PART_2–>PART_3.
To produce the CSV file that has all of the primers listed, from the command line, run python compute_primers.py. You will get a CSV file, named all_primers.csv, that will house the primers that you will need to order.
# Changelog
## Version 1.2
Added a class that converts one nucleotide sequence into another, using Gibson assembly primers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file FluGibson-1.2.tar.gz
.
File metadata
- Download URL: FluGibson-1.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 122074da9ebdf2ee94a18e754cb96d809869347d7d2e5bf4aceaa4c6a73e3de5 |
|
MD5 | 8cfb26a3338f00b5e8a2313c806b8874 |
|
BLAKE2b-256 | 2cef50595729a22e179918dde0fa41f5743c8f5628b041d5581eca754d2bfca4 |
File details
Details for the file FluGibson-1.2-py3-none-any.whl
.
File metadata
- Download URL: FluGibson-1.2-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f79e7e73e0710023eaebaa9a08dcb3c72d60a23577aafbd2e77334fe180b03fa |
|
MD5 | f467864790c7fdd015b04d8a584f5b30 |
|
BLAKE2b-256 | 1aeca94fff9c8ec5923a96cbfab5113dff37237c85ddd445094138c7f053aa1d |