Skip to content

Commit

Permalink
removed local base quality parameter in preproc
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jan 16, 2024
1 parent b82dfb9 commit a96cf91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ data:
preproc:
activate: true # whether (=true) or not (=false) to include pre-processing
minlen: 10
qual: 20
slidingwindow:
activate: true
wsize: 3
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/preproc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rule preproc_paired_end:
params:
dapters="",
extra=lambda wildcards: "-u 100 -e {0} -l {1} {2} ".format(
config['preproc']['qual'],
config['basequal'],
config['preproc']['minlen'],
"-3 --cut_tail_window_size {} cut_tail_mean_quality {}".format(
config['preproc']['slidingwindow']['wsize'],
Expand Down

0 comments on commit a96cf91

Please sign in to comment.