Closed tsalo closed 4 years ago
@tsalo maybe cis_proc
-> build_bids
and cis
-> pull_dicoms
I like pull_dicoms
, but instead of build_bids
what about conversion_workflow
? I think including workflow
in the filenames will make it easier for people to distinguish between what they should run and what it called internally.
cis.py and cis_proc.py should be renamed.
Each module has both a main workflow function and associated CLI. A brief summary of each workflow:
/scratch
into main BIDS dataset in/data
./scratch
into main derivatives folder in/data
./scratch
.NOTE: Neither workflow uses
mriqc.mriqc_group()
at the moment.Based on what each workflow does, what do you think we should rename them to?