From 252b4049b3c223e75ec2b90df81096ffc24f0bff Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 14 Jan 2026 11:08:33 +0100 Subject: [PATCH] Rename: align stage numbering with Bitbucket structure --- r_app/{02_ci_extraction.R => 20_ci_extraction.R} | 0 r_app/{02b_convert_ci_rds_to_csv.R => 21_convert_ci_rds_to_csv.R} | 0 ...3_interpolate_growth_model.R => 30_interpolate_growth_model.R} | 0 r_app/{04_mosaic_creation.R => 40_mosaic_creation.R} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename r_app/{02_ci_extraction.R => 20_ci_extraction.R} (100%) rename r_app/{02b_convert_ci_rds_to_csv.R => 21_convert_ci_rds_to_csv.R} (100%) rename r_app/{03_interpolate_growth_model.R => 30_interpolate_growth_model.R} (100%) rename r_app/{04_mosaic_creation.R => 40_mosaic_creation.R} (100%) diff --git a/r_app/02_ci_extraction.R b/r_app/20_ci_extraction.R similarity index 100% rename from r_app/02_ci_extraction.R rename to r_app/20_ci_extraction.R diff --git a/r_app/02b_convert_ci_rds_to_csv.R b/r_app/21_convert_ci_rds_to_csv.R similarity index 100% rename from r_app/02b_convert_ci_rds_to_csv.R rename to r_app/21_convert_ci_rds_to_csv.R diff --git a/r_app/03_interpolate_growth_model.R b/r_app/30_interpolate_growth_model.R similarity index 100% rename from r_app/03_interpolate_growth_model.R rename to r_app/30_interpolate_growth_model.R diff --git a/r_app/04_mosaic_creation.R b/r_app/40_mosaic_creation.R similarity index 100% rename from r_app/04_mosaic_creation.R rename to r_app/40_mosaic_creation.R