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
41fa24e2
Commit
41fa24e2
authored
2 years ago
by
Philipp Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
8ec63f45
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-19
6 additions, 19 deletions
README.md
with
6 additions
and
19 deletions
README.md
+
6
−
19
View file @
41fa24e2
# Data analysis
repo
# Data analysis
utils
This repository is a collection of data analysis
repos for various shifts and contains the common code
for reading and evaluating data.
This repository is a collection of data analysis
utils
for reading and evaluating data.
## Usage
## Usage
### Clone
Add it as submodule to you data analysis repository
```
```
git
clone
git@git.gsi.de:p.niedermayer/data-analysis.git
git
submodule add
git@git.gsi.de:p.niedermayer/data-analysis.git
analysis_utils
cd
data-
analysis
cd analysis
_utils
git submodule init
git submodule init
git -c http.sslVerify=false submodule update
common/
bdiolib
git -c http.sslVerify=false submodule update 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