Skip to content

smartyalgo/informedPriors

Repository files navigation

InformedPriors

An AI-Powered Disease Pathway Research Tool
by Team HGT

Introduction

Informed Priors is an AI-powered disease pathway research tool...

Benefits

  • Endless fascination
  • Countless friends
  • Immense power

Features

  • Responds to input
  • Operates automatically
  • Calls a process

Prior Work

  • UniProt
  • KEGG
  • Comparative Toxicogenomics Database
  • ConsensusPathDB
  • Literature-Derived Human Gene-Disease Network
  • BeFree
  • Gene Disease Associations Database

Requirements

  • Dependencies listed in Dockerfile
  • Credentials from third-party services

Collaboration Notes

The Git and Docker repos contain all the configuration information required for collaboration except access tokens. To synchronize access tokens across multiple devices, platforms and users without losing local control, you can use LastPass, an encrypted email platform such as ProtonMail or smoke signals. If you use any AWS services, use AWS IAM to assign user permissions and create keys for each collaborator individually.

Collaborators are required to install all service dependencies on their local device if they wish to test code on their localhost. A collaborate should always FORK the repo from the main master and fetch changes from the upstream repo so reality is controlled by one admin responsible for approving all changes. New dependencies should be added to the Dockerfile, NOT to the repo files. Collaborators should test changes to Dockerfile locally before making a pull request to merge any new dependencies:

docker build -t test-image .

VCS Ignore

.gitignore and .dockerignore have already been installed with the standard exclusions. To prevent unintended file proliferation through version control & provisioning, add/edit .gitignore and .dockerignore to include all new:

  1. local environments folders
  2. localhost dependencies
  3. configuration files with credentials and local variables

About

An AI-Powered Disease Pathway Research Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published