Added another post-installation test step
This commit is contained in:
parent
c34b219306
commit
11d5590355
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "pip install dist/*.whl --force-reinstall"
|
sh "pip install dist/*.whl --force-reinstall"
|
||||||
sh "bmlsa -h"
|
sh "bmlsa -h"
|
||||||
|
sh "bmlsa -I id -S sequence -B BLASTp tests/resources/SARS_CoV-2_genes.csv tests/resources/NC_045512_coding.fasta /output/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("archive") {
|
stage("archive") {
|
||||||
|
Loading…
Reference in New Issue
Block a user