Published December 8, 2023
| Version v1.9.1
Software
Open
cohenlabUNC/clpipe: clpipe 1.9.0
Authors/Creators
- 1. UNC Psychology & Neuroscience
- 2. University of Virginia
- 3. UNC Chapel Hill
- 4. Calgorithms LLC
Description
1.9.1 (Dec 7, 2023)
Enhancements
convert2bids- This command will now detect whether dcm2bids or heudiconv is being used based on the extension type of the conversion config file. dcm2bids is used when a.jsonfile is given, and heudiconv is used when.py. The-heudiconvclpipe- When creating a new project, a.clpipefolder is now created which houses abatch_config.jsonfile. This allows users to easily update batch config defaults without having to create their ownbatch_config.jsonfile. This file is referenced from the users standardclpipe_config.jsonfile. The.clpipefolder will be used in the future to store any additional files that apply to an entire project.clpipe- Stack trace is now hidden again when-debugis not being used, like in older versions of clpipe (< v1.6)postprocess- Indexing / query time slightly improved through use of pattern-based indexing exceptions
Bug Fixes
postprocess- Image scrubbing node now properly persists header informationbids_validate- Fixed issue where SLURM logs did not save to log folder after 1.9preprocess- Fixed issue where SLURM logs did not save to log folder after 1.9
Development
job_manager- IntroducedJobManagerFactoryfor streamlined job manager selection and instantiation to replace the oldBatchManagerwithBatchJobManager`` andLocalJobManager``, enhancing job submission flexibility and configuration options.job_manager- Upgraded job submission mechanism from os.system to subprocess.run for better process handling and output capture, especially when jobs are run locally.
Files
cohenlabUNC/clpipe-v1.9.1.zip
Files
(55.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e0b51cc62558f8099268dbb02efcc367
|
55.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/cohenlabUNC/clpipe/tree/v1.9.1 (URL)