Added more help information and changed file input to use multiple instead of repeat.
Some checks are pending
autoBIGS.galaxy/pipeline/head Build queued...

This commit is contained in:
2025-02-25 16:44:32 +00:00
parent ddb98514fb
commit dcf28c8051
3 changed files with 41 additions and 33 deletions

1
Jenkinsfile vendored
View File

@@ -11,6 +11,7 @@ pipeline {
stage ("install") {
steps {
sh 'pip install -r requirements.txt'
sh 'pip install standard-imghdr'
sh 'planemo ci_setup'
}
}