Skip to content

Commit

Permalink
Update dependencies (#64)
Browse files Browse the repository at this point in the history
- Make consistent with azure for mac
  • Loading branch information
lcoombe authored Jul 8, 2022
1 parent b331668 commit 3b7837c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ goldrush run reads=long_reads G=3e9
* [sdsl-lite](https://github.com/simongog/sdsl-lite)
* [boost](https://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html)
* [libdivsufsort](https://github.com/y-256/libdivsufsort)
* [google-sparsehash](https://github.com/justinsb/google-sparsehash)
* [sparsehash](https://github.com/sparsehash/sparsehash)
* [btllib](https://github.com/bcgsc/btllib)
* [Tigmint](https://github.com/bcgsc/tigmint)
* [ntLink](https://github.com/bcgsc/ntlink)
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- script: |
source activate goldrush_CI
conda install --yes -c conda-forge mamba
mamba install --yes -c conda-forge compilers meson gperftools sdsl-lite boost
mamba install --yes -c bioconda libdivsufsort google-sparsehash
mamba install --yes -c conda-forge compilers meson gperftools sdsl-lite boost-cpp
mamba install --yes -c bioconda libdivsufsort sparsehash
mamba install --yes -c bioconda -c conda-forge btllib
displayName: Install dependencies
- script: |
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ compilers
meson
gperftools
sdsl-lite
boost
boost-cpp
libdivsufsort
google-sparsehash
sparsehash
btllib
python
minimap2
Expand Down

0 comments on commit 3b7837c

Please sign in to comment.