Skip to content

Commit

Permalink
Merge branch 'Inria-Empenn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet authored Nov 22, 2023
2 parents c03e9d1 + 5c9fd3e commit fe0d25b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions narps_open/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ def get_missing_group_level_outputs(self):
parser.add_argument('-t', '--team', type=str, required=True,
help='the team ID')
subjects = parser.add_mutually_exclusive_group(required=True)
subjects.add_argument('-r', '--rsubjects', type=str,
help='the number of subjects to be randomly selected')
subjects.add_argument('-s', '--subjects', nargs='+', type=str, action='extend',
help='a list of subjects')
help='a list of subjects to be selected')
subjects.add_argument('-n', '--nsubjects', type=str,
help='the number of subjects to be randomly selected')
help='the number of subjects to be selected')
subjects.add_argument('-r', '--rsubjects', type=str,
help='the number of subjects to be selected randomly')
levels = parser.add_mutually_exclusive_group(required=False)
levels.add_argument('-g', '--group', action='store_true', default=False,
help='run the group level only')
Expand Down

0 comments on commit fe0d25b

Please sign in to comment.