Skip to content

Commit 4792dc0

Browse files
committed
Update ntEdit dependency to 2.0.1+
1 parent 97b6ad0 commit 4792dc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ No compilation is required for ntRoot (only the dependencies), so simply add the
4545
### Dependencies <a name=dependencies></a>
4646
- python 3.9+
4747
- perl
48-
- [ntEdit 2.0.0+](https://github.com/bcgsc/ntEdit)
48+
- [ntEdit 2.0.1+](https://github.com/bcgsc/ntEdit)
4949
- [snakemake](https://snakemake.readthedocs.io/en/stable/)
5050
- [samtools](https://www.htslib.org/)
5151

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- script: |
2020
source activate ntroot_CI
2121
conda install --yes --name ntroot_CI -c conda-forge -c bioconda python=3.9 mamba
22-
mamba install --yes -c conda-forge -c bioconda meson ninja snakemake perl 'ntedit>=2.0.0' samtools
22+
mamba install --yes -c conda-forge -c bioconda meson ninja snakemake perl 'ntedit>=2.0.1' samtools
2323
displayName: Install Conda packages
2424
2525
- script: |
@@ -48,7 +48,7 @@ jobs:
4848
- script: |
4949
source activate ntroot_CI
5050
conda install --yes --name ntroot_CI -c conda-forge -c bioconda python=3.9 mamba
51-
mamba install --yes -c conda-forge -c bioconda snakemake perl 'ntedit>=2.0.0' samtools
51+
mamba install --yes -c conda-forge -c bioconda snakemake perl 'ntedit>=2.0.1' samtools
5252
displayName: Install Conda packages
5353
5454
- script: |

0 commit comments

Comments
 (0)