Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 19, 2024
1 parent 68496f2 commit 37232a2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ sbatch ./slurm/job.rga_sp19_v5.physics.slurm # for physics timelines
- monitor progress with Slurm tools (e.g., `squeue -u $LOGNAME`)
- monitor output logs in `/farm_out/$LOGNAME/` or use `bin/error-print.sh`

#### Details
- data monitoring for detector timelines is handled by the [`monitoring/` subdirectory](monitoring);
see [its documentation](monitoring/README.md)
- data monitoring for physics timelines is handled by the [`qa-physics/` subdirectory](qa-physics);
see [its documentation](qa-physics/README.md)
> [!NOTE]
> - data monitoring for detector timelines is handled by the [`monitoring/` subdirectory](monitoring);
> see [its documentation](monitoring/README.md)
> - data monitoring for physics timelines is handled by the [`qa-physics/` subdirectory](qa-physics);
> see [its documentation](qa-physics/README.md)
### Step 2: Timeline Production and QA

Expand Down Expand Up @@ -100,13 +100,13 @@ bin/run-physics-timelines.sh -d rga_sp19_v5 # for physics timelines
- the dataset name must match that of Step 1, otherwise you need to specify the path to the input files with `-i`


#### Details
- detector timeline production is handled by the [`detectors/` subdirectory](detectors);
see [its documentation](detectors/README.md)
- QA of detector timelines is handled by the [`qa-detectors/` subdirectory](qa-detectors);
see [its documentation](qa-detectors/README.md)
- physics timeline production and QA are handled by the [`qa-physics/` subdirectory](qa-physics);
see [their documentation](qa-physics/README.md)
> [!NOTE]
> - detector timeline production is handled by the [`detectors/` subdirectory](detectors);
> see [its documentation](detectors/README.md)
> - QA of detector timelines is handled by the [`qa-detectors/` subdirectory](qa-detectors);
> see [its documentation](qa-detectors/README.md)
> - physics timeline production and QA are handled by the [`qa-physics/` subdirectory](qa-physics);
> see [their documentation](qa-physics/README.md)
### Step 3: Deployment

Expand Down

0 comments on commit 37232a2

Please sign in to comment.