Skip to content

Commit

Permalink
update broken bioconda link
Browse files Browse the repository at this point in the history
  • Loading branch information
janxkoci committed Jun 21, 2023
1 parent a3d6afb commit a7ec6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/conda_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ conda clean --all # cleans downloaded packages (already installed) to free up di
Add channels to your conda configuration, so they are searched by default. Order of adding determines **priority**. The most useful channels are:

- [conda-forge](https://conda-forge.org/) - general science software, including packages for R, and more;
- [Bioconda channel](http://bioconda.github.io/user/install.html#set-up-channels) - for bioinformatics software, depends on the conda-forge channel (here comes the importance of priority).
- [Bioconda channel](http://bioconda.github.io/) - for bioinformatics software, depends on the conda-forge channel (here comes the importance of priority).

```bash
# last channel = highest priority
Expand Down

0 comments on commit a7ec6b4

Please sign in to comment.