From 2a05d2056ad2e1fcff4892563d3c0bba51dcef2c Mon Sep 17 00:00:00 2001
From: George Marchment <georgemarchment@yahoo.fr>
Date: Thu, 14 Mar 2024 15:35:29 +0100
Subject: [PATCH] Add doi

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index aa840f6..3596897 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
 # BioFlow-Insight
 
 
-[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) 
-[![Version 0.0.19](https://img.shields.io/badge/version-v0.0.19-yellow)]()
+[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Version 1.0](https://img.shields.io/badge/version-v1.0-yellow)]() [![Zenodo doi badge](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.10818333-blue.svg)](https://zenodo.org/uploads/10818333) 
+
+
 
 ## Description
 
 **BioFlow-Insight** is a Python-based open-source command-line tool designed to automatically analyse Nextflow workflow code, gathering useful information, particularly in the form of visual graphs that illustrate the workflow's structure and its various steps. Additionally, it is capable of detecting certain programming errors and generates a RO-Crate JSON-LD file that describes the workflow.
 
-**BioFlow-Insight** is easily installable as a CLI (see [here](#installing-via-pip)). It is also freely accessible as a free [web service](https://bioflow-insight.pasteur.cloud/). For more information and to start using BioFlow-Insight, visit [here](https://bioflow-insight.pasteur.cloud/) (https://bioflow-insight.pasteur.cloud/).
+**BioFlow-Insight** is easily installable as a CLI (see [here](https://pypi.org/project/bioflow-insight/)). It is also freely accessible as a free [web service](https://bioflow-insight.pasteur.cloud/). For more information and to start using BioFlow-Insight, visit [here](https://bioflow-insight.pasteur.cloud/) (https://bioflow-insight.pasteur.cloud/).
 
 
 ## Table of Contents
@@ -71,7 +72,6 @@ The 3 different graphs generated by **BioFlow-Insight** are :
 In this example, we are going to use the **BioFlow-Insight** tool to analyse the rna-seq workflow. After installing **BioFlow-Insight** via pip, and cloning the the rnaseq-nf repository. Simply run this command line :
 
 
-
 ```
 bioflow-insight rnaseq-nf/main.nf
 ```
-- 
GitLab