From 70e1ab7936a3c62e7fbb07a5b0fb295919572be3 Mon Sep 17 00:00:00 2001 From: Anwesha Date: Thu, 29 May 2014 20:10:37 +0200 Subject: [PATCH] Update ReactometoGPML2013.java --- src/org/gk/gpml/ReactometoGPML2013.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/org/gk/gpml/ReactometoGPML2013.java b/src/org/gk/gpml/ReactometoGPML2013.java index a992fe0..00f1e2c 100644 --- a/src/org/gk/gpml/ReactometoGPML2013.java +++ b/src/org/gk/gpml/ReactometoGPML2013.java @@ -525,6 +525,8 @@ private void addReactomePathwayId(GKInstance instance) { /* * Getting components of Reactome Complexes + * @author anwesha + * @author andrawag */ private ArrayList convertComplex(Long rId) throws IOException, ParserConfigurationException, SAXException, @@ -1031,4 +1033,4 @@ private PathwayElement setGraphicsElmAttributes(PathwayElement pwyele, return pwyele; } -} \ No newline at end of file +}