Skip to content

Commit

Permalink
Merge pull request SciLifeLab#431 from kedhammar/master
Browse files Browse the repository at this point in the history
update anglerfish command used
  • Loading branch information
kedhammar authored Sep 2, 2024
2 parents 49d11af + 12d13ed commit c08d3f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

## 20240816.1

Update command used to run Anglerfish.

## 20240705.1

Add section header in samplesheet for run folder transfer
Expand Down
2 changes: 2 additions & 0 deletions taca/nanopore/ONT_run_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,12 @@ def run_anglerfish(self):

anglerfish_command = [
self.anglerfish_path,
"run",
f"--samplesheet {self.anglerfish_samplesheet}",
f"--out_fastq {self.run_abspath}",
f"--run_name {anglerfish_run_name}",
f"--threads {n_threads}",
"--max_distance 1",
"--lenient",
"--skip_demux",
]
Expand Down

0 comments on commit c08d3f3

Please sign in to comment.