originally ran into a problem while copy pasting the proposed by error option:
❯ datalad containers-run -n bids-bidsonym . participant --participant_label 0001
[INFO ] Making sure inputs are available (this may take some time)
[INFO ] == Command start (output follows) =====
Traceback (most recent call last):
File "/opt/miniconda-latest/envs/bidsonym/bin/bidsonym", line 33, in <module>
sys.exit(load_entry_point('bidsonym', 'console_scripts', 'bidsonym')())
File "/home/bm/bidsonym/run_deeid.py", line 77, in run_deeid
raise Exception("For post defacing quality it is required to run a form of brainextraction"
Exception: For post defacing quality it is required to run a form of brainextractionon the non-deindentified data. Thus please either indicate bet(--brainextration bet) or nobrainer (--brainextraction nobrainer).
[INFO ] == Command exit (modification check follows) =====
run(error): /home/yoh/datasets/1076_spacetop (dataset) [./code/containers/scripts/singularity_cm...]
action summary:
get (notneeded: 2)
run (error: 1)
❯ datalad containers-run -n bids-bidsonym . participant --participant_label 0001 --brainextration bet
[INFO ] Making sure inputs are available (this may take some time)
[INFO ] == Command start (output follows) =====
usage: bidsonym [-h]
[--participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]]
[--deid {pydeface,mri_deface,quickshear,mridefacer,deepdefacer}]
[--deface_t2w] [--check_meta CHECK_META [CHECK_META ...]]
[--del_meta DEL_META [DEL_META ...]]
[--brainextraction {bet,nobrainer}] [--bet_frac BET_FRAC]
[--skip_bids_validation] [-v]
bids_dir {participant,group}
bidsonym: error: unrecognized arguments: --brainextration bet
originally ran into a problem while copy pasting the proposed by error option:
hence came to my regular codespell rampage