-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,13 @@ git clone [email protected]:alefisico/coffea4bees.git | |
cd coffea4bes/python/ | ||
git clone [email protected]:alefisico/bbWW.git | ||
``` | ||
Then create the conda environment, using the `environment.yml` file in `coffea4bees/`: | ||
``` | ||
cd coffea4bees/ ### if you are not there | ||
conda create env --file=environment.yml | ||
``` | ||
|
||
|
||
Then dont forget to set your environment everytime you want to run something: | ||
``` | ||
conda activate coffea4bees | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python runner.py -o bbWW_v0.coffea -p bbWW/processors/processor_bbWW.py -m bbWW/metadata/bbWW.yml -op bbWW/hists/ -y UL16_preVFP -d GluGluToHHTo2B2VLNu2J TTToSemiLeptonic -t | ||
python runner.py -o bbWW_v0.coffea -p bbWW/processors/processor_bbWW.py -c bbWW/metadata/bbWW.yml -m bbWW/metadata/bbWW.yml -op bbWW/hists/ -y UL16_preVFP -d GluGluToHHTo2B2VLNu2J TTToSemiLeptonic -t |