1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-16 00:47:49 +01:00

add mo_pathogenicity

This commit is contained in:
2023-01-06 13:35:37 +01:00
parent 4801a6067e
commit 86e28bafce
8 changed files with 106 additions and 25 deletions

View File

@@ -99,6 +99,5 @@ jobs:
- name: Show tinytest output
if: always()
run: |
ls -lh
find . -name 'tinytest.Rout*' -exec cat '{}' \; || true
shell: bash