Skip to content
Snippets Groups Projects
Commit 2a05d205 authored by George Marchment's avatar George Marchment
Browse files

Add doi

parent 2d18f611
No related branches found
No related tags found
No related merge requests found
Pipeline #13287 passed with stages
in 1 minute and 46 seconds
# BioFlow-Insight # BioFlow-Insight
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) [![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)
[![Version 0.0.19](https://img.shields.io/badge/version-v0.0.19-yellow)]()
## Description ## 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 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 ## Table of Contents
...@@ -71,7 +72,6 @@ The 3 different graphs generated by **BioFlow-Insight** are : ...@@ -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 : 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 bioflow-insight rnaseq-nf/main.nf
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment