Skip to content
Snippets Groups Projects
Commit 99561f5c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-xls-readme' into 'dev'

F xls readme

See merge request caosdb/caosdb-advanced-user-tools!62
parents 61448a56 8a5cb5c9
No related branches found
No related tags found
1 merge request!22Release 0.3
Showing
with 56 additions and 26 deletions
......@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
output
- New class for collecting information for exporting tables, e.g., to
metadata repositories
- new name parsing
- new test for software folder structure
- new assure_name_is function
### Changed ###
......
......@@ -33,7 +33,7 @@ from caosadvancedtools.cfood import fileguide
from caosadvancedtools.crawler import FileCrawler
from caosadvancedtools.guard import INSERT, UPDATE
from scifolder import (AnalysisCFood, ExperimentCFood, ProjectCFood,
PublicationCFood, SimulationCFood)
PublicationCFood, SimulationCFood, SoftwareCFood)
try:
from sss_helper import get_argument_parser, print_success
......@@ -87,7 +87,7 @@ if __name__ == "__main__":
c = FileCrawler(files=files, use_cache=True,
interactive=False, hideKnown=False,
cfood_types=[ProjectCFood,
ExperimentCFood, AnalysisCFood,
ExperimentCFood, AnalysisCFood, SoftwareCFood,
PublicationCFood, SimulationCFood,
])
......
---
responsible:
- First Person
description: A description of an example analysis.
results:
- file: "images/*.png"
description: an example reference to a results file
sources:
- file: /ExperimentalData/2010_TestProject/2019-02-03_something/
description: an example reference to an experiment
revisionOf:
- ../2019-02-03
scripts:
- analyse.py
tags:
- collagen
- time sweep
- frequency sweep
...
File added
File added
sdkflj2435j4'4rg
sldfkjsldfjk
---
responsible: Responsible, Only
description: A description of this example analysis.
sources:
- file: "/ExperimentalData/2010_TestProject/2019-02-03/*.dat"
description: an example reference to a results file
sourceCode:
- file: plot.py
description: a plotting script
binaries:
- file: example.deb
description: the binary file
...
binary file
---
responsible:
- Only Responsible MPI DS
description: A description of this example analysis.
sources:
- file: "/ExperimentalData/2010_TestProject/2019-02-03/*.dat"
description: an example reference to a results file
sourceCode:
- file: plot.py
description: a plotting script
- file: calc.py
description: a calc script
...
File added
kdjf
---
responsible:
- Some Responsible
- Responsible, No, MPI DS
description: A description of this example analysis.
sources:
- file: "/ExperimentalData/2010_TestProject/2019-02-03/*.dat"
description: an example reference to a results file
sourceCode: plot.py
binaries:
- file: example.deb
description: the binary file
...
binary file
......@@ -5,5 +5,6 @@ python3 -m caosadvancedtools.loadFiles /opt/caosdb/mnt/extroot/ExperimentalData
python3 -m caosadvancedtools.loadFiles /opt/caosdb/mnt/extroot/DataAnalysis
python3 -m caosadvancedtools.loadFiles /opt/caosdb/mnt/extroot/SimulationData
python3 -m caosadvancedtools.loadFiles /opt/caosdb/mnt/extroot/Publications
python3 -m caosadvancedtools.loadFiles /opt/caosdb/mnt/extroot/Software
python3 insert_model.py
python3 crawl.py /
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