Skip to content
Snippets Groups Projects
Commit b1f10e9e authored by BIOPZ-Katsantoni Maria's avatar BIOPZ-Katsantoni Maria Committed by Alex Kanitz
Browse files

Rename pipeline

parent 25191127
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ before_script: ...@@ -4,7 +4,7 @@ before_script:
- apt update && apt install -y gcc - apt update && apt install -y gcc
- conda init bash && source ~/.bashrc && echo $CONDA_DEFAULT_ENV - conda init bash && source ~/.bashrc && echo $CONDA_DEFAULT_ENV
- conda env create -f install/environment.root.yml - conda env create -f install/environment.root.yml
- conda activate rnaseq_pipeline && echo $CONDA_DEFAULT_ENV - conda activate rhea && echo $CONDA_DEFAULT_ENV
- conda env update -f install/environment.dev.yml - conda env update -f install/environment.dev.yml
test: test:
......
# RNA-Seq pipeline # Rhea pipeline
[Snakemake][snakemake] workflow for general purpose RNA-Seq library annotation [Snakemake][snakemake] workflow for general purpose RNA-Seq library annotation
developed by the [Zavolan lab][zavolan-lab]. developed by the [Zavolan lab][zavolan-lab].
...@@ -29,8 +29,8 @@ Traverse to the desired path on your file system, then clone the repository and ...@@ -29,8 +29,8 @@ Traverse to the desired path on your file system, then clone the repository and
move into it with: move into it with:
```bash ```bash
git clone ssh://git@git.scicore.unibas.ch:2222/zavolan_group/pipelines/rnaseqpipeline.git git clone ssh://git@git.scicore.unibas.ch:2222/zavolan_group/pipelines/rhea.git
cd rnaseqpipeline cd rhea
``` ```
### Installing Conda ### Installing Conda
...@@ -87,7 +87,7 @@ conda env create -f install/environment.root.yml ...@@ -87,7 +87,7 @@ conda env create -f install/environment.root.yml
Activate the Conda environment with: Activate the Conda environment with:
```bash ```bash
conda activate rnaseq_pipeline conda activate rhea
``` ```
### Installing non-essential dependencies ### Installing non-essential dependencies
......
name: rnaseq_pipeline name: rhea
channels: channels:
- bioconda - bioconda
- conda-forge - conda-forge
......
name: rnaseq_pipeline name: rhea
channels: channels:
- conda-forge - conda-forge
- defaults - defaults
......
name: rnaseq_pipeline name: rhea
channels: channels:
- defaults - defaults
dependencies: dependencies:
......
# RNAseq pipeline documentation # Rhea workflow documentation
This document describes the individual rules of the pipeline for information purposes. For instructions on installation and usage please refer to the [README](README.md). This document describes the individual rules of the pipeline for information purposes. For instructions on installation and usage please refer to the [README](README.md).
## Overview ## Overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment