Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Container testing failing on unicode:  '\u2192'   Rightwards Arrow.
Try removing it.
  • Loading branch information
jj-umn authored Feb 13, 2021
1 parent 1992e96 commit 8b59dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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-).
Expand All @@ -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*
*Note: This step will take a few minutes to run*

0 comments on commit 8b59dd7

Please sign in to comment.