From cdbb2e10246c4bbe410935b2d8d03723b8d3b5d9 Mon Sep 17 00:00:00 2001 From: Anandashankar Anil Date: Wed, 5 Nov 2025 15:49:25 +0100 Subject: [PATCH] Move unused scripts to a separate archived_script dir --- .../DupRateTrends_from_charon.py | 0 Gdrivebackup.sh => archived_scripts/Gdrivebackup.sh | 0 .../compute_production_stats.py | 0 .../compute_undet_index_stats.py | 0 data_to_ftp.py => archived_scripts/data_to_ftp.py | 0 fix_double_flowcell.py => archived_scripts/fix_double_flowcell.py | 0 gdrive_backup.py => archived_scripts/gdrive_backup.py | 0 illumina_support_FC.sh => archived_scripts/illumina_support_FC.sh | 0 .../load_stockholm_dashboard_file.py | 0 .../merge_and_rename_NGI_fastq_files_old-names.py | 0 .../userName2NGIname_finder.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename DupRateTrends_from_charon.py => archived_scripts/DupRateTrends_from_charon.py (100%) rename Gdrivebackup.sh => archived_scripts/Gdrivebackup.sh (100%) rename compute_production_stats.py => archived_scripts/compute_production_stats.py (100%) rename compute_undet_index_stats.py => archived_scripts/compute_undet_index_stats.py (100%) rename data_to_ftp.py => archived_scripts/data_to_ftp.py (100%) rename fix_double_flowcell.py => archived_scripts/fix_double_flowcell.py (100%) rename gdrive_backup.py => archived_scripts/gdrive_backup.py (100%) rename illumina_support_FC.sh => archived_scripts/illumina_support_FC.sh (100%) rename load_stockholm_dashboard_file.py => archived_scripts/load_stockholm_dashboard_file.py (100%) rename merge_and_rename_NGI_fastq_files_old-names.py => archived_scripts/merge_and_rename_NGI_fastq_files_old-names.py (100%) rename userName2NGIname_finder.py => archived_scripts/userName2NGIname_finder.py (100%) diff --git a/DupRateTrends_from_charon.py b/archived_scripts/DupRateTrends_from_charon.py similarity index 100% rename from DupRateTrends_from_charon.py rename to archived_scripts/DupRateTrends_from_charon.py diff --git a/Gdrivebackup.sh b/archived_scripts/Gdrivebackup.sh similarity index 100% rename from Gdrivebackup.sh rename to archived_scripts/Gdrivebackup.sh diff --git a/compute_production_stats.py b/archived_scripts/compute_production_stats.py similarity index 100% rename from compute_production_stats.py rename to archived_scripts/compute_production_stats.py diff --git a/compute_undet_index_stats.py b/archived_scripts/compute_undet_index_stats.py similarity index 100% rename from compute_undet_index_stats.py rename to archived_scripts/compute_undet_index_stats.py diff --git a/data_to_ftp.py b/archived_scripts/data_to_ftp.py similarity index 100% rename from data_to_ftp.py rename to archived_scripts/data_to_ftp.py diff --git a/fix_double_flowcell.py b/archived_scripts/fix_double_flowcell.py similarity index 100% rename from fix_double_flowcell.py rename to archived_scripts/fix_double_flowcell.py diff --git a/gdrive_backup.py b/archived_scripts/gdrive_backup.py similarity index 100% rename from gdrive_backup.py rename to archived_scripts/gdrive_backup.py diff --git a/illumina_support_FC.sh b/archived_scripts/illumina_support_FC.sh similarity index 100% rename from illumina_support_FC.sh rename to archived_scripts/illumina_support_FC.sh diff --git a/load_stockholm_dashboard_file.py b/archived_scripts/load_stockholm_dashboard_file.py similarity index 100% rename from load_stockholm_dashboard_file.py rename to archived_scripts/load_stockholm_dashboard_file.py diff --git a/merge_and_rename_NGI_fastq_files_old-names.py b/archived_scripts/merge_and_rename_NGI_fastq_files_old-names.py similarity index 100% rename from merge_and_rename_NGI_fastq_files_old-names.py rename to archived_scripts/merge_and_rename_NGI_fastq_files_old-names.py diff --git a/userName2NGIname_finder.py b/archived_scripts/userName2NGIname_finder.py similarity index 100% rename from userName2NGIname_finder.py rename to archived_scripts/userName2NGIname_finder.py