Skip to content
Snippets Groups Projects
Commit a24976c7 authored by Holger Brandl's avatar Holger Brandl
Browse files

added chipseq skeleton

parent 71e76aa0
No related branches found
No related tags found
No related merge requests found
# ChIP-Seq Workflow
tbd
\ No newline at end of file
......@@ -5,10 +5,15 @@ git checkout-index -a -f --prefix=/destination/path/
## How to use install it?
export the directory from git into your project
git archive --format=tar --remote=git-srv1:/local/git/bioinformatics master /dge_workflow | tar -xf -
git archive --format=tar --remote=git-srv1:/local/git/bioinformatics master dge_workflow/ | tar -xf -
http://stackoverflow.com/questions/160608/do-a-git-export-like-svn-export
git checkout-index -a -f --prefix=/dge_workflow/
cd /somewhere
git init
git remote add origin git-srv1:/local/git/bioinformatics
git config core.sparsecheckout true
echo "dge_workflow/" >> .git/info/sparse-checkout
git pull origin master
or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment