From 8b59dd7a562d3c06a11c0b7b4e022265bddffe2e Mon Sep 17 00:00:00 2001 From: Jim Johnson Date: Sat, 13 Feb 2021 12:03:17 -0600 Subject: [PATCH] Update README.md Container testing failing on unicode: '\u2192' Rightwards Arrow. Try removing it. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 720ab96..48afa0b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Quantitative analysis on the function and taxonomy of microbiomes and their inte - [Usage](#usage-) - [Tests](#tests-) -## Setup [⤴](#table-of-contents) +## Setup (#table-of-contents) ### BioConda @@ -62,13 +62,13 @@ To install your local version of metaQuantome, run the following in the root dir pip install . ``` -## Usage [⤴](#table-of-contents) +## Usage (#table-of-contents) In-depth tutorials can be found [here](https://galaxyproteomics.github.io/metaquantome_mcp_analysis/) for the following: 1. [metaQuantome command-line interface](https://galaxyproteomics.github.io/metaquantome_mcp_analysis/cli_tutorial/cli_tutorial.html) 2. [metaQuantome Galaxy tool](https://galaxyproteomics.github.io/metaquantome_mcp_analysis/galaxy_tutorial/galaxy_tutorial.html) -## Tests [⤴](#table-of-contents) +## Tests (#table-of-contents) For testing, you will also need to set up a BioConda environment as specified [above](#bioconda-). @@ -84,4 +84,4 @@ Once set up, run the following from the root directory: ```sh python -m unittest discover tests ``` -*Note: This step will take a few minutes to run* \ No newline at end of file +*Note: This step will take a few minutes to run*