junifer 0.0.7.dev174__py3-none-any.whl → 0.0.7.dev180__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- junifer/_version.py +2 -2
- junifer/pipeline/utils.py +3 -1
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/METADATA +1 -1
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/RECORD +9 -9
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/WHEEL +0 -0
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/licenses/AUTHORS.rst +0 -0
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/licenses/LICENSE.md +0 -0
- {junifer-0.0.7.dev174.dist-info → junifer-0.0.7.dev180.dist-info}/top_level.txt +0 -0
junifer/_version.py
CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.0.7.
|
32
|
-
__version_tuple__ = version_tuple = (0, 0, 7, '
|
31
|
+
__version__ = version = '0.0.7.dev180'
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 7, 'dev180')
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
junifer/pipeline/utils.py
CHANGED
@@ -155,7 +155,9 @@ def _check_fsl(commands: Optional[list[str]] = None) -> bool:
|
|
155
155
|
shell=True, # is unsafe but kept for resolution via PATH
|
156
156
|
check=False,
|
157
157
|
)
|
158
|
-
fsl_found =
|
158
|
+
fsl_found = (
|
159
|
+
completed_process.returncode == 1 or completed_process.returncode == 0
|
160
|
+
)
|
159
161
|
|
160
162
|
# Check for specific commands
|
161
163
|
if fsl_found and commands is not None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.7.
|
3
|
+
Version: 0.0.7.dev180
|
4
4
|
Summary: JUelich NeuroImaging FEature extractoR
|
5
5
|
Author-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
Maintainer-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
junifer/__init__.py,sha256=2McgH1yNue6Z1V26-uN_mfMjbTcx4CLhym-DMBl5xA4,266
|
2
2
|
junifer/__init__.pyi,sha256=SsTvgq2Dod6UqJN96GH1lCphH6hJQQurEJHGNhHjGUI,508
|
3
|
-
junifer/_version.py,sha256=
|
3
|
+
junifer/_version.py,sha256=dj1MktaipEY2Y_IL37RIEHGuG_Rv9TCMj-W3GJEGl24,721
|
4
4
|
junifer/conftest.py,sha256=qnumYhFkwHBPrzvhPFOFHBp22x5zU0JfVBDOWjidlGo,1583
|
5
5
|
junifer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
junifer/stats.py,sha256=e9aaagMGtgpRfW3Wdpz9ocpnYld1IWylCDcjFUgX9Mk,6225
|
@@ -265,7 +265,7 @@ junifer/pipeline/pipeline_component_registry.py,sha256=N80XfOZB33tscuqUlrri0r8sM
|
|
265
265
|
junifer/pipeline/pipeline_step_mixin.py,sha256=oXfJh27yifHs1V3V_tMPCanRiHX1ggOVIbHTvMzq3cY,7853
|
266
266
|
junifer/pipeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
267
267
|
junifer/pipeline/update_meta_mixin.py,sha256=yzGCx8AUbc9mMnWKRu4qaIXTBBSIxtNlGH5zIQIUvzM,1812
|
268
|
-
junifer/pipeline/utils.py,sha256=
|
268
|
+
junifer/pipeline/utils.py,sha256=BqN_ZdPRzRKNxaVpEiYfabKPXa76F_U1xI1kReEzbZA,10338
|
269
269
|
junifer/pipeline/workdir_manager.py,sha256=L9_roiBW1IgCSPVuFhCouGcH2PCLFetk4OKhHIu6bNA,8605
|
270
270
|
junifer/pipeline/tests/test_data_object_dumper.py,sha256=ONn3J21Un5SrJqZWXDHpf-3jeHUxdcSCUbY6I2ABMCk,6252
|
271
271
|
junifer/pipeline/tests/test_marker_collection.py,sha256=FwxJvjYQ3mh_e3uFZSlOnuGu0EIx4L-Niqt4UOKU6YM,6968
|
@@ -344,10 +344,10 @@ junifer/utils/tests/test_config.py,sha256=7ltIXuwb_W4Mv_1dxQWyiyM10XgUAfsWKV6D_i
|
|
344
344
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
345
345
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
346
346
|
junifer/utils/tests/test_logging.py,sha256=W4tFKmaf8_CxnWZ-o_-XxM7DQbhGG18RsLZJk8bZelI,8163
|
347
|
-
junifer-0.0.7.
|
348
|
-
junifer-0.0.7.
|
349
|
-
junifer-0.0.7.
|
350
|
-
junifer-0.0.7.
|
351
|
-
junifer-0.0.7.
|
352
|
-
junifer-0.0.7.
|
353
|
-
junifer-0.0.7.
|
347
|
+
junifer-0.0.7.dev180.dist-info/licenses/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
348
|
+
junifer-0.0.7.dev180.dist-info/licenses/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
349
|
+
junifer-0.0.7.dev180.dist-info/METADATA,sha256=YajnpT-9crLtqScZW7iykZfeCRGXlocjtgHU_ZAASXg,8396
|
350
|
+
junifer-0.0.7.dev180.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
351
|
+
junifer-0.0.7.dev180.dist-info/entry_points.txt,sha256=6O8ru0BP-SP7YMUZiizFNoaZ2HvJpadO2G7nKk4PwjI,48
|
352
|
+
junifer-0.0.7.dev180.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
353
|
+
junifer-0.0.7.dev180.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|