Giter Site home page Giter Site logo

hic-bench-demo's Introduction

Demo HiC-Bench ChIP-Seq Pipeline

designed for use in NYU Langone Medical Center

This demo will walk you through the setup for a ChIP-Seq analysis. See more docs for this pipeline here.

Installation

HiC-Bench

Make sure you've got HiC-Bench installed. This is typically installed in your home directory.

cd
git clone https://github.com/NYU-BFX/hic-bench.git

If you're working on the phoenix server at NYU, make sure you have your data directory linked to Aris's. This contains the reference data needed for the pipeline.

cd hic-bench
ln -s /ifs/home/at570/disk1/Resources/Code/pipeline-master/data data

NOTE: you might have to delete the broken data symlink before you can reset it.

Compile binaries.

cd code/src
make

This should produce various gtools* and tools* binaries in code/bin.

This Demo

Clone this demo repository, and change to its directory

git clone https://github.com/NYU-BFX/hic-bench-demo.git
cd hic-bench-demo

Usage

From within this directory, create a new project (which creates a new directory) for the analysis.

~/hic-bench/code/code.main/pipeline-new-analysis chipseq-standard sample-project

Change to the project directory.

cd sample-project

Set input files.

./code/setup-sample-files.sh ../source_data/

Create sample sheet template from samples, supplying genome version and fragment size.

cd inputs/
./code/create-sample-sheet.tcsh hg19 200

Manually open the inputs/sample-sheet.tsv file (e.g. in Excel, etc.) and match up the Input samples with the experimental samples. Refer to the samplesheet provided with this repository for an example of what it should look like.

Clean up the sample sheet.

mac2unix sample-sheet.tsv
sed -i 's/"//g' sample-sheet.tsv

Run the pipeline.

# need to be in the parent analysis dir
cd ..
code.main/pipeline-execute sample-project [email protected]

Monitor progress.

watch qstat

hic-bench-demo's People

Contributors

stevekm avatar igordot avatar

Stargazers

Arya avatar

Watchers

Aristotelis Tsirigos avatar James Cloos avatar  avatar  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.