added dependencies

This commit is contained in:
Lucas Frérot 2024-12-27 18:45:42 +01:00
parent 3a7e3d870f
commit 3365403814
No known key found for this signature in database
GPG Key ID: 03B54A50E3FBA7E8
1 changed files with 10 additions and 0 deletions

View File

@ -7,3 +7,13 @@ management](https://git.dalembert.upmc.fr/lfrerot/good_simulation_practices/wiki
lists tenets that must be respected when working with simulation code and lists tenets that must be respected when working with simulation code and
scientific data. This repository provides scripts to help automatically enfore scientific data. This repository provides scripts to help automatically enfore
these tenets (as much as possible). these tenets (as much as possible).
## Dependencies
The script `rtenets` requires:
- bash
- git
- curl (optional, for web-based operations)
- jq (optional, for gitea API calls)
- python (optional, to setup dtool and snakemake)