Skip to content

Commit

Permalink
Make --popt-dfe required for StatDFE
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Feb 26, 2025
1 parent 04d923d commit ec6e179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dadi_cli/parsers/stat_dfe_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def add_stat_dfe_parsers(subparsers: argparse.ArgumentParser) -> None:
parser.add_argument(
"--dfe-popt",
type=existed_file,
required=True,
dest="dfe_popt",
help="File containing the bestfit DFE parameters, generated by `dadi-cli BestFit`.",
)
Expand Down

0 comments on commit ec6e179

Please sign in to comment.