Skip to content

Commit

Permalink
Groups make now use of the new SBO term "subsystem". For documentation
Browse files Browse the repository at this point in the history
purposes, an overview html file has been created and the POM file was
slightly updated.
  • Loading branch information
draeger committed Apr 30, 2016
1 parent 917577e commit 152150e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
<!-- Repositories -->
<!-- =================================================================== -->
<repositories>
<repository>
<id>in-project</id>
<name>In project repository</name>
<url>file://${project.basedir}/lib</url>
</repository>
<repository>
<id>in-project</id>
<name>In project repository</name>
<url>file://${project.basedir}/lib</url>
</repository>
</repositories>

<!-- =================================================================== -->
Expand All @@ -82,7 +82,7 @@
<scope>compile</scope>
</dependency>
<dependency>
<!-- mvn install:install-file -Dfile=/path/to/sysbio.jar -DgroupId=de.zbit -DartifactId=SysBio -Dversion=REVISION_NUMBER -Dpackaging=jar -->
<!-- mvn install:install-file -Dfile=./lib/sysbio.jar -DgroupId=de.zbit -DartifactId=SysBio -Dversion=REVISION_NUMBER -Dpackaging=jar -DlocalRepositoryPath=./lib/ && rm ./lib/sysbio.jar -->
<groupId>de.zbit</groupId>
<artifactId>SysBio</artifactId>
<version>1390</version> <!-- SVN revision -->
Expand Down
1 change: 1 addition & 0 deletions src/edu/ucsd/sbrg/bigg/SBMLPolisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ public boolean polish(Reaction r) {
group = groupsModelPlugin.createGroup("g" + (groupsModelPlugin.getGroupCount() + 1));
group.setName(subsystem);
group.setKind(Group.Kind.partonomy);
group.setSBOTerm(633); // subsystem
groupForName.put(subsystem, group);
}
Member member = group.createMember();
Expand Down
9 changes: 9 additions & 0 deletions src/overview.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>

<head>
</head>

<body>
</body>

</html>

0 comments on commit 152150e

Please sign in to comment.