Skip to content

Commit

Permalink
update anglerfish command used
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Aug 16, 2024
1 parent 49d11af commit eaf9828
Showing 1 changed file with 2 additions and 0 deletions.
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 eaf9828

Please sign in to comment.