Skip to content

Commit ccecddb

Browse files
authored
Update README.md with aaHash citation (#116)
* Update README.md with aaHash citation * Update azure-pipelines.yml - pin meson version
1 parent 56a5c1b commit ccecddb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ Citing
9494
If you use btllib in your research, please cite:
9595

9696
Nikolić et al., (2022). btllib: A C++ library with Python interface for efficient genomic sequence processing. Journal of Open Source Software, 7(79), 4720, https://doi.org/10.21105/joss.04720
97+
98+
If you use aaHash in your research, please cite:
99+
100+
Wong et al., (2023). aaHash: recursive amino acid sequence hashing. Bioinformatics Advances, vbad162, https://doi.org/10.1093/bioadv/vbad162.
101+

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- script: |
9191
source activate btllib_CI
9292
conda install --yes -c conda-forge mamba
93-
mamba install --yes -c conda-forge -c bioconda libcxx compilers llvm clang-format=14 clang-tools boost 'samtools>=1.14' coreutils xz lrzip meson ninja cmake openmp gcovr
93+
mamba install --yes -c conda-forge -c bioconda libcxx compilers llvm clang-format=14 clang-tools boost 'samtools>=1.14' coreutils xz lrzip meson=1.2.3 ninja cmake openmp gcovr
9494
displayName: 'Install required software'
9595
9696
- script: |

0 commit comments

Comments
 (0)