From f3b8db33943fcaad6c90e93824786e87db76f1d4 Mon Sep 17 00:00:00 2001 From: "Pablo R. Mier" Date: Sat, 10 Aug 2024 01:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb93150a..e22b573d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ -# CORNETO: Unified knowledge-driven network inference from omics logo +
+ + + tiny corp logo + +
+

CORNETO: Unified knowledge-driven network inference from omics data.

+ +Maintained by [Saez-Rodriguez](https://saezlab.org) group. + [![main](https://github.com/saezlab/corneto/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/saezlab/corneto/actions) -> **⚠️ Disclaimer**: This is an early preview of the CORNETO library. **CORNETO is under active development and has not yet reached a stable release for end users**. Contributions and feedback are not yet open until the first stable release. Please stay tuned for updates. +
+ +--- CORNETO (Constraint-based Optimization for the Reconstruction of NETworks from Omics) is a unified network inference framework implemented in Python designed to bring together many common network inference problems in biology. Through constraint programming, CORNETO transforms these problems into unified mathematical representations using flow networks, offering modular building blocks for diverse applications. +> **⚠️ Disclaimer**: This is an early preview of the CORNETO library. **CORNETO is under active development and has not yet reached a stable release for end users**. Contributions and feedback are not yet open until the first stable release. Please stay tuned for updates. + + ## Installation The library will be uploaded to pypi once the API is stable. Meanwhile, it can be installed by downloading the wheel file from the repository. It's recommended to use also conda to create a new environment, although it's not mandatory.