We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309cca commit 28ea0b8Copy full SHA for 28ea0b8
1 file changed
src/map/include/map_parameters.hpp
@@ -98,7 +98,7 @@ float confidence_interval = 0.95; // Confidence interval to re
98
float percentage_identity = 0.85; // Percent identity in the mapping step
99
float ANIDiff = 0.0; // Stage 1 ANI diff threshold
100
float ANIDiffConf = 0.999; // ANI diff confidence
101
-std::string VERSION = "3.1.0"; // Version of MashMap
+std::string VERSION = "3.1.1"; // Version of MashMap
102
}
103
104
0 commit comments