Skip to content

Commit

Permalink
DEVELOP:732:Use closest read length when fetching QC thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
nkongenelly committed Feb 22, 2024
1 parent 8afdd01 commit ef6461e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/get_qc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def convert_to_dict(checkqc_config):
both_read_lengths = run_type_recognizer.read_length()
read_length = int(both_read_lengths.split("-")[0])
checkqc_config = config.get_handler_configs(
instrument_and_reagent_version, read_length
instrument_and_reagent_version, read_length,
use_closest_read_length=True
)
checkqc_config_dict = convert_to_dict(checkqc_config)
multiqc_config = convert_to_multiqc_config(checkqc_config_dict)
Expand Down

0 comments on commit ef6461e

Please sign in to comment.