Giter Club home page Giter Club logo

okkevaneck / prospr Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 1.0 8.62 MB

Prospr is a universal toolbox for protein structure prediction within the HP-model. The Python package is based on a C++ core, which gives Prospr its high performance. The C++ core is made available as a separate zip file to facilitate high-performance computing applications. The package comes with many prediction algorithms and datasets to use.

License: GNU Lesser General Public License v3.0

Python 37.99% C++ 51.36% Shell 10.65%
bioinformatics computational-science cpp datasets high-performance-computing package protein protein-folding protein-structure-prediction python structure-prediction toolbox

prospr's Introduction

Agency Foxy Template by Ryan Balieiro

I crafted this one-page agency portfolio theme using Vue 3.0 and Bootstrap 5. The theme comprises a range of content sections, including but not limited to a portfolio gallery, testimonials, and contact. Being fully customizable, it can be seamlessly incorporated into your business with great ease.

Preview

alt tag1

View Live Preview

Status

GitHub license npm version

Usage

To begin, clone the theme's source files and navigate to its root directory. Then, execute npm install followed by npm run dev. This will open a preview of the template in your default browser, keep an eye out for changes in the core template files, and automatically reload the browser upon saving any modifications. To get a comprehensive list of available scripts, refer to the "package.json" file.

Running npm run build will build the entire project, which includes compiling assets, HTML, JS, and CSS into "dist".

To use this build environment, make sure you have npm installed on your system.

About

This template was created by and is maintained by Ryan Balieiro.

The template is based on the Bootstrap framework created by Mark Otto and Jacob Thorton; and the Vue framework created by Evan You.

Copyright and License

Code released under the MIT license.

prospr's People

Contributors

okkevaneck avatar

Stargazers

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

Watchers

 avatar

Forkers

rubenhorn

prospr's Issues

Datasets are not provided cleanly

Change the way datasets are provided. Rename folder 'datasets' to 'data', use package_data in setup.py, and find good file structure.

Import structure not defined

The core code is available as from prospr import prospr_core instead of directly as from prosper import ....
The visualize code needs to be tested on importability, as well as the helper code.

As a side task, the visualize code also needs to be tested on functionality.

Small test coverage

Only some parts of the core are tested with PyTest. Extend the test suite to also test all other functionalities.

Folding algorithms extension

  • Algorithms don't need to return the pointer, folding algorithms can have rettype void.
  • For deterministic algorithms, build load_tmp functions for loading intermediate results from a hash_fold()

Change core according to documentation + add new features

Change core into:

  • Change to doubly linked list for storing conformations
  • Remove required move for removal of amino acids
  • Add possibility to remove / place multiple amino acids in a given direction (add to docs)
  • Add possibility to rotate the chain at a given point (add to docs)
  • Add Amino Acid class for storing the values in the values of space
  • Add copyright to all headers with https link to the project's LICENSE file

Core is only available as ZIP

Change auto-zipping to support multiple archive types. Create a separate folder for the zips as well, which is referenced in the README. Also change the pre-commit file to be in a .githooks folder instead of the github folder.

No Python tests in CI workflow

The build version of the code needs to be tested. In order to do so, a tool like pytest needs to be used to perform tests. The tests need to be added to the CI workflow.

Small hotfixes

For GitHub actions:

  • Set python-version in setup_python for build_source_distribution, build_wheels, and deploy
  • Set right version for pypa/gh-action-pypi-publish@master in deploy

For fixing imports:

  • Add AminoAcid, load_vanEck250 and load_vanEck1000 to __all__ list.
  • Add load_vanEck250 and load_vanEck1000 to import from prospr.data

CI for building is too slow

Make a decision on how to speed up the CI. Non-master pushes do not need all wheel builds, maybe only do a ubuntu-32bit build, or a 64-bit build on all platforms.

Fix Python11 buildwheels

Cibuildwheels gives the error that a [project] section inside pyproject.toml file is invalid for Python 11. See what is the issue and fix it to support Python11.

Enhance visualization of Proteins

Visualization can be made more pretty and include extra information. Don't forget to update documentation figures as well!

  • Note: Y-axis not rendered properly when placing all amino acids in a row.
  • Fix visualization compatibility with new version of prospr_core

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.