Git Product home page Git Product logo

synbiopython's Introduction

SynBioPython

Build Status Binder

SynBiopython provides generic tools for Synthetic Biology. For more details, please see the publication:

SynBiopython: an open-source software library for Synthetic Biology, Jing Wui Yeoh, Neil Swainston, Peter Vegh, Valentin Zulkower, Pablo Carbonell, Maciej B Holowko, Gopal Peddinti, Chueh Loo Poh. Synthetic Biology (2021) ysab001

Installation

pip install synbiopython

To install the latest version from Github:

pip install git+https://github.com/Global-Biofoundries-Alliance/SynBioPython

Currently Python 3.6, 3.7 and 3.8 are supported.

Usage

You should now be able to run this in Python:

import synbiopython
print(synbiopython.__version__)

Currently, there are three modules implemented:

  • The genbabel module provides standard file parsers and for working with multiple fileformats.
  • The codon module provides support for codon optimisation.
  • The lab automation module enables working with plates and generation of picklists (transfers) for liquid handlers.

Examples

Example Jupyter notebooks are provided for each module: codon, genbabel and lab automation. In order to open these notebooks, download and install JupyterLab.

Contribute!

SynBiopython is developed collectively by members of the Global Biofoundry Alliance and released on Github under the MIT license. Contributions are welcome!

synbiopython's People

Contributors

jingwui avatar mholowko avatar neilswainston avatar veghp avatar yeohjingwui avatar zulko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

synbiopython's Issues

Formatter preferences (Flake8, Black, etc.)

Would be nice to enforce formatting using e.g. Black (which seems to be very popular). I'm think there are some ways to check/correct PEP8 and other formatting errors at commit time but I've never done it.

How do we feel about dependencies?

Few dependencies is a nice trait in a library. Biopython's only dependency seems to be Numpy.

I am asking because Plateo depends on a few heavy libraries (the core can be standalone, but dealing with spreadsheets is easier with Pandas/xlrd), and I expect other modules may depend on at least Biopython and a few others.

Use of Pylint?

As discussed, I'd suggest that we add Pylint to the list of tools that we validate our code against before check-in:

https://www.pylint.org/

Pylint integrates with most IDEs and can be made to run automatically and flag up both formatting errors but also (importantly) potentially bugs. It's very powerful and can catch issues with very little effort from the user.

Please reply to this thread, even with "OK" if you're fine with this, or please disagree if you'd like!

Synbiopython on PyPI

Hi everyone - I went ahead and pushed the synbiopython projet on PyPI to reserve the name:

https://pypi.org/project/synbiopython/0.0.1/

It would be nice if the PyPI package's ownership was shared between accounts from different froundries to ensure every team can easily update the repo if necessary (right now it's only EdinburghGenomeFoundry). Let us know your PyPI username and we'll add you.

synbiopython.org redirects to a malware site

The advertised url for this software, synbiopython.org, is currently redirecting to what appears to be a malware site.

Either the maintainers need to reclaim the URL or else they should remove it and warn users.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.