Skip to content

Commit 2c8a850

Browse files
completed bioconda instructions
1 parent 3d70c06 commit 2c8a850

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ Install it the [bioconda](https://anaconda.org/bioconda/get_pangenes) way:
186186
conda activate bioconda
187187
conda create -n get_pangenes -c conda-forge -c bioconda get_pangenes
188188
conda activate get_pangenes
189+
# or simply
190+
conda install bioconda::get_pangenes
189191

190192
Install it the compilation way:
191193

Diff for: pangenes/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and produces different types of output:
3333
- [From pairs of genes to clusters](#from-pairs-of-genes-to-clusters)
3434
- [Parameters](#parameters)
3535
- [Dependencies and installation](#dependencies-and-installation)
36-
- [Runmodes and HPC configuration](#runmodes-and-hpc-configuration)
36+
- [Runmodes and HPC configuration](#runmodes-and-hpc-configuration)
3737
- [Command-line options](#command-line-options)
3838
- [Input file format](#input-file-format)
3939
- [Example 1: default core pangene set analysis](#example-1-default-core-pangene-analysis-and-hpc-settings)
@@ -180,12 +180,17 @@ Here I list the most important ones, they can be changed by editing the script s
180180

181181
### Dependencies and installation
182182

183-
To install it via [bioconda](https://anaconda.org/bioconda/get_pangenes) try:
183+
To install it via [bioconda](https://anaconda.org/bioconda/get_pangenes) you can try:
184184

185185
conda activate bioconda
186186
conda create -n get_pangenes -c conda-forge -c bioconda get_pangenes
187187
conda activate get_pangenes
188188

189+
# or simply
190+
conda install bioconda::get_pangenes
191+
192+
The bioconda recipe can be found [here](https://github.com/bioconda/bioconda-recipes/tree/master/recipes/get_pangenes).
193+
189194
Alternatively you can compile it from source, which in addition to Perl requires:
190195

191196
* https://github.com/lh3/minimap2

0 commit comments

Comments
 (0)