eastgenomics / egg5_dias_CEN_config

MIT License
2 stars 0 forks source link

add athena thresholds #42

Closed chrispyatt closed 1 year ago

chrispyatt commented 1 year ago

adds extra options for athena to match validation for mosaic variant calling

"{}.thresholds".format(athena_stage_id): "100, 250, 500, 1000, 1500",
"{}.cutoff_threshold".format(athena_stage_id): "250",

This change is Reviewable