[med-svn] [Git][med-team/ataqv][upstream] New upstream version 1.3.1+ds

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jul 3 13:44:34 BST 2023



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230703/c086b4e6/attachment-0001.htm>


More information about the debian-med-commit mailing list