From 11d55903559d3c7c978b9510210f371e29b7a726 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 11:32:17 -0500 Subject: [PATCH] Added another post-installation test step --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6e18ecc..8e97804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,7 @@ pipeline { steps { sh "pip install dist/*.whl --force-reinstall" 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") {