Skip to content

Commit 4cdc17d

Browse files
authoredJun 1, 2022
Merge pull request #17 from bio-ontology-research-group/develop
Develop
2 parents cbe390d + 86e4695 commit 4cdc17d

File tree

103 files changed

+6880
-12660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+6880
-12660
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ For the random walks method we have a similar factory method that can be found i
8989

9090
## List of contributors
9191

92+
* [Fernando Zhapa](https://github.com/ferzcam)
93+
* [Maxat Kulmanov](https://github.com/coolmaksat)
94+
* [Sarah Alghamdi](https://github.com/smalghamdi)
95+
* [Robert Hoehndorf](https://github.com/leechuck)
96+
* [Carsten Jahn](https://github.com/carsten-jahn)
97+
* [Sonja Katz](https://github.com/sonjakatz)
98+
* [Marco Anteghini](https://github.com/MarcoAnteghini)
99+
* Francesco Gualdi
100+
* [luis-sribeiro](https://github.com/luis-sribeiro)
101+
* [Leduin Cuenca](https://github.com/leduin) (logo)
102+
92103
## License
93104

94105
## Documentation

‎build_jars.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ gradle distZip
33
cd build/distributions
44
yes | unzip gateway.zip
55
cd ../../../
6+
rm -f mowl/lib/*.jar
67
cp -r gateway/build/distributions/gateway/lib mowl

0 commit comments

Comments
 (0)
Please sign in to comment.