From 06e8e1ad2e6edcb21c3f1df1fa2e67985be1b867 Mon Sep 17 00:00:00 2001 From: Rachel LEGENDRE <rachel.legendre@pasteur.fr> Date: Mon, 25 Oct 2021 14:51:26 +0200 Subject: [PATCH] Add new file for pipeline indexation --- .workflow-index.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .workflow-index.yml diff --git a/.workflow-index.yml b/.workflow-index.yml new file mode 100644 index 0000000..71caac9 --- /dev/null +++ b/.workflow-index.yml @@ -0,0 +1,9 @@ +language: Snakemake +name: RNAflow +description: RNAflow is a snakemake-based workflow for the analysis of transcriptomics data (RNA-seq) from the raw fastq files to the counting matrix for each gene. It includes standard tools well used in RNA-seq analysis for QC, mapping and counting. Note that RNAflow does not include differential analysis step because we consider that this step could not be automatized due to complexe experimental design. +url: https://gitlab.pasteur.fr/hub/rnaflow +categories: [Transcriptomics] +authors: + - firstname: Rachel + lastname: Legendre + email: rachel.legendre@pasteur.fr -- GitLab