Skip to content

Commit

Permalink
aviary: Update --build help message. (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood authored Nov 20, 2024
1 parent f4d51a2 commit af6d306
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aviary/aviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,13 @@ def main():

base_group.add_argument(
'--build',
help='Build conda environments and then exits. Equivalent to \"--snakemake-cmds \'--conda-create-envs-only True \' \"',
help='Build conda environments necessary to run the pipeline, and then exit. Equivalent to "--snakemake-cmds \'--conda-create-envs-only True \' ". Other inputs should be specified as if running normally so that the right set of conda environments is built.',
type=str2bool,
nargs='?',
const=True,
dest='build',
metavar='yes|no',
default='no',
)

base_group.add_argument(
Expand Down

0 comments on commit af6d306

Please sign in to comment.