Increased user friendliness
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit

Added default MLST scheme
Added multiple ways of defining a MLST scheme
CSV output now shows database name for each scheme ID
Now uses native argparse library for ensuring mutual exclusivity of arguments and whether or not one is required.
Updated to use 0.13.* of engine
This commit is contained in:
2025-02-26 07:37:34 +00:00
parent dbd8238cef
commit 41c05cc521
7 changed files with 53 additions and 46 deletions

5
Jenkinsfile vendored
View File

@@ -36,10 +36,9 @@ pipeline {
parallel {
stage ("git.reslate.systems") {
when {
not {
tag '*.*.*'
}
branch '**/main'
}
environment {
CREDS = credentials('username-password-rs-git')
}