Skip to content

Commit

Permalink
adding conda
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Sep 10, 2024
1 parent 0a03970 commit b2b1326
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Workshops/COMBINE_QLD_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ For this work, we are going to use [GCA_000001405.15_GRCh38_no_alt_plus_hs38d1_a

We have made this data available for you in `/storage/data/human`

## Install minimap and samtools

This also installs the conda channels for you in the right order!
```
conda config --add channels bioconda
conda config --add channels conda-forge
mamba create -n minimap2 minimap2 samtools
```

## Use minimap2 and samtools to filter the human sequences


Expand Down

0 comments on commit b2b1326

Please sign in to comment.