Skip to content

Commit

Permalink
Merge pull request #54 from nkongenelly/DEVELOP-732_use_closest_read_…
Browse files Browse the repository at this point in the history
…length

DEVELOP:732:Use closest read length when fetching QC thresholds
  • Loading branch information
nkongenelly authored Mar 4, 2024
2 parents 57b18a9 + ef6461e commit d1e39f9
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 d1e39f9

Please sign in to comment.