We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f125a43 commit 3aa03d4Copy full SHA for 3aa03d4
.github/workflows/run_tests.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install Dependencies
39
run: |
40
- poetry env use python
+ micromamba activate P_microsalt
41
poetry env info
42
poetry install --no-interaction --all-extras
43
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- bioconda
5
- defaults
6
dependencies:
7
- - python=3.11.0
+ - python=3.10.13
8
- blast=2.16.0
9
- bwa=0.7.17
10
- picard=2.20.3
0 commit comments