Published December 8, 2023
| Version v1.9.1
Software
Open
cohenlabUNC/clpipe: clpipe 1.9.0
- 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.json
file is given, and heudiconv is used when.py
. The-heudiconv
clpipe
- When creating a new project, a.clpipe
folder is now created which houses abatch_config.json
file. This allows users to easily update batch config defaults without having to create their ownbatch_config.json
file. This file is referenced from the users standardclpipe_config.json
file. The.clpipe
folder 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-debug
is 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
- IntroducedJobManagerFactory
for streamlined job manager selection and instantiation to replace the oldBatchManager
withBatchJobManager`` and
LocalJobManager``, 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)