Giter Site home page Giter Site logo

akshatbhargava123 / bluegenes-protein-visualizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intermine/bluegenes-protein-visualizer

1.0 2.0 0.0 413 KB

3D Protein Visualizer BlueGenes compatible tool

License: MIT License

HTML 12.16% JavaScript 77.68% CSS 10.16%
bluegenes protein-structure protein-visualization 3d-visualization react bio-pv biojs

bluegenes-protein-visualizer's Introduction

BlueGenes Protein Visualizer

BlueGenes Protein Visualizer is a tool made for BlueGenes following BlueGenes Tool API. It can help users (biologists) to visualize protein structures in different types of viewer in 3D. Users can select the PDB id they want to visualize and the visualizer fetches PDBs from the rcsb org. It can also be used as standalone tool to integrate in any web application.

Licence

MIT

To set up locally for development

  1. Clone the repo
  2. cd bluegenes-protein-visualizer and then npm install to install dependencies.

All of the editable source files for css and js are in src. To bundle for prod, run the following commands:

CSS

Assuming less is installed globally:

npm run less

JS

Assuming webpack is installed globally:

Single build:
npm run build
Applied Coding practices / ESLint Rules:
  • indent: use tab (2 space tab) instead of spaces to not get an error.
  • linebreak-style: use \n for a newline, if you're on windows, configure it in your editor settings.
  • quotes: use single quote instead of double quote.
  • semi: use semi colon at end of each statement / expression / function definition.
  • comma-dangle: do not use dangling commas i.e. extra comma at the end of object values, function args, etc.). More about this here.
  • More pre-configured rules from eslint:recommended you must follow to not get errors here.
Developing:

To serve your code at localhost:3456 and rebuild it every time it changes, run:

npm run dev

bluegenes-protein-visualizer's People

Contributors

adrianbzg avatar akshatbhargava123 avatar bistaastha avatar heralden avatar jacobrreed avatar sakshisrivastava413 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.