-
Notifications
You must be signed in to change notification settings - Fork 1
Config files readjust #40
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
Conversation
|
this is already a great improvement!
|
|
|
|
maybe one more thing, should we have a metadata section (title, description, license, other metdata for BIDS?), and a dataverse-specific (e.g. subject, doi (why pid actually?)) section? |
|
|
|
Sounds good to me. So we then change all the |
|
project_-stim_root = project_other_root? |
|
| - Removes the uncompressed folder. | ||
|
|
||
| There is a flag in the `lslautobids run` command called `--redo_stim_pc` which when specified, forces overwriting of existing stimulus and experiment files in the BIDS dataset. This is useful if there are updates or corrections to the stimulus/behavioral data that need to be reflected in the BIDS dataset. | ||
| There is a flag in the `lslautobids run` command called `--redo_other_pc` which when specified, forces overwriting of existing other and experiment files in the BIDS dataset. This is useful if there are updates or corrections to the other/behavioral data that need to be reflected in the BIDS dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
potentially rename this to redo_other_folder? Doesnt need to be on another PC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
|
if this is true, do we even need both? |
Now it is like if otherFilesUsed is True only then the expected files and experiment files are checked for upload if not then the fields of expectedotherfiles etc are ignored. |
This PR is for re-adjusting and refactoring the config file (project_config.toml). You can check this file directly https://github.com/s-ccs/LSLAutoBIDS/blob/b2f60575cbd49b75942bd2a4d758c8cef867d418/lslautobids/gen_project_config.py - Last commit to check if the fieldnames and comments are descriptive.