Code Monkey home page Code Monkey logo

hotpot's Introduction

hotpot

Collection of random helper functions and scripts, mostly for image analysis.

Dependencies

For snakemake pipelines

  1. Install snakemake. See Snakemake's official documentation for details. Please install version 7.32.4 but not 8.0.0 or later, which should still be compatible with the pipelines in this repo but the instructions of how to run the pipelines are different.

  2. Have snakemake create the conda environments for you on a node with internet access.

    snakemake -s {path/to/Snakefile} \
        --use-conda \
        --conda-prefix {path/to/automatically/created/envs} \
        -c1 all_envs
    

    We generally don't use --conda-create-envs-only when we want to install all dependencies ahead of time, independent of if certain rules have become discoverable (e.g., if they are after a checkpoint). But for simpler pipelines without checkpoints and if all_env is not provided, --conda-create-envs-only is a good option. Or, simply let snakemake create the conda environments on the fly if the pipeline is meant to be run entirely on a node with internet access.

hotpot's People

Contributors

yichechang avatar

Stargazers

 avatar

Watchers

 avatar

hotpot's Issues

Bootstrap conda env from file

For individual snakemake pipelines to run independent of pre-exisiting conda environment, I need to include env yaml files.

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.