Skip to content

Commit

Permalink
Merge pull request #59 from VirtualFlyBrain/vfb_geppetto_application
Browse files Browse the repository at this point in the history
adding Expression_pattern
  • Loading branch information
Robbie1977 authored Jul 9, 2019
2 parents 74d690a + 4188381 commit 768d06e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/uk/ac/vfb/geppetto/VFBProcessTermInfoJson.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public String returnType(List<String> types) {
if (types.contains("Neuron_projection_bundle")){
return this.returnType(types, Arrays.asList("Neuron_projection_bundle"));
}
if (types.contains("Expression_pattern")){
return "<span class=\"label types\">" + "<span class=\"label label-Expression_pattern\">Expression Pattern</span> ";
}
if (types.contains("pub")){
return "<span class=\"label types\">" + "<span class=\"label label-pub\">Publication</span> ";
}
Expand Down

0 comments on commit 768d06e

Please sign in to comment.