AkiNikolaidis / PyBASC

Bootstrapped Analysis of Stable Clusters- A semi-automated fMRI individual and group level functional parcellation technique
MIT License
26 stars 3 forks source link

Output folders in --parallelized too long #20

Open AkiNikolaidis opened 5 years ago

AkiNikolaidis commented 5 years ago

I think it would be better to make all the outputs immediately available in the first folder, instead of making them so deeply nested. I realize it's not as flexible a solution. Is there any other way we can keep things organized without such long fodler names?

New- '/group_stability_matrix/_compression_dim_600/_affinity_threshold_0.0/_blocklength_1/_cluster_method_ward/_datasetbootstraps'+bootstrap+'timeseriesbootstraps'+bootstrap+'/_nclusters'+cluster + '/_similarity_metric_correlation/group_stability_matrix.npz'

Old- '/workflow_output/group_stability_matrix/group_stability_matrix.npz'

anibalsolon commented 5 years ago

We can tweak the DataSink to have this organization for both parallelized and non-parallelized.