Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar authored Feb 2, 2024
2 parents fe0f44e + 4617a61 commit 331c79e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 0 additions & 3 deletions taca/illumina/Standard_Runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 331c79e

Please sign in to comment.