Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pirovc committed Feb 11, 2024
1 parent c2528d4 commit 1dfd757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ However, there are possible performance benefits compiling ganon from source in
- python >=3.6
- pandas >=1.2.0
- [multitax](https://github.com/pirovc/multitax) >=1.3.1
- [genome_updater](https://github.com/pirovc/genome_updater) >=0.6.3

```bash
# Python version should be >=3.6
Expand All @@ -60,7 +61,7 @@ conda install -c bioconda -c conda-forge "pandas>=1.2.0" "multitax>=1.3.1" "geno
- CMake >=3.4
- zlib
- bzip2
- raptor >=3.0.1
- raptor ==3.0.1

!!! tip
If your system has GCC version 10 or below, you can create an environment with the latest conda-forge GCC version and dependencies: `conda create -c conda-forge -n gcc-conda gcc gxx zlib bzip2 cmake` and activate the environment with: `source activate gcc-conda`.
Expand Down

0 comments on commit 1dfd757

Please sign in to comment.