Go to file
Lucas Frérot 038424b526
added gitea methods to setup remote repo
2024-12-30 18:17:22 +01:00
AUTHORS adding authors file and licence creation 2024-12-27 18:41:18 +01:00
COPYING added licence 2024-12-27 11:46:45 +01:00
README.md added dependencies 2024-12-27 18:45:42 +01:00
rtenets added gitea methods to setup remote repo 2024-12-30 18:17:22 +01:00

README.md

READ FIRST: Good simulation practices wiki

Data and code tenets helper

Principles of code and data management, lists tenets that must be respected when working with simulation code and scientific data. This repository provides scripts to help automatically enfore 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)