Renaming project to NSBDiagnosisToolkit

This commit is contained in:
2025-01-03 19:56:55 +00:00
parent 6ff0dca3ae
commit 2cd56ca1ec
23 changed files with 29 additions and 29 deletions

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ pipeline {
stage("test installation") {
steps {
sh "python3.11 -m pip install dist/*.whl --force-reinstall"
sh "mlstmyfasta -h"
sh "nsbdiagnosistoolkit -h"
}
}
stage("archive") {