Open Source Transcription Initiation Rates
Project description
OSTIR (Open Source Translation Initiation Rates)
OSTIR
is a
Python package for predicting the rates at which ribosomes will bind to and initiate
translation from different start codons in bacterial mRNAs. It uses the ViennaRNA Package to perform
the necessary free energy calculations. The code builds on the last open source version of the
RBS calculator.
OSTIR
includes several improvements in usability. It supports multi-FASTA
input with command line parameters or CSV input that can define
parameters on a per-sequence basis. Additionally, OSTIR
supports multi-threaded
execution, accelerating the analysis of very large sequences.
Please see the OSTIR Wiki for full documentation
Quickstart
Installation
OSTIR
is a Python module and associated command line script. We recommend installing OSTIR
using Bioconda on Linux or macOS. This will automatically install OSTIR
and all of its dependencies, including ViennaRNA and the required Python modules.
From Bioconda (recommended; Linux, macOS):
- Run
conda install -c bioconda ostir
From Pip (for experts; Linux, macOS, Windows):
- Download and install ViennaRNA, following the instructions here.
- Run
pip install ostir
For information on installing for development see the Wiki Documentation.
Command Line Usage
Print OSTIR help:
ostir -h
Run OSTIR on a sequence provided at the command line and print output to the console:
ostir -i TTCTAGATGAGAATAAGGTTATGGCGAGCTCTGAAGACGTTATCAAAGAGTTCATGCGTTTCAAAGTTCGTATGGAAGGT
Run OSTIR on all sequences provided in a FASTA file and print output to a CSV file:
ostir -i input.fasta -o output.csv
More options and examples are described in the Wiki Documentation.
Python Module Usage
Run OSTIR on a sequence inside of a Python script:
from ostir import run_ostir
seq = "ACUUCUAAUUUAUUCUAUUUAUUCGCGGAUAUGCAUAGGAGUGCUUCGAUGUCAU"
results = run_ostir(seq, name="my_sequence", threads=8)
print(results)
More options and examples are described in the Wiki Documentation.
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 OSTIR-1.1.2.tar.gz
.
File metadata
- Download URL: OSTIR-1.1.2.tar.gz
- Upload date:
- Size: 164.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ca8941245ed0265e87e68c4b09adc599324d8f9e10e19e377262680288c7771 |
|
MD5 | daa79ddbce5b15fad0f6c3b15d800f90 |
|
BLAKE2b-256 | efabbbd65dcc3716bf25117901d410200eaa88e537e3e5c3b883acf9f38fb4f7 |
Provenance
File details
Details for the file OSTIR-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: OSTIR-1.1.2-py3-none-any.whl
- Upload date:
- Size: 105.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0965c8a68355f4f472c4622e173aae97ee0f62905f87166a0b666e61da62cd2e |
|
MD5 | 2d2061febf01ec609ea1e85801c633c6 |
|
BLAKE2b-256 | e3261975c45f3b5d5f400e704d66d4aa89176f37fd0f8a2a774ab57964b0b01d |