• France
  • Joined on 2021-10-18
antux18 pushed to random-puzzles at antux18/ChasseTresorPange 2024-09-01 22:24:49 +02:00
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.
antux18 pushed to random-puzzles at antux18/ChasseTresorPange 2024-09-01 21:42:41 +02:00
4491a5c7ef Erreur de type.
antux18 pushed to random-puzzles at antux18/ChasseTresorPange 2024-09-01 21:05:51 +02:00
cd84b319e7 Nouvelle branche pour le mode énigme aléatoire :
antux18 created branch random-puzzles in antux18/ChasseTresorPange 2024-09-01 15:51:31 +02:00
antux18 pushed to random-puzzles at antux18/ChasseTresorPange 2024-09-01 15:51:31 +02:00
antux18 merged pull request antux18/ChasseTresorPange#1 2024-09-01 15:37:45 +02:00
master
antux18 pushed to jeu-pistes-sarreguemines at antux18/ChasseTresorPange 2024-09-01 15:37:45 +02:00
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.
Compare 10 commits »
antux18 created pull request antux18/ChasseTresorPange#1 2024-09-01 15:37:04 +02:00
master
antux18 pushed to jeu-pistes-sarreguemines at antux18/ChasseTresorPange 2024-09-01 15:35:08 +02:00
antux18 created branch jeu-pistes-sarreguemines in antux18/ChasseTresorPange 2024-09-01 15:35:08 +02:00
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-26 16:29:36 +02:00
d57f8b019e Added some EuroPar 2024 artifacts.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-26 15:12:38 +02:00
348a1adc2c Updated protocol with some details and current state of the workflow.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-26 14:47:30 +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).
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-23 16:20:21 +02:00
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.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-22 19:20:15 +02:00
514e186c3d Updated doc with details on analysis outputs. Moved test scripts to a dedicated directory.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-22 19:00:52 +02:00
0c281e1051 Added missing Python venv to test artifact.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-22 18:41:40 +02:00
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.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-22 18:38:20 +02:00
f2cf7e3498 Handling of the case where no artifact configuration files have been found, or they have all been blacklisted.
antux18 pushed to main at GuilloteauQ/study-docker-repro-longevity 2024-08-22 18:23:09 +02:00
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...
antux18 closed issue GuilloteauQ/study-docker-repro-longevity#44 2024-08-22 18:01:11 +02:00
Integrate analysis and plotting parts to the Snakemake workflow