10000 GitHub - keyreallkeyrealenko/tm-predictor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keyreallkeyrealenko/tm-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository allows you to predict tm-index of proteins written in .fasta file. It works as a parser of http://tm.life.nthu.edu.tw/index.htm web open tool (DOI: 10.1016/j.compbiolchem.2009.10.002). As a result, you get 1) barplots of predicted categories 2) JSON-files describe each protein, temperature groups.

Installation

  1. Clone this repo:
git clone https://github.com/keyreallkeyrealenko/tm-predictor.git
  1. Open directory:
cd tm-predictor
  1. Create and activate new python environment:
python3.9 -m venv venv
source venv/bin/activate
  1. Install all required python libraries:
pip install -r requirements.txt
  1. Make main.py executable (optional):
chmod +x main.py

###NOTE: selenium webdriver must be installed on your machine. E.g. see here: https://selenium-python.readthedocs.io/installation.html#

Usage and example:

Code below would parse file example.fasta from current directory and save all the results to the ~/Desktop directory

main.py example.fa ~/Desktop/

Notes:

Program was tested on macOS Monterey V 12.6. Should work on any UNIX-machine too.

For 2000 proteins it works for about 2-3 hours.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0