Extend the python mussa interface.
[mussa.git] / alg / seq.hpp
index 467fcaf9eb7ceafdb50bfd7b34ea118c4c824cf0..08abcbbe1dbf1af3441cf77b023c60cbb6ee0f29 100644 (file)
@@ -52,9 +52,11 @@ public:
   
   std::string create_reverse_complement_map() const;
   
-  const std::string rc_map;
 private:
   AlphabetRef alphabet;
+public:
+  const std::string rc_map;
+private:  
   friend class boost::serialization::access;
   template<class Archive>
   void serialize(Archive& ar, const unsigned int /*version*/) {