Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TACA Version Log

## 20251008.1

Remove return as code was unreachable

## 20251007.2

Skip check for pod5/fast5 files
Expand Down
2 changes: 1 addition & 1 deletion taca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Main TACA module"""

__version__ = "1.6.7"
__version__ = "1.6.8"
1 change: 0 additions & 1 deletion taca/analysis/analysis_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def _process(run_to_process):
f"It is available at https://genomics-status.scilifelab.se/flowcells_element/{run.NGI_run_id}"
)
send_mail(email_subject, email_message, CONFIG["mail"]["recipients"])
return

#### Transfer status ####
transfer_status = run.get_transfer_status()
Expand Down