junifer 0.0.4.dev422__py3-none-any.whl → 0.0.4.dev425__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 CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.4.dev422'
16
- __version_tuple__ = version_tuple = (0, 0, 4, 'dev422')
15
+ __version__ = version = '0.0.4.dev425'
16
+ __version_tuple__ = version_tuple = (0, 0, 4, 'dev425')
@@ -260,11 +260,12 @@ def get_coordinates(
260
260
  std2imgcoord_out_path = element_tempdir / "coordinates_transformed.txt"
261
261
  # Set std2imgcoord command
262
262
  std2imgcoord_cmd = [
263
- "std2imgcoord",
263
+ "cat",
264
+ f"{pretransform_coordinates_path.resolve()}",
265
+ "| std2imgcoord",
264
266
  f"-img {target_data['reference_path'].resolve()}",
265
267
  f"-warp {extra_input['Warp']['path'].resolve()}",
266
- f"{pretransform_coordinates_path.resolve()}",
267
- f"> {std2imgcoord_out_path.resolve()}",
268
+ f"- > {std2imgcoord_out_path.resolve()}",
268
269
  ]
269
270
  # Call std2imgcoord
270
271
  std2imgcoord_cmd_str = " ".join(std2imgcoord_cmd)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: junifer
3
- Version: 0.0.4.dev422
3
+ Version: 0.0.4.dev425
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,5 +1,5 @@
1
1
  junifer/__init__.py,sha256=x1UR2jUcrUdm2HNl-3Qvyi4UUrU6ms5qm2qcmNY7zZk,391
2
- junifer/_version.py,sha256=VbLPpJqcmJrzHXvf0BHgEpdwrb1OfYXv6YQumRhXsiE,428
2
+ junifer/_version.py,sha256=p31cczSx2OSKphtDx6E2KUtMOHSLo8bDd0Eg7yeGf58,428
3
3
  junifer/stats.py,sha256=KUX4jJcLWnlE34coet8EkdFypFd-td4Vtpx5LvlomVs,5879
4
4
  junifer/api/__init__.py,sha256=YILu9M7SC0Ri4CVd90fELH2OnK_gvCYAXCoqBNCFE8E,257
5
5
  junifer/api/cli.py,sha256=xScav2mF-Jr8JjVFt8kaHuLpX5l_jVTaQGPgQL3VNvA,12881
@@ -40,7 +40,7 @@ junifer/configs/juseless/datagrabbers/tests/test_ixi_vbm.py,sha256=8jxpNZelXwpJG
40
40
  junifer/configs/juseless/datagrabbers/tests/test_ucla.py,sha256=e-jdvcZ9B0mka6_573JJU_cGwSaUV54U8X_n0UadtJY,3351
41
41
  junifer/configs/juseless/datagrabbers/tests/test_ukb_vbm.py,sha256=b9hjc1mgO--PSRC3id2EzzfE2yWNsuZ2UI47a6sfGZU,1025
42
42
  junifer/data/__init__.py,sha256=oUjOs8_M6fitNb44izxpXf3su1e4pG_vCdjwVYkjZjQ,550
43
- junifer/data/coordinates.py,sha256=BVpiz9dkwTKwlAnPE8R44dIUD3gCjd9CZBDJHQR9kCY,10957
43
+ junifer/data/coordinates.py,sha256=10bXVy94eZALfqdEbAbHTOuuF0Od9Zn2QbCFjAFSY5M,10980
44
44
  junifer/data/masks.py,sha256=chWSl-vyv5Nsd9GuQzydXPOY3AdhApOJq_42NSKpykQ,16952
45
45
  junifer/data/parcellations.py,sha256=wL8lkAYYvg7NDt160EA8N_xFjK8ZtDwoXYJQHNHwbDU,55805
46
46
  junifer/data/utils.py,sha256=K9quLIoWRmm2QFM8Rdy_5bYsWb_XhL0l5Uq_1Sie0kA,1274
@@ -225,10 +225,10 @@ junifer/utils/fs.py,sha256=Jd9AoV2fIF7pT7KhXsn8T1O1fJ1_SFZgaFuOBAM7DG8,460
225
225
  junifer/utils/logging.py,sha256=4kH8j9X_J2bMdnBJMldVF95C5sURa5UAsLmSgRaD9Ig,9117
226
226
  junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
227
227
  junifer/utils/tests/test_logging.py,sha256=l8oo-AiBV7H6_IzlsNcj__cLeZBUvgIGoaMszD9VaJg,7754
228
- junifer-0.0.4.dev422.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
229
- junifer-0.0.4.dev422.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
230
- junifer-0.0.4.dev422.dist-info/METADATA,sha256=i9W1FfW71F5HsSe3Fd2gKrlUWMV9MY93mVc-P478nL0,7569
231
- junifer-0.0.4.dev422.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
232
- junifer-0.0.4.dev422.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
233
- junifer-0.0.4.dev422.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
234
- junifer-0.0.4.dev422.dist-info/RECORD,,
228
+ junifer-0.0.4.dev425.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
229
+ junifer-0.0.4.dev425.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
230
+ junifer-0.0.4.dev425.dist-info/METADATA,sha256=5u5z14ZMbrIE13ok_UGTzLaL4YQI2CHMOyegn6ifuS4,7569
231
+ junifer-0.0.4.dev425.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
232
+ junifer-0.0.4.dev425.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
233
+ junifer-0.0.4.dev425.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
234
+ junifer-0.0.4.dev425.dist-info/RECORD,,