Code Monkey home page Code Monkey logo

vivarium_conic_lsff's Introduction

vivarium_conic_lsff

Research repository for the vivarium_conic_lsff project.

You should put links to the concept model documentation and any other relevant documentation here.

These models require data from GBD databases. You'll need several internal IHME packages and access to the IHME cluster.

To install the extra dependencies create a file called ~/.pip/pip.conf which looks like this:

[global]
extra-index-url = http://pypi.services.ihme.washington.edu/simple
trusted-host = pypi.services.ihme.washington.edu

To set up a new research environment, open up a terminal on the cluster and run:

$> conda create --name=vivarium_conic_lsff python=3.6
...standard conda install stuff...
$> conda activate vivarium_conic_lsff
(vivarium_conic_lsff) $> conda install redis
(vivarium_conic_lsff) $> git clone [email protected]:ihmeuw/vivarium_conic_lsff.git
...you may need to do username/password stuff here...
(vivarium_conic_lsff) $> cd vivarium_conic_lsff
(vivarium_conic_lsff) $> pip install -e .

You'll find four directories inside the main src/vivarium_conic_lsff package directory:

  • components

    This directory is for Python modules containing custom components for the vivarium_conic_lsff project. You should work with the engineering staff to help scope out what you need and get them built.

  • external_data

    If you have small scale external data for use in your sim or in your results processing, it can live here. This is almost certainly not the right place for data, so make sure there's not a better place to put it first.

  • model_specifications

    This directory should hold all model specifications and branch files associated with the project.

  • verification_and_validation

    Any post-processing and analysis code or notebooks you write should be stored in this directory.

vivarium_conic_lsff's People

Contributors

collijk avatar

Watchers

James Cloos 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.