From 19c9c39756c61eff449d42b93f835d9dbb8c196f Mon Sep 17 00:00:00 2001 From: kjvdheide Date: Tue, 14 Nov 2017 17:15:54 +0000 Subject: [PATCH] JAL-2805 added getters for hashmaps filled with associated seqs/nodes --- src/jalview/ext/archaeopteryx/AptxNodeAssociation.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java index d5262c5..b1dc106 100644 --- a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java +++ b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java @@ -76,6 +76,17 @@ public class AptxNodeAssociation } } + + public Map getAlignmentWithNodes() + { + return alignmentWithNodes; + } + + public Map getNodesWithAlignment() + { + return nodesWithAlignment; + } + // { // SequenceIdMatcher algnIds = new SequenceIdMatcher(seqs); // -- 1.7.10.2