python - Nipype : Matlab node being always re-run in workflow nipype -


i did matlab interfaces using model found here (http://nipype.readthedocs.io/en/latest/devel/matlab_interface_devel.html ). tested both exemples, each time re-runing worflow, matlab nodes re-run. used logger library debug, , appears .json file found in matlab node (here in below exemple, 0x57a0736e4e427b97fa434b340fb27c83.json) different 1 read hash_exist function (here 0x18c00a9aeb0d57636fddf4d54bb5434f.json), concludes logically hash doesn't exist , re-run node.

this output have:

170328-17:09:27,245 workflow info: executing node convertvtk2txt in dir: /users/me/dataandresults/nipype_tests/test_wf_matlab_node/convertvtk2txt 170328-17:09:27,245 workflow debug: ['0x57a0736e4e427b97fa434b340fb27c83.json', 'inputs.pklz', 'node.pklz', 'report', 'parcellations1_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations1_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations2_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations2_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations3_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations3_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations4_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations4_1_merged_59_maths_maths_res_mesh_tri.txt', 'pyscript.m', 'result_convertvtk2txt.pklz'] 170328-17:09:27,246 workflow debug: ['0x57a0736e4e427b97fa434b340fb27c83.json', 'inputs.pklz', 'node.pklz', 'report', 'parcellations1_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations1_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations2_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations2_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations3_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations3_1_merged_59_maths_maths_res_mesh_tri.txt', 'parcellations4_1_merged_59_maths_maths_res_mesh_points.txt', 'parcellations4_1_merged_59_maths_maths_res_mesh_tri.txt', 'pyscript.m', 'result_convertvtk2txt.pklz'] 170328-17:09:27,246 workflow debug: ['/users/me/dataandresults/nipype_tests/test_wf_matlab_node/convertvtk2txt/_0x57a0736e4e427b97fa434b340fb27c83.json'] 170328-17:09:27,246 workflow debug: /users/me/dataandresults/nipype_tests/test_wf_matlab_node/convertvtk2txt/_0x18c00a9aeb0d57636fddf4d54bb5434f.json 170328-17:09:27,246 workflow debug: ('updatehash, overwrite, always_run, hash_exists', false, none, false, false) 170328-17:09:27,246 workflow debug: node hash: 18c00a9aeb0d57636fddf4d54bb5434f 170328-17:09:27,247 workflow debug: rerunning node 

does know how fix issue? or know why other json file red, instead of 1 in folder, done other nodes have?

many help. cheers, c.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -