Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngs_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioinfo
ngs_tools
Commits
a24976c7
Commit
a24976c7
authored
10 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
added chipseq skeleton
parent
71e76aa0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chipseq_workflow/README.md
+4
-0
4 additions, 0 deletions
chipseq_workflow/README.md
dge_workflow/README.md
+7
-2
7 additions, 2 deletions
dge_workflow/README.md
with
11 additions
and
2 deletions
chipseq_workflow/README.md
0 → 100644
+
4
−
0
View file @
a24976c7
# ChIP-Seq Workflow
tbd
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dge_workflow/README.md
+
7
−
2
View file @
a24976c7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment