Skip to content

Commit

Permalink
Change back to demux default for B in minimap2
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Jan 18, 2024
1 parent 76e499a commit cba68fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/demux/demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse_cs(cs_string, index, max_distance):
return nts, lev.distance(index.lower(), nts)


def run_minimap2(fastq_in, indexfile, output_paf, threads, minimap_b=4):
def run_minimap2(fastq_in, indexfile, output_paf, threads, minimap_b=1):
"""
Runs Minimap2
"""
Expand Down

0 comments on commit cba68fc

Please sign in to comment.