GithubHelp home page GithubHelp logo

brianchirn / bhattlab_workflows Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bhattlab/bhattlab_workflows

0.0 0.0 0.0 431 KB

Computational workflows for metagenomics tasks, by the Bhatt lab

Home Page: http://www.bhattlab.com

Python 69.63% R 23.81% Shell 1.98% Nextflow 3.82% Dockerfile 0.75%

bhattlab_workflows's Introduction

Bhattlab workflows

Computational workflows for metagenomics tasks, packaged with Snakemake, Singularity and Conda.

Table of contents

  1. Setup
  2. Running a workflow
  3. Available workflows

Quickstart

If you're in the Bhatt lab and working on SCG, this command is an example of how to run the workflows. Other users will need to change these options (see Running a workflow)

snakemake --configfile config_preprocessing.yaml \
--snakefile ~/projects/bhattlab_workflows/preprocessing/preprocessing.snakefile \
--profile scg --jobs 100 --use-singularity \
--singularity-args '--bind /labs/,/oak/,/home/'

Important after running the preprocessing or assembly pipelines, run the cleanup rule in the snakefile. This will delete all the unnecessary files and save us space on SCG!

snakemake cleanup -s PATH/TO/SNAKEFILE --configfile YOUR_CONFIGFILE.yaml

You can also remove the .snakemake folder, which only contains metadata and cache from the run.

rm -rf .snakemake 

bhattlab_workflows's People

Contributors

bsiranosian avatar elimoss avatar jribado avatar cosnicolaou avatar navajain avatar bfremin avatar sevance 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.