8000 GitHub - glarue/biogl: A collection of (semi) useful small bioinformatics modules
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

glarue/biogl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biogl

A collection of (semi) useful small bioinformatics functions

Usage with pip

python3 -m pip install biogl

Thereafter, within Python, you should be able to simply do import biogl to use.

Using without pip:

There are a variety of ways to use this module within other Python code, some of which are platform-dependent.

On Linux, my preferred method is to simply add the location of the biogl directory to the PYTHONPATH environmental variable in your preferred shell. For example, if you are using Bash, simply add the following to your ~/.bashrc file:

export PYTHONPATH=$PYTHONPATH:{biogl_directory_path}

About

A collection of (semi) useful small bioinformatics modules

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0