[med-svn] [fast5] 01/05: New upstream version 0.6.4

Afif Elghraoui afif at moszumanska.debian.org
Fri Nov 10 20:58:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository fast5.

commit c9efea8925fc7f4e6872097aade5835ef00396d2
Author: Afif Elghraoui <afif at debian.org>
Date:   Fri Nov 10 15:47:25 2017 -0500

    New upstream version 0.6.4
---
 include/fast5.hpp               | 24 ++++++++++++++++++++++++
 include/fast5/fast5_version.hpp |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/include/fast5.hpp b/include/fast5.hpp
index 9216c43..928dbc6 100644
--- a/include/fast5.hpp
+++ b/include/fast5.hpp
@@ -78,6 +78,8 @@ typedef Attr_Map Tracking_Id_Params;
 
 typedef Attr_Map Sequences_Params;
 
+typedef Attr_Map Context_Tags_Params;
+
 typedef float Raw_Sample;
 typedef int16_t Raw_Int_Sample;
 
@@ -712,6 +714,27 @@ public:
     {
         add_attr_map(tracking_id_path(), tracking_id_params);
     }
+    
+    //
+    // Access /UniqueGlobalKey/context_tags
+    //
+    bool
+    have_context_tags_params() const
+    {
+        return Base::group_exists(context_tags_path());
+    }
+
+    Context_Tags_Params
+    get_context_tags_params() const
+    {
+        return get_attr_map(context_tags_path());
+    }
+
+    void
+    add_context_tags_params(Context_Tags_Params const & context_tags_params) const
+    {
+        add_attr_map(context_tags_path(), context_tags_params);
+    }
 
     //
     // Access /Sequences
@@ -2377,6 +2400,7 @@ private:
     static std::string file_version_path() { return "/file_version"; }
     static std::string channel_id_path()   { return "/UniqueGlobalKey/channel_id"; }
     static std::string tracking_id_path()  { return "/UniqueGlobalKey/tracking_id"; }
+    static std::string context_tags_path()  { return "/UniqueGlobalKey/context_tags"; }
     static std::string sequences_path()    { return "/Sequences/Meta"; }
     static std::string raw_samples_root_path() { return "/Raw/Reads"; }
     static std::string raw_samples_params_path(std::string const & rn)
diff --git a/include/fast5/fast5_version.hpp b/include/fast5/fast5_version.hpp
index 5bb54e1..984c99f 100644
--- a/include/fast5/fast5_version.hpp
+++ b/include/fast5/fast5_version.hpp
@@ -7,7 +7,7 @@ namespace fast5
 namespace
 {
 
-static char const * const version = "0.6.2";
+static char const * const version = "0.6.4";
 
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fast5.git



More information about the debian-med-commit mailing list