We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6273c commit 1eeb324Copy full SHA for 1eeb324
1 file changed
.github/workflows/main.yml
@@ -27,6 +27,9 @@ jobs:
27
bwa minimap2 parallel vcflib vt snpeff \
28
seqtk snp-sites wgsim any2fasta \
29
perl-bioperl samclip
30
+ samtools --version
31
+ samclip --version
32
+ echo $PWD
33
34
- name: Add binaries to PATH
35
shell: bash -el {0}
@@ -36,6 +39,7 @@ jobs:
36
39
- name: Check snippy versions and configurations
37
40
38
41
run: |
42
+ mamba activaye snippy-env
43
snippy --version
44
snippy --check
45
snippy-core --version
0 commit comments