Skip to content

Commit

Permalink
update tests to reflect dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Dec 10, 2024
1 parent 7dff61e commit 7fdc1c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def create_dirs():
│ └── promethion
├── ngi-internal
│ ├── minknow_reports
│ └── toulligqc_reports
│ └── other_reports
│ └── toulligqc_reports
├── ngi-nas-ns
│ ├── Aviti_data
│ ├── NextSeq_data
Expand Down Expand Up @@ -95,7 +96,7 @@ def create_dirs():

# GenStat
os.makedirs(f"{tmp.name}/ngi-internal/minknow_reports")
os.makedirs(f"{tmp.name}/ngi-internal/toulligqc_reports")
os.makedirs(f"{tmp.name}/ngi-internal/other_reports/toulligqc_reports")

# Misc. ONT dirs/files
os.makedirs(f"{tmp.name}/log")
Expand Down
2 changes: 1 addition & 1 deletion tests/nanopore/test_ONT_run_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def make_ONT_test_config(tmp: tempfile.TemporaryDirectory) -> dict:
anglerfish_samplesheets_dir: {tmp.name}/ngi-nas-ns/samplesheets/anglerfish
anglerfish_path: mock
minknow_reports_dir: {tmp.name}/ngi-internal/minknow_reports/
toulligqc_reports_dir: {tmp.name}/ngi-internal/toulligqc_reports/
toulligqc_reports_dir: {tmp.name}/ngi-internal/other_reports/toulligqc_reports/
toulligqc_executable: toulligqc
rsync_options:
'-Lav': None
Expand Down

0 comments on commit 7fdc1c2

Please sign in to comment.