Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BEA data analysis utils
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
Philipp Niedermayer
BEA data analysis utils
Commits
9074eccd
Commit
9074eccd
authored
2 years ago
by
Philipp Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
Add readme
parent
aebd69f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-0
32 additions, 0 deletions
README.md
with
32 additions
and
0 deletions
README.md
0 → 100644
+
32
−
0
View file @
9074eccd
# Data analysis repo
This repository is a collection of data analysis repos for various shifts and contains the common code for reading and evaluating data.
## Usage
### Clone
```
git clone git@git.gsi.de:p.niedermayer/data-analysis.git
cd data-analysis
git submodule init
git -c http.sslVerify=false submodule update common/bdiolib
```
Then, for every data analysis submodule (folder name xxxx) of interest
```
git submodule update xxxx
```
### Add new data analysis repo
-
Create git repo
-
Add a README to it and initial commit
-
Add submodule locally
```
git submodule add git@git.gsi.de:p.niedermayer/data-analysis-xxxx.git xxxx
git commit -m "Added submodule xxxx"
```
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