8000 GitHub - tamasakian/g2bp: G2BP: A GFF to gene BED Converter driven by Protein ID.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tamasakian/g2bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

g2bp

G2BP: A GFF to gene BED Converter driven by Protein ID.

Version

Current version: v1.2.0

Install

pip3 install git+https://github.com/tamasakian/g2bp.git

If you want to install in editable mode,

pip3 install -e git+https://github.com/tamasakian/g2bp.git#egg=g2bp

Usage

Create a gene BED file using Protein IDs.
Protein IDs are loaded from text or FASTA files.

For text files (one per line):

python3 -m g2bp txt [GFF filename] [BED filename] [Protein ID filename]

For FASTA files (sequence name in header):

python3 -m g2bp fasta [GFF filename] [BED filename] [Protein ID filename]

About

G2BP: A GFF to gene BED Converter driven by Protein ID.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0