Giter VIP home page Giter VIP logo

debary-omics's Introduction

debary-omics

Analysis of omics data for Debaryomyces hansenii. Code for generating most figures of the companion publication:

Navarrete, C., Sánchez, B. J., Savickas, S., & Martínez, J. L. (2021). DebaryOmics: an integrative–omics study to understand the halophilic behaviour of Debaryomyces hansenii. Microbial Biotechnology.

Requirements

Installation

  • Create an anaconda environment called debary-omics, with Jupyter Notebook installed in it.
  • Clone locally this repository.
  • From an anaconda terminal, cd to this repository's root and then do:
    conda activate debary-omics  # activates the new environment
    pip install -r requirements.txt     # installs all dependencies
    type nul > .env                     # creates a .env file for storing passwords
    jupyter notebook                    # runs the jupyter notebook engine

Repository Structure

|- code/            # all programmatic code relating to the project
|  +- templates/    # scripts for generating template files
|
|- data/            # all data from the study
|  |- raw_internal/ # raw data generated in-lab or by collaborators, will not be altered
|  |- raw_external/ # data from third-party sources, databases etc, will not be altered
|  |- intermediate/ # intermediate data on its way from raw to final
|  +- final/        # final data for figures/visualizations
|
|- doc/             # documentation for the study and other explanatory material
|
|- results          # all output from workflows and analyses
|  |- figures/      # graphs, likely designated for manuscript figures
|  +- pictures/     # diagrams, images, and other non-graph graphics
|
|- .env             # file to store passwords and usernames needed for the scripts. This
|                     will not get synced to GitHub.
|- .gitignore       # files that will not sync to Github
|- LICENSE          # license
|- README.md        # the top level description of content
|- requirements.txt # the requirements file for reproducing the analysis environment,
|                     e.g. generated with `pip freeze > requirements.txt`
+- to-dos.md        # pending things that are yet to be done

Navigate to each folder's README.md to learn more about the corresponding section.

Acknowledgments

The initial file and directory structure of this project was developed by a group of participants in the Reproducible Science Curriculum Workshop, held at NESCent in December 2014. The structure is based on, and heavily follows the one proposed by Noble 2009, with a few but small modifications. The original repository has been modified by Martin Engqvist and the one presented here differs in some ways.

debary-omics's People

Contributors

benjasanchez avatar

Watchers

 avatar  avatar

debary-omics's Issues

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.