Skip to content

Commit

Permalink
Merge pull request #45 from KIT-CMS/update_setup_PR
Browse files Browse the repository at this point in the history
General setup overhaul
  • Loading branch information
tvoigtlaender authored Jul 13, 2024
2 parents d934ac4 + 8aa59ae commit 8766bee
Show file tree
Hide file tree
Showing 25 changed files with 251 additions and 937 deletions.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = 1
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
runtime_version = "3.x.x"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ logs/
*.tar.gz
*.txt
miniconda/
miniforge/
quantities_map/
output/
CROWN/
Expand Down
1 change: 0 additions & 1 deletion .gitkeep

This file was deleted.

5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
url = git@github.com:KIT-CMS/KingMaker_sample_database.git
[submodule "sm-htt-analysis"]
path = sm-htt-analysis
url = git@github.com:tvoigtlaender/sm-htt-analysis.git
url = git@github.com:tvoigtlaender/sm-htt-analysis.git
[submodule "kingmaker-images"]
path = kingmaker-images
url = git@github.com:KIT-CMS/kingmaker-images.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ source setup.sh <Analysis Name>
this should setup the environment specified in the luigi.cfg file (located at `lawluigi_configs/<Analysis Name>_luigi.cfg`), which includes all needed packages.
The environment is sourced from the conda instance located at `/cvmfs/etp.kit.edu/LAW_envs/conda_envs/miniconda/` if possible.
If the relevant environment is not available this way, the environment will be set up in a local conda instance.
The environment files are located at `conda_environments/<Analysis Name>_env.cfg`.
The environment files are located at `kingmaker-images/KingMaker_envs/<Analysis Name>_env.cfg`.
In addition other files are installed depending on the analysis.

A list of available analyses can be found in the `setup.sh` script or by running
Expand Down
256 changes: 0 additions & 256 deletions conda_environments/BaseWRoot_env.yml

This file was deleted.

106 changes: 0 additions & 106 deletions conda_environments/KingMaker_env.yml

This file was deleted.

Loading

0 comments on commit 8766bee

Please sign in to comment.