File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,18 +622,19 @@ def sequenom_genotype_updates(
622622
623623def _add_mlwh_cache_arguments (parser : argparse .ArgumentParser ):
624624 parser .add_argument (
625- "--mlwh-cache" ,
626- "--mlwh_cache" ,
627- help = "Path to a SQLite cache used to filter Sample/Study updates by content." ,
628- type = str ,
625+ "--mlwh-cache" ,
626+ "--mlwh_cache" ,
627+ help = "Path to a SQLite cache used to filter Sample/Study updates by content." ,
628+ type = str ,
629629 )
630630 parser .add_argument (
631- "--prime-mlwh-cache" ,
632- "--prime_mlwh_cache" ,
633- help = "Prime the MLWH cache with all Sample/Study rows before filtering." ,
634- action = "store_true" ,
631+ "--prime-mlwh-cache" ,
632+ "--prime_mlwh_cache" ,
633+ help = "Prime the MLWH cache with all Sample/Study rows before filtering." ,
634+ action = "store_true" ,
635635 )
636636
637+
637638def _load_mlwh_change_ids (
638639 sess : Session ,
639640 since : datetime ,
You can’t perform that action at this time.
0 commit comments