From 4ca8474e5db0e1ef4cddea149b42b5f3ffacc64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sun, 22 Oct 2023 13:50:37 -0400 Subject: [PATCH] ENH: Make scripts have executable permissions Make scripts have executable permissions. --- bin/harden_transform_with_slicer.py | 0 bin/wm_append_diffusion_measures_across_subjects.py | 0 bin/wm_average_tract_measures.py | 0 bin/wm_change_nrrd_dir.py | 0 bin/wm_cluster_from_atlas.py | 0 bin/wm_cluster_remove_outliers.py | 0 bin/wm_cluster_volumetric_measurements.py | 0 bin/wm_create_mrml_file.py | 0 bin/wm_diffusion_measurements.py | 0 bin/wm_harden_transform.py | 0 bin/wm_quality_control_after_clustering.py | 0 bin/wm_remove_data_along_tracts.py | 0 bin/wm_tract_to_volume.py | 0 bin/wm_vtp2vtk.py | 0 utilities/wm_assess_cluster_location.py | 0 utilities/wm_compute_FA_from_DWIs.py | 0 utilities/wm_compute_bundle_feature_population_math.py | 0 utilities/wm_fix_UKF_trace.py | 0 utilities/wm_fix_hemisphere_loc_name_in_tractogram.py | 0 utilities/wm_flatten_length_distribution.py | 0 utilities/wm_query_atlas_bundles_names.py | 0 utilities/wm_statistics.py | 0 utilities/wm_statistics_export_data.py | 0 utilities/wm_transform_polydata.py | 0 24 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/harden_transform_with_slicer.py mode change 100644 => 100755 bin/wm_append_diffusion_measures_across_subjects.py mode change 100644 => 100755 bin/wm_average_tract_measures.py mode change 100644 => 100755 bin/wm_change_nrrd_dir.py mode change 100644 => 100755 bin/wm_cluster_from_atlas.py mode change 100644 => 100755 bin/wm_cluster_remove_outliers.py mode change 100644 => 100755 bin/wm_cluster_volumetric_measurements.py mode change 100644 => 100755 bin/wm_create_mrml_file.py mode change 100644 => 100755 bin/wm_diffusion_measurements.py mode change 100644 => 100755 bin/wm_harden_transform.py mode change 100644 => 100755 bin/wm_quality_control_after_clustering.py mode change 100644 => 100755 bin/wm_remove_data_along_tracts.py mode change 100644 => 100755 bin/wm_tract_to_volume.py mode change 100644 => 100755 bin/wm_vtp2vtk.py mode change 100644 => 100755 utilities/wm_assess_cluster_location.py mode change 100644 => 100755 utilities/wm_compute_FA_from_DWIs.py mode change 100644 => 100755 utilities/wm_compute_bundle_feature_population_math.py mode change 100644 => 100755 utilities/wm_fix_UKF_trace.py mode change 100644 => 100755 utilities/wm_fix_hemisphere_loc_name_in_tractogram.py mode change 100644 => 100755 utilities/wm_flatten_length_distribution.py mode change 100644 => 100755 utilities/wm_query_atlas_bundles_names.py mode change 100644 => 100755 utilities/wm_statistics.py mode change 100644 => 100755 utilities/wm_statistics_export_data.py mode change 100644 => 100755 utilities/wm_transform_polydata.py diff --git a/bin/harden_transform_with_slicer.py b/bin/harden_transform_with_slicer.py old mode 100644 new mode 100755 diff --git a/bin/wm_append_diffusion_measures_across_subjects.py b/bin/wm_append_diffusion_measures_across_subjects.py old mode 100644 new mode 100755 diff --git a/bin/wm_average_tract_measures.py b/bin/wm_average_tract_measures.py old mode 100644 new mode 100755 diff --git a/bin/wm_change_nrrd_dir.py b/bin/wm_change_nrrd_dir.py old mode 100644 new mode 100755 diff --git a/bin/wm_cluster_from_atlas.py b/bin/wm_cluster_from_atlas.py old mode 100644 new mode 100755 diff --git a/bin/wm_cluster_remove_outliers.py b/bin/wm_cluster_remove_outliers.py old mode 100644 new mode 100755 diff --git a/bin/wm_cluster_volumetric_measurements.py b/bin/wm_cluster_volumetric_measurements.py old mode 100644 new mode 100755 diff --git a/bin/wm_create_mrml_file.py b/bin/wm_create_mrml_file.py old mode 100644 new mode 100755 diff --git a/bin/wm_diffusion_measurements.py b/bin/wm_diffusion_measurements.py old mode 100644 new mode 100755 diff --git a/bin/wm_harden_transform.py b/bin/wm_harden_transform.py old mode 100644 new mode 100755 diff --git a/bin/wm_quality_control_after_clustering.py b/bin/wm_quality_control_after_clustering.py old mode 100644 new mode 100755 diff --git a/bin/wm_remove_data_along_tracts.py b/bin/wm_remove_data_along_tracts.py old mode 100644 new mode 100755 diff --git a/bin/wm_tract_to_volume.py b/bin/wm_tract_to_volume.py old mode 100644 new mode 100755 diff --git a/bin/wm_vtp2vtk.py b/bin/wm_vtp2vtk.py old mode 100644 new mode 100755 diff --git a/utilities/wm_assess_cluster_location.py b/utilities/wm_assess_cluster_location.py old mode 100644 new mode 100755 diff --git a/utilities/wm_compute_FA_from_DWIs.py b/utilities/wm_compute_FA_from_DWIs.py old mode 100644 new mode 100755 diff --git a/utilities/wm_compute_bundle_feature_population_math.py b/utilities/wm_compute_bundle_feature_population_math.py old mode 100644 new mode 100755 diff --git a/utilities/wm_fix_UKF_trace.py b/utilities/wm_fix_UKF_trace.py old mode 100644 new mode 100755 diff --git a/utilities/wm_fix_hemisphere_loc_name_in_tractogram.py b/utilities/wm_fix_hemisphere_loc_name_in_tractogram.py old mode 100644 new mode 100755 diff --git a/utilities/wm_flatten_length_distribution.py b/utilities/wm_flatten_length_distribution.py old mode 100644 new mode 100755 diff --git a/utilities/wm_query_atlas_bundles_names.py b/utilities/wm_query_atlas_bundles_names.py old mode 100644 new mode 100755 diff --git a/utilities/wm_statistics.py b/utilities/wm_statistics.py old mode 100644 new mode 100755 diff --git a/utilities/wm_statistics_export_data.py b/utilities/wm_statistics_export_data.py old mode 100644 new mode 100755 diff --git a/utilities/wm_transform_polydata.py b/utilities/wm_transform_polydata.py old mode 100644 new mode 100755