From c923abf96e7c8b3293eb5816e1ef6e8db6525c39 Mon Sep 17 00:00:00 2001 From: chuan-wang Date: Thu, 1 Feb 2024 19:23:23 +0100 Subject: [PATCH] Fix bugs that changs in PR #404 were reverted in PR #411 --- VERSIONLOG.md | 4 ++++ taca/illumina/Standard_Runs.py | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSIONLOG.md b/VERSIONLOG.md index 5b805399..db7bd602 100644 --- a/VERSIONLOG.md +++ b/VERSIONLOG.md @@ -1,5 +1,9 @@ # TACA Version Log +## 20240201.1 + +Fix bugs that changs in PR #404 were reverted in PR #411 + ## 20240123.1 Exclude pod5 dir and files from being copied to metadata dir. diff --git a/taca/illumina/Standard_Runs.py b/taca/illumina/Standard_Runs.py index 7f051d66..2bfbc46d 100755 --- a/taca/illumina/Standard_Runs.py +++ b/taca/illumina/Standard_Runs.py @@ -21,9 +21,6 @@ class Standard_Run(Run): def __init__(self, run_dir, software, configuration): super().__init__(run_dir, software, configuration) - self._set_sequencer_type() - self._set_run_type() - self._copy_samplesheet() def _set_sequencer_type(self): self.sequencer_type = ""