Skip to content

Commit

Permalink
fix: corrected path for GH actions status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Aug 21, 2024
1 parent c378d28 commit 9375350
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Platform](https://img.shields.io/badge/platform-all-green)
[![Snakemake](https://img.shields.io/badge/snakemake-≥7.0.0-brightgreen.svg)](https://snakemake.github.io)
[![GitHub actions status](https://github.com/MPUSP/snakemake-bacterial-riboseq/workflows/Tests/badge.svg?branch=main)](https://github.com/MPUSP/snakemake-bacterial-riboseq/actions?query=branch%3Amain+workflow%3ATests)
[![Tests](https://github.com/MPUSP/snakemake-bacterial-riboseq/actions/workflows/main.yml/badge.svg)](https://github.com/MPUSP/snakemake-bacterial-riboseq/actions/workflows/main.yml)
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)

---
Expand All @@ -13,7 +13,6 @@ A Snakemake workflow for the analysis of bacterial riboseq data.
- [Usage](#usage)
- [Workflow overview](#workflow-overview)
- [Installation](#installation)
- [Additional tools](#additional-tools)
- [Running the workflow](#running-the-workflow)
- [Input data](#input-data)
- [Reference genome](#reference-genome)
Expand Down Expand Up @@ -89,9 +88,7 @@ mamba create -c conda-forge -c bioconda -n snakemake-bacterial-riboseq snakemake
conda activate snakemake-bacterial-riboseq
```

### Additional tools

**Important note:**
**Note:**

All other dependencies for the workflow are **automatically pulled as `conda` environments** by snakemake, when running the workflow with the `--use-conda` parameter (recommended).

Expand Down

0 comments on commit 9375350

Please sign in to comment.