labtools

Tools useful in Staller Lab for sequence design and analysis. This project is still very much in development and as such is not hosted anywhere official. It is meant for usage by Staller Lab members and collaborators and may change regularly or have bugs at this stage! I plan to rename it and host it somewhere in the future.

See examples

I am still working on implementing test procedures to help with the development process as I make changes. Please let me know if anything looks strange or does not work as intended.

Additionally, please let me know if the trying to install this inconveniences you. I am still trying to understand dependencies and would like to fix any/all annoyances!

Installation

You can install the latest version using this command (it might be weird as I make adjustments, but probably still better)

pip install https://github.com/massivejords/tools/blob/main/dist/labtools-0.1.2-py3-none-any.whl?raw=true

Install the older, “stable” VERSION (has some dependency issues that might make it hard to install, but it verifiably does what it is supposed to do)

pip install https://github.com/massivejords/tools/blob/main/dist/labtools-0.0.3-py3-none-any.whl?raw=true

Usage

View the in progress documentation webpage.

See examples

Look at functions and classes (with examples)

import labtools
from labtools.adtools import sort

License

labtools was created by Jordan Stefani. It is licensed under the terms of the MIT license.

Credits

labtools was created with cookiecutter and the py-pkgs-cookiecutter template.