Andreas Tille pushed to branch upstream at Debian Med / ataqv
Commits:
a034972f by Andreas Tille at 2023-07-03T13:38:31+02:00
New upstream version 1.3.1+ds
- - - - -
3 changed files:
- Makefile
- src/cpp/Metrics.cpp
- src/cpp/Version.hpp
Changes:
=====================================
Makefile
=====================================
@@ -2,7 +2,7 @@
# VARIABLES
#
-VERSION = 1.3.0
+VERSION = 1.3.1
#
# PATHS
=====================================
src/cpp/Metrics.cpp
=====================================
@@ -1025,6 +1025,8 @@ std::map<std::string,std::map<int, unsigned long long
int>> MetricsCollector::ge
metrics_id = read_group_id + "-" + barcode;
} else if (ignore_read_groups &&
is_single_nucleus) {
metrics_id = barcode;
+ } else if (ignore_read_groups &&
!is_single_nucleus) {
+ metrics_id = default_metrics_id;
} else {
metrics_id = read_group_id;
}
=====================================
src/cpp/Version.hpp
=====================================
@@ -4,4 +4,4 @@
// Licensed under Version 3 of the GPL or any later version
//
-#define VERSION "1.3.0"
+#define VERSION "1.3.1"
View it on GitLab:
https://salsa.debian.org/med-team/ataqv/-/commit/a034972fa9ec4721d8ffa10641c015a35fd59085
--
View it on GitLab:
https://salsa.debian.org/med-team/ataqv/-/commit/a034972fa9ec4721d8ffa10641c015a35fd59085
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit