Skip to content

Commit

Permalink
Merge pull request #304 from kedhammar/broaden-anglerfish-run-search
Browse files Browse the repository at this point in the history
Broaden anglerfish run search
  • Loading branch information
kedhammar authored Jan 30, 2024
2 parents 5fa16f6 + 625c57c commit 8c2657e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Scilifelab_epps Version Log

## 20240126.1

Discover latest anglerfish run even if embedded in subdir of run dir

## 20240122.1

Enable copy_field_art2samp to copy values from Aggregate QC steps
Expand Down
2 changes: 1 addition & 1 deletion scripts/parse_anglerfish_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def find_latest_flowcell_run(currentStep: Process) -> str:


def find_latest_anglerfish_run(latest_flowcell_run_path: str) -> str:
anglerfish_query = f"{latest_flowcell_run_path}/*anglerfish_run*"
anglerfish_query = f"{latest_flowcell_run_path}/**/anglerfish_run*"
anglerfish_glob = glob.glob(anglerfish_query)

assert (
Expand Down

0 comments on commit 8c2657e

Please sign in to comment.