You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
</parent>
11
11
12
12
<artifactId>SpermQ_</artifactId>
13
-
<version>0.2.3-SNAPSHOT</version>
13
+
<version>0.2.4-SNAPSHOT</version>
14
14
<groupId>JNH</groupId>
15
15
<description>An ImageJ plugin to analyze the flagellar beat of sperm and sperm steering. Copyright (C) 2017-2020: Jan N. Hansen, Sebastian Rassmann, Jan F. Jikeli, and Dagmar Wachten; research group Biophysical Imaging, Institute of Innate Immunity, Bonn, Germany (http://www.iii.uni-bonn.de/en/wachten_lab/). Funding: DFG priority program SPP 1726 "Microswimmers". This software is part of the following publication: https://www.mdpi.com/2073-4409/8/1/10.</description>
gd.setInsets(10,0,0); gd.addMessage("Output of summary file", constants.BoldTxt);
406
+
gd.setInsets(-3,0,0); gd.addMessage("In the field below you may, if needed, adapt the file path where the file summarizing results for all analyzed images will be stored.", constants.PlTxt);
407
+
gd.setInsets(-3,0,0); gd.addStringField("File path for output of the summary txt-file: ", homePath, 30);
out += " \n " + e.getStackTrace()[err].toString();
1365
+
}
1366
+
progress.notifyMessage("Failed to save the file " + homePath + System.getProperty("file.separator") + "SpermQ_Summary_" + constants.dateName.format(newDate()) + ".txt " + " due to an error:\n" + out, ProgressDialog.ERROR);
1367
+
}
1368
+
1318
1369
System.gc();
1319
1370
done = true;
1320
-
newWaitForUserDialog("All tasks have been processed. A summary file has been saved on the desktop!").show();
1371
+
newWaitForUserDialog("All tasks have been processed. A summary file has been saved at\n" + homePath + "!").show();
0 commit comments