From 624c16a3b1bb2f937bf5892ff47c50c762619583 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Mon, 2 Dec 2024 12:55:51 +0000 Subject: [PATCH] Update permissions --- bin/workflow_glue/__init__.py | 0 bin/workflow_glue/check_bam_headers_in_dir.py | 0 bin/workflow_glue/check_sample_sheet.py | 0 bin/workflow_glue/check_sample_sheet_condition.py | 0 bin/workflow_glue/check_xam_index.py | 0 bin/workflow_glue/configure_igv.py | 0 bin/workflow_glue/de_plots.py | 0 bin/workflow_glue/generate_pychopper_stats.py | 0 bin/workflow_glue/get_max_depth_locus.py | 0 bin/workflow_glue/merge_count_tsvs.py | 0 bin/workflow_glue/parse_gffcompare.py | 0 bin/workflow_glue/reheader_samstream.py | 0 bin/workflow_glue/report.py | 0 bin/workflow_glue/summarise_gff.py | 0 bin/workflow_glue/tests/__init__.py | 0 bin/workflow_glue/tests/conftest.py | 0 bin/workflow_glue/tests/test_check_sample_sheet_condition.py | 0 bin/workflow_glue/util.py | 0 18 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bin/workflow_glue/__init__.py mode change 100755 => 100644 bin/workflow_glue/check_bam_headers_in_dir.py mode change 100755 => 100644 bin/workflow_glue/check_sample_sheet.py mode change 100755 => 100644 bin/workflow_glue/check_sample_sheet_condition.py mode change 100755 => 100644 bin/workflow_glue/check_xam_index.py mode change 100755 => 100644 bin/workflow_glue/configure_igv.py mode change 100755 => 100644 bin/workflow_glue/de_plots.py mode change 100755 => 100644 bin/workflow_glue/generate_pychopper_stats.py mode change 100755 => 100644 bin/workflow_glue/get_max_depth_locus.py mode change 100755 => 100644 bin/workflow_glue/merge_count_tsvs.py mode change 100755 => 100644 bin/workflow_glue/parse_gffcompare.py mode change 100755 => 100644 bin/workflow_glue/reheader_samstream.py mode change 100755 => 100644 bin/workflow_glue/report.py mode change 100755 => 100644 bin/workflow_glue/summarise_gff.py mode change 100755 => 100644 bin/workflow_glue/tests/__init__.py mode change 100755 => 100644 bin/workflow_glue/tests/conftest.py mode change 100755 => 100644 bin/workflow_glue/tests/test_check_sample_sheet_condition.py mode change 100755 => 100644 bin/workflow_glue/util.py diff --git a/bin/workflow_glue/__init__.py b/bin/workflow_glue/__init__.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/check_bam_headers_in_dir.py b/bin/workflow_glue/check_bam_headers_in_dir.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/check_sample_sheet.py b/bin/workflow_glue/check_sample_sheet.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/check_sample_sheet_condition.py b/bin/workflow_glue/check_sample_sheet_condition.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/check_xam_index.py b/bin/workflow_glue/check_xam_index.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/configure_igv.py b/bin/workflow_glue/configure_igv.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/de_plots.py b/bin/workflow_glue/de_plots.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/generate_pychopper_stats.py b/bin/workflow_glue/generate_pychopper_stats.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/get_max_depth_locus.py b/bin/workflow_glue/get_max_depth_locus.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/merge_count_tsvs.py b/bin/workflow_glue/merge_count_tsvs.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/parse_gffcompare.py b/bin/workflow_glue/parse_gffcompare.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/reheader_samstream.py b/bin/workflow_glue/reheader_samstream.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/report.py b/bin/workflow_glue/report.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/summarise_gff.py b/bin/workflow_glue/summarise_gff.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/tests/__init__.py b/bin/workflow_glue/tests/__init__.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/tests/conftest.py b/bin/workflow_glue/tests/conftest.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/tests/test_check_sample_sheet_condition.py b/bin/workflow_glue/tests/test_check_sample_sheet_condition.py old mode 100755 new mode 100644 diff --git a/bin/workflow_glue/util.py b/bin/workflow_glue/util.py old mode 100755 new mode 100644