Skip to content

collvey/Biopython

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Biology Python Colabs

Colabs for biology-related Python projects.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage Example
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

There are many great biology-related Python projects on Github. This repo attempts to use Colab to walk through a selected few as a fun side project.

(back to top)

Requirement

  • Familiarity with Python and Colab

(back to top)

Getting Started

Each .ipynb file is a standalone project that walks through certain models or tools. Open any .ipynb file and click Open in Colab to start running Python code.

Prerequisites

All prerequisites should be provided or installed in the Colab. Here lists a few common tools in Colab to deal with dependencies.

  • pip
    !pip install biopython
  • git
    !git clone https://github.com/collvey/Biopython.git
  • Set current directory in Colab as target PATH to import from
    import sys
    
    sys.path.insert(0,'/content/')

(back to top)

Usage Example

Open NCRFpp Walkthrough and click Open in Colab to start running code.

(back to top)

Roadmap

Projects added:

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Any contributions you make are greatly appreciated.

Steps to contribute:

  1. Fork the Project
  2. Create Feature Branch (git checkout -b feature/FeatureName)
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin feature/FeatureName)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Hongcheng Xu - @collvey - hongchengxu123[at]gmail.com

Project Link: https://github.com/collvey/Biopython

(back to top)

Acknowledgments

(back to top)

About

Practice Biopython-related programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published