Skip to content

Commit

Permalink
Update zenodo link
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej33 authored Mar 1, 2023
1 parent 2bd3e6f commit 7c4144f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a small Rust library focusing on logical model inference through Boolean network sketches.
It contains the high-level implementation of the framework, as well as benchmark models and data used for experiments and case studies.
This readme describes the repository contents and also contains instructions on how to replicate the main experimental results of the paper.
The whole repository is available at [github](https://github.com/sybila/boolean-network-sketches), as well as at [zenodo](https://doi.org/10.5281/zenodo.7490408).
The whole repository is available at [github](https://github.com/sybila/boolean-network-sketches), as well as at [zenodo](https://doi.org/10.5281/zenodo.7688740).


## Requirements and Dependencies
Expand Down Expand Up @@ -130,7 +130,7 @@ You do not need to add any options to replicate the experimental results, but if

## Availability

This repository is available on [Github](https://github.com/sybila/boolean-network-sketches) and also at [zenodo](https://doi.org/10.5281/zenodo.7490408).
This repository is available on [Github](https://github.com/sybila/boolean-network-sketches) and also at [zenodo](https://doi.org/10.5281/zenodo.7688740).

The implementation is based mainly on two of our Rust libraries:
- [biodivine-hctl-model-checker](https://github.com/sybila/biodivine-hctl-model-checker) for the underlying symbolic coloured model checking
Expand All @@ -144,4 +144,4 @@ To visualize and modify the partially specified BN models (aeon files) included


## Tests
To run the set of tests, use `cargo test` command.
To run the set of tests, use `cargo test` command.

0 comments on commit 7c4144f

Please sign in to comment.