Skip to content

Commit

Permalink
Merge pull request #286 from SynBioDex/synbio-suite-Apr24
Browse files Browse the repository at this point in the history
remember last repository and collection
  • Loading branch information
cjmyers authored Jun 29, 2024
2 parents 2451c5b + e8f8998 commit d8fb232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions SBOLCanvasBackend/src/utils/SBOLData.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,12 @@ public static String[] getRefinement(String parentName){
TreeSet<String> refinementNames = new TreeSet<String>();
if (roles.getValue(parentName) != null) {
Set<URI> descendants = so.getDescendantURIsOf(roles.getValue(parentName));

for(URI uri : descendants) {
refinementNames.add(so.getName(uri));
}
}

return refinementNames.toArray(new String[0]);

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<strokewidth width="0.5"/>
<linejoin join="round"/>
<miterlimit limit="4"/>
<dashpattern pattern="none"/>
<dashpattern pattern="0.1 0.1"/>
<dashed dashed="1"/>
<alpha alpha="1"/>
<strokealpha alpha="1"/>
Expand Down Expand Up @@ -34,12 +34,12 @@
<line x="19.34" y="5.54"/>
</path>
<stroke/>
<dashpattern pattern="none"/>
<dashpattern pattern="0.1 0.1"/>
<path>
<move x="20.91" y="5.54"/>
<line x="34.22" y="5.54"/>
</path>
<stroke/>
</foreground>
</shape>
</shape>
</shapes>

0 comments on commit d8fb232

Please sign in to comment.