Skip to main content

Provide computable object representation and validation for gene fusions

Project description

FUSOR

FUSOR (FUSion Object Representation) provides modeling and validation tools for representing gene fusions in a flexible, computable structure.

Installation

To install FUSOR:

pip install fusor

For a development install, we recommend using Pipenv. See the pipenv docs for direction on installing pipenv in your compute environment.

Once installed, from the project root dir, just run:

pipenv shell
pipenv lock && pipenv sync

MacOS Errors

If you encounter errors, try the following:

export SYSTEM_VERSION_COMPAT=1
pipenv lock && pipenv sync

Data Downloads

SeqRepo

FUSOR relies on seqrepo, which you must download yourself.

From the root directory:

pip install seqrepo
sudo mkdir /usr/local/share/seqrepo
sudo chown $USER /usr/local/share/seqrepo
seqrepo pull -i 2021-01-29  # Replace with latest version using `seqrepo list-remote-instances` if outdated

If you get an error similar to the one below:

PermissionError: [Error 13] Permission denied: '/usr/local/share/seqrepo/2021-01-29._fkuefgd' -> '/usr/local/share/seqrepo/2021-01-29'

You will want to do the following:
(Might not be ._fkuefgd, so replace with your error message path)

sudo mv /usr/local/share/seqrepo/2021-01-29._fkuefgd /usr/local/share/seqrepo/2021-01-29
exit

UTA

FUSOR also uses Common Operations On Lots-of Sequences Tool (cool-seq-tool) which uses UTA as the underlying PostgreSQL database.

The following commands will likely need modification appropriate for the installation environment.

  1. Install PostgreSQL

  2. Create user and database.

    $ createuser -U postgres uta_admin
    $ createuser -U postgres anonymous
    $ createdb -U postgres -O uta_admin uta
    
  3. To install locally (location does not matter):

export UTA_VERSION=uta_20210129.pgd.gz
curl -O http://dl.biocommons.org/uta/$UTA_VERSION
gzip -cdq ${UTA_VERSION} | grep -v "^REFRESH MATERIALIZED VIEW" | psql -h localhost -U uta_admin --echo-errors --single-transaction -v ON_ERROR_STOP=1 -d uta -p 5433
UTA Installation Issues

If you have trouble installing UTA, you can visit these two READMEs.

Connecting to the UTA database

To connect to the UTA database, you can use the default url (postgresql://uta_admin@localhost:5433/uta/uta_20210129). If you use the default url, you must either set the password using environment variable UTA_PASSWORD or setting the parameter db_pwd in the FUSOR class.

If you do not wish to use the default, you must set the environment variable UTA_DB_URL which has the format of driver://user:pass@host:port/database/schema.

Gene Normalizer

FUSOR also relies on data from gene-normalizer's DynamoDB tables, which you must download yourself. See the README for deploying the database.

Init coding style tests

Code style is managed by Ruff and Black and checked prior to commit.

We use pre-commit to run conformance tests.

This performs checks for:

  • Code style
  • File endings
  • Added large files
  • AWS credentials
  • Private keys

Before first commit run:

pre-commit install

Running unit tests

Running unit tests is as easy as pytest.

pipenv run pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fusor-0.0.30.dev1.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

fusor-0.0.30.dev1-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file fusor-0.0.30.dev1.tar.gz.

File metadata

  • Download URL: fusor-0.0.30.dev1.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for fusor-0.0.30.dev1.tar.gz
Algorithm Hash digest
SHA256 522f0047b0fbe04b5cdc13f6e3c7d98fd228abb617a983667a328fa6a92cb8c9
MD5 3057f7100b818a4a298543f933d586e2
BLAKE2b-256 d845637603d5f5e1f2b1f16e187ff917debdec40e6d9612c332d7abd8692382c

See more details on using hashes here.

File details

Details for the file fusor-0.0.30.dev1-py3-none-any.whl.

File metadata

  • Download URL: fusor-0.0.30.dev1-py3-none-any.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for fusor-0.0.30.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 bb187f2d270e84d0b58da4617e434e7aeb1e3293b796518b1fa8f78a1254910d
MD5 16c3fdf16fc27c04733b02957a687e10
BLAKE2b-256 4c99d8a6875e09826608b895377cce3008e5d78cbeed852d45076bc02bb1ed12

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page