mvaradi / seq-con-converter

A simple tool I used for benchmarking a data format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequence Conservation Data Converter

Build Status codecov

This is a Python package for converting the current sequence conservation JSON to a proposed new format.

Quick start

Get the code and install dependencies:

git clone https://github.com/mvaradi/seq-con-converter
cd seq-con-converter
pip install -r requirements

Basic usage

Run the main.py sript with an argument that is a UniProt accession:

py main.py P12345

Running tests

pytest

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Mihaly Varadi - Initial Implementation - mvaradi

See also the list of contributors who participated in this project.

License

This project is licensed under the EMBL-EBI License - see the LICENSE file for details

About

A simple tool I used for benchmarking a data format

License:Other


Languages

Language:Python 100.0%