-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I am launching Lineage-Mapper from terminal (Linux) with a maccro specifying the parameters to be used for tracking with the following command :
ImageJ-linux64 -macro macro/lineage_mapper.ijm "/dir/to/param.txt"
But I realized that Lineage-Mapper ignore these parameters and only use the one saved in prefs.xml file (these are the parameters appearing on the option pannel, when Lineage Mapper is launched from GUI Plugin Menu. It prevents any automatic generation of the param.txt file for batch processing.
Moreover, the prefs.xml file is located in a very strange folder named :
home/.java.userPrefs/_!'w!a@"u!'!}@"n!'!|w"t!'%!c!"w!'`!cg==
Special characters in the folder's name are messing with path definition in following commands.
Thank you so much for your work !