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
5c716ad4
Commit
5c716ad4
authored
9 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics
parent
459d1a28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/new_project_template.sh
+7
-3
7 additions, 3 deletions
misc/new_project_template.sh
with
7 additions
and
3 deletions
misc/new_project_template.sh
+
7
−
3
View file @
5c716ad4
...
...
@@ -15,14 +15,17 @@ cd /Volumes/${PROJECT_DIR}
## setup data (unison target)
mkdir
data
## setup scripts
## setup scripts
origin git
git init
--bare
.scripts_git_origin
git clone ssh://fileserver/projects/
${
PROJECT_DIR
}
/.scripts_git_origin scripts
## check out the working copy
git clone ssh://fileserver/projects/
${
PROJECT_DIR
}
/.scripts_git_origin scripts
## check out used workfing copy for rnaseq
git
--git-dir
/Volumes/projects/bioinfo/scripts/ngs_tools/dev/.git archive
--format
zip
--output
ngs_tools.zip master
git clone git-srv1:/local/git/bioinformatics .temp_ngs_tools
cd
.temp_ngs_tools
git archive
--format
zip
--output
/full/path/to/ngs_tools.zip master
#############################################
## setup project on cluster
...
...
@@ -47,6 +50,7 @@ ln -s /projects/bioinfo/scripts/ngs_tools/dev ngs_tools
## prepare gitignore to avoid that we commit it again
echo
ngs_tools
>
.gitignore
echo
ngs_tools.zip
>
.gitignore
git add .gitignore
git commit
-m
"started project"
git push origin master
...
...
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