Block a user
806271e6b2
Si on arrive sur l'énigme bonus alors qu'elle n'est pas encore débloquée, une autre énigme est choisie au hasard.
bd8275f7ae
Merge pull request 'master' (#1) from Antux/JeuPistesSarreguemines:master into jeu-pistes-sarreguemines
6e063e4ce1
Modif gitignore.
2de91ad8a3
Corrections traductions.
d0a515df65
Ajout d'un bouton suivant et précédent pour les énigmes.
f655529f31
Suppression echo inutile + modif bdd.
antux18
created branch jeu-pistes-sarreguemines in antux18/ChasseTresorPange
2024-09-01 15:35:08 +02:00
9c6ce2d150
Since analysis and aggregation rules had directories in their input, Snakemake complained because of these missing directories, even if he was supposed to create them. So I removed the directories from the inputs of the rules, and used global variables instead (and for some, just wrote the directory path directly in the shell command).
97447e59a1
The results of the get_analysis_dates function being used as inputs in some Snakemake rules, this causes Snakemake to overwrite older analysis, probably because the files used to generate these older analysis have been modified. To avoid overwriting older analysis, we only specify today's analysis in the input, and use a bash wrapper script to both fetch the older analysis by itself (by giving it the folder where to look), and run the analysis with the fetched files. So I removed get_analysis_dates and replaced it with the wrapper script every time it was used.
514e186c3d
Updated doc with details on analysis outputs. Moved test scripts to a dedicated directory.
be05d8d70a
Deleted the Git package from the configuration file of the test artifact, because it is a Git repo that is generated when the container is being built, so version number will always change.
f2cf7e3498
Handling of the case where no artifact configuration files have been found, or they have all been blacklisted.
b8212061fd
The date of the day is now always added to the output of get_analysis_dates, because we obviously want to generate the analysis of the day, even if there are older analysis in the folder already...
Integrate analysis and plotting parts to the Snakemake workflow