Skip to content

Commit

Permalink
Support for PacBio HiFi reads
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Oct 30, 2024
1 parent f5f8edd commit 6977334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DAJIN2/core/preprocess/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def generate_sam(

for path_fasta in paths_fasta:
name_fasta = Path(path_fasta).stem
presets = ["map-ont", "splice", "sr"]
presets = ["map-ont", "map-hifi", "sr"]

path_sam_directory = Path(ARGS.tempdir, name, "sam", name_fasta)
path_sam_directory.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 6977334

Please sign in to comment.