Skip to content

Genegramm/Genegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check code style

Genegram

Description

Install

We use Pipenv to manage dependencies.

pip install --user pipenv

Install Genegram (from sources)

git clone https://github.com/JetBrains-Research/Genegram
cd Genegram
pipenv install --ignore-pipfile

Usage

Run the following command with arguments.

python -m genegram

Arguments

Argument Required Description
-i, --inp True Path to the FASTA file
-o, --out True Path to the folder where the Connectivity Tables will be saved
-m, --model False Type of the model to be used:
main -- The default model, the best on average
mps -- Multiplet prediction model
pks -- Pseudoknots prediction model
-l, --log False Type of the logging level to be used:
INFO -- Confirmation that things are working as expected
WARNING -- An indication that something unexpected happened, the software is still working as expected
ERROR -- Due to a more serious problem, the software has not been able to perform some function
CRITICAL -- A serious error, indicating that the program itself may be unable to continue running
DEBUG -- Detailed information, typically of interest only when diagnosing problems

Code style

We recommend you use a pre-commit hook, which runs black when you type git commit.

Install pre-commit

pipenv install --dev
pre-commit install

Use pre-commit

pre-commit run --all-files --color always --verbose

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages