Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [User-reported Bug] --participant_label skips first and last subject #1548

Closed
XinhuiLi opened this issue Jul 24, 2021 · 0 comments
Closed
Labels
bug develop issue on `develop` branch docs good first issue Hacktoberfest https://hacktoberfest.digitalocean.com/ user-reported
Milestone

Comments

@XinhuiLi
Copy link
Collaborator

Describe the bug

  1. When using the docker run argument --participant_label and multiple participants are specified, it will skip the first and the last participant. For example, --participant_label [A B C] will only run subject B.
  2. It currently only takes subject IDs separated by space. If we separate IDs by comma, it will crash.

To Reproduce
Steps to reproduce the behavior:

  1. Add --participant_label [A B C] in docker run command
  2. Run and check output directory

Expected behavior

  1. It should run all subjects specified in --participant_label
  2. It's better to allow the usage of comma or colon to separate subject IDs, and offer an example in user doc.

Screenshots

Versions

  • C-PAC: 1.5 - 1.8.0
  • Container Platform :
    • Docker or Singularity 1.8.0

Additional context

@shnizzedy shnizzedy added the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Sep 30, 2021
@shnizzedy shnizzedy added the develop issue on `develop` branch label Oct 19, 2021
@shnizzedy shnizzedy added this to the 1.8.2 Release milestone Oct 19, 2021
shnizzedy added a commit to shnizzedy/C-PAC that referenced this issue Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug develop issue on `develop` branch docs good first issue Hacktoberfest https://hacktoberfest.digitalocean.com/ user-reported
Projects
None yet
Development

No branches or pull requests

2 participants