All Projects → RNAcentral → rnacentral-webcode

RNAcentral / rnacentral-webcode

Licence: Apache-2.0 license
RNAcentral website source code

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rnacentral-webcode

Django-Ionic-Integration
Section 3 of the Django + Angular + Ionic Course
Stars: ✭ 21 (-8.7%)
Mutual labels:  django-rest-framework
oasis-grow
Data collection, equipment control, and imaging engine for environmental IoT applications. Runs on RPi/ARM and interfaces with Arduino/ATmega minions over serial.
Stars: ✭ 53 (+130.43%)
Mutual labels:  biology
django-rest-multitokenauth
An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
Stars: ✭ 13 (-43.48%)
Mutual labels:  django-rest-framework
django-rest-framework-react-tutorial
Source code for Django Rest Framework + React tutorial.
Stars: ✭ 69 (+200%)
Mutual labels:  django-rest-framework
batamlawancorona api
Unofficial API of Batam Lawan Corona. Documentation and sample of use can be found at http://batamlawancoronaapi.herokuapp.com/docs/
Stars: ✭ 22 (-4.35%)
Mutual labels:  django-rest-framework
django todo app
python django를 활용한 웹 개발 튜토리얼! todo_app 만들기
Stars: ✭ 82 (+256.52%)
Mutual labels:  django-rest-framework
linkedevents
Linked Events event database and API
Stars: ✭ 20 (-13.04%)
Mutual labels:  django-rest-framework
django-aws-template
Opinionated Django Project Template for AWS deployment
Stars: ✭ 36 (+56.52%)
Mutual labels:  django-rest-framework
django-rest-framework-condition
Decorators @​condition, @​last_modified and @​etag for Django Rest Framework
Stars: ✭ 26 (+13.04%)
Mutual labels:  django-rest-framework
drf dynamics
Dynamic queryset and serializer setup for Django REST Framework
Stars: ✭ 26 (+13.04%)
Mutual labels:  django-rest-framework
sequencework
programs and scripts, mainly python, for analyses related to nucleic or protein sequences
Stars: ✭ 22 (-4.35%)
Mutual labels:  rna
deploy-django
A bash script to deploy a django project for production sites.
Stars: ✭ 85 (+269.57%)
Mutual labels:  django-rest-framework
chembience
A Docker-based, cloudable platform for the development of chemoinformatics-centric web applications and microservices.
Stars: ✭ 41 (+78.26%)
Mutual labels:  django-rest-framework
DRF-API-Logger
An API Logger for your Django Rest Framework project.
Stars: ✭ 184 (+700%)
Mutual labels:  django-rest-framework
eternagame.org
Website for the Eterna citizen science game
Stars: ✭ 17 (-26.09%)
Mutual labels:  rna
cryptopay-web
A payment gateway like Stripe for cryptocurrencies
Stars: ✭ 7 (-69.57%)
Mutual labels:  django-rest-framework
Dailyfresh-B2C
这是一个 ☛全栈/全端/全平台☚ 的B2C模式的电商项目, web后台基于Django2.0 + Python3.6, 前后端分离,前端使用Vue框架开发。移动端基于Flutter开发,一套代码支持Android&IOS平台。微信小程序基于mpvue框架开发。
Stars: ✭ 74 (+221.74%)
Mutual labels:  django-rest-framework
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+226.09%)
Mutual labels:  django-rest-framework
django-rest-framework-oauth
OAuth support for Django REST Framework
Stars: ✭ 52 (+126.09%)
Mutual labels:  django-rest-framework
Cetus-GUI
cetus web端管理工具
Stars: ✭ 53 (+130.43%)
Mutual labels:  django-rest-framework

RNAcentral Website

Build Status

About

RNAcentral is an open public resource that offers integrated access to a comprehensive and up-to-date set of non-coding RNA sequences provided by a consortium of Expert Databases.

RNAcentral Expert Databases

The development of RNAcentral is coordinated by the European Bioinformatics Institute and is funded by Wellcome.

Installation

  1. Clone Git repository:
git clone --recursive https://github.com/RNAcentral/rnacentral-webcode.git
  1. Using the .env-example file as a template, create the .env file and change the environment variables as desired. The public postgres database is configured by default. If you want to use another database, add the following environment variables: DB_HOST, DB_NAME, DB_USER, DB_PASSWORD, and DB_PORT.

  2. For Mac OS users, install mutagen (Docker on Mac has some performance issues)

brew install mutagen-io/mutagen/mutagen-beta
  1. Run the app using Docker:
For Linux users:
docker-compose -f docker-compose.local.yml up --build

For Mac OS users:
mutagen compose -f docker-compose.local.mac.yml up --build

Feedback

Please get in touch if you have any feedback using GitHub issues or using the contact us form.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].