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
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 flake8 and checked prior to commit.
We use pre-commit to run conformance tests.
This ensures:
- Check code style
- Check for added large files
- Detect AWS Credentials
- Detect Private Key
Before first commit run:
pre-commit install
Running unit tests
Running unit tests is as easy as pytest.
pipenv run pytest
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fusor-0.0.16.tar.gz.
File metadata
- Download URL: fusor-0.0.16.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d0ce6025ef6d9c3ff772d37673e31ed1125737d12ad436b3ec4e4fd7070a026
|
|
| MD5 |
2cf07356d25cb7e97c3746fc3ddb3080
|
|
| BLAKE2b-256 |
8c94321a56484422ce77c1c0f90f01128a53c6fe780c1fe8cafac8312dd1a43d
|
File details
Details for the file fusor-0.0.16-py3-none-any.whl.
File metadata
- Download URL: fusor-0.0.16-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c6194ad819d9d0e286bef2ac3fd759397b413efac2f28f37cd2fe8c23ba8693
|
|
| MD5 |
3d23f9e3263f612f458b3107f4fc0e05
|
|
| BLAKE2b-256 |
7333513a689076f6b8633be3a295c32e2d296a20cbf0a1261f85c2b8cbca066b
|