Sign inSign up

imbforge/chipseq

By imbforge

Updated almost 11 years ago

ChIP-seq standard pipeline

Image
1

1.1K

imbforge/chipseq repository overview

ChIP-seq standard pipeline. Run with (as root):

docker run --rm -v ${WORKDIR}:${WORKDIR} -w ${WORKDIR} -t imbforge/chipseq:v1 -n ${MAX_PARALLEL_PROCS} ${WORKDIR}/chipseq_v1.2.txt ${WORKDIR}/rawdata/*.fastq.gz

where ${MAX_PARALLEL_PROCS} is the number of tasks to be run in parallel (be careful some tasks already use 4 threads --> defined in the global essential.vars.groovy config file or the module specific config file module.vars.groovy)

To run an interactive shell (the exported filesystems from the host machine can still be mounted with -v):

docker run --rm --entrypoint=/bin/bash -ti imbforge/chipseq:v1 -s

Tag summary

Content type

Image

Digest

sha256:d402293da

Size

569.2 MB

Last updated

about 11 years ago

docker pull imbforge/chipseq