diff --git a/VERSIONLOG.md b/VERSIONLOG.md index dc792f74..ecadad67 100644 --- a/VERSIONLOG.md +++ b/VERSIONLOG.md @@ -1,9 +1,13 @@ # TACA Version Log -## 20240201.1 +## 20240202.1 Use abspath for Anglerfish stderr path, make it possible to instantiate ONT run w/o specifying the type, add more info to the ONT db update subcommand. +## 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 = ""