From 3d82571b9a36f7b16b71ab5610422e3142d235b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1tia=20Raquel=20Jesus=20Vaz?= Date: Sun, 26 Nov 2023 18:37:59 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 463b76a..824e014 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![phyloDB CI tests](https://github.com/phyloviz/phyloDB/actions/workflows/test.yml/badge.svg)](https://github.com/phyloviz/phyloDB/actions/workflows/test.yml) + # About phyloDB This project provides a framework for large scale phylogenetic analysis in the form of a Web API, a graph oriented database ([Neo4j](https://neo4j.com/)), and a plugin for the latter. The goal of this project is to allow the representation of large phylogenetic networks and trees, as well as ancillary data, support queries on such data, and the deployment of algorithms for inferring/detecting patterns and for computing visualizations. It started being developed in the scope of a master thesis at IST (Instituto Superior Técnico). The unit tests and benchmarks developed are available in the [test folder](https://github.com/phyloviz/phyloDB/tree/master/phylodb/src/test/java/pt/ist/meic/phylodb). @@ -24,6 +26,8 @@ For Linux/UNIX systems, please ensure that a `docker` user group exists in your ### Building +Note that you might have to adjust the file [`application.properties`](https://github.com/phyloviz/phyloDB/blob/master/phylodb/src/main/resources/application.properties), in particular the Neo4j bolt connection. + cd phyloDB.git ./configure.sh # build phyloDB's JAR files. cd docker