pni-lab / PUMI

PUMI: neuroimaging Pipelines Using Modular workflow Integration
https://pumi.readthedocs.io/en/latest/
GNU General Public License v3.0
1 stars 0 forks source link

rpn_signature_timeseries_.py creates unwanted folders in the derivatives folder #147

Closed khoffschlag closed 1 year ago

khoffschlag commented 1 year ago

The derivatives folder should only contain sub-xxx folders and a qc folder

Bildschirmfoto vom 2023-02-17 16-38-24

spisakt commented 1 year ago

Atlas related sub-workflows are not subject specific but representative for the whole pipeline. We need to change the regexp in the decorator so that it puts all @grouppipeline derivatives into a single folder.

e.g. group/atlas-.nii.gz. # swap '_' to '-' to be more bids-like