From c8b5bdc04946fa5abc20e1f9aae0357c03d13cb1 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Mon, 26 Aug 2024 17:10:32 +0930 Subject: [PATCH] DOC: Update docs --- docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4c8f132..9f6009d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -![](images/reneo_logo.png){width=40%} - # Reneo: Unraveling Viral Genomes from Metagenomes [Reneo](https://en.wiktionary.org/wiki/reneo) means to *unravel* or *untangle* in Latin. Reneo is a software developed to unravel or untangle high-quality genomes from viral communities (including both prokaryotic and eukaryotic viruses) found within metagenomes using assembly graphs. Reneo identifies viral components in the metagenomic assembly using virus orthologous groups from [VOGDB](https://vogdb.org/), models as flow networks and solves a minimum flow decomposition (MFD) problem to resolve genomic paths. Reneo was motivated based on a bacteriophage recovery tool named [Phables](https://github.com/Vini2/phables), specifically to extend the capabilities of Phables to all viruses.