Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added conda/mamba install instructions
  • Loading branch information
yzhernand authored Feb 27, 2024
1 parent 6aec81c commit b9fe77f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@ So something like "sudo su -" followed by cpan or cpanm probably would work bett

If this is intended to be installed only for one person, better in my opinion would be for the user to install her/his own Perl rather than use the system Perl using Perlbrew and not use sudo su or root at all.

# Install using Conda/Mamba

bpwrapper is available as a package on [Bioconda](https://bioconda.github.io/). First, follow the directions on adding the Bioconda repository. Then, using either `conda` (or [`mamba`](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html)) install:

```
conda install -n bpwrapper perl-bio-bpwrapper
```

or

```
mamba install -n bpwrapper perl-bio-bpwrapper
```

# Install and run from docker

Use the bpwrapper docker image. It includes `bioaln`, `biopop`, `bioseq`, and `biotree`.
Expand Down

0 comments on commit b9fe77f

Please sign in to comment.