Skip to content

Commit 70e1ab7

Browse files
committed
Update ReactometoGPML2013.java
1 parent ef06845 commit 70e1ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/org/gk/gpml/ReactometoGPML2013.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,8 @@ private void addReactomePathwayId(GKInstance instance) {
525525

526526
/*
527527
* Getting components of Reactome Complexes
528+
* @author anwesha
529+
* @author andrawag
528530
*/
529531
private ArrayList<String> convertComplex(Long rId) throws IOException,
530532
ParserConfigurationException, SAXException,
@@ -1031,4 +1033,4 @@ private PathwayElement setGraphicsElmAttributes(PathwayElement pwyele,
10311033
return pwyele;
10321034
}
10331035

1034-
}
1036+
}

0 commit comments

Comments
 (0)