Compare commits

..

No commits in common. "d75a83585c6b7d51d760a4d4b5e9a042fae49c1e" and "b9f4c74168cc1c9ee814e62ea23665cde6401db6" have entirely different histories.

2 changed files with 1 additions and 6 deletions

5
Jenkinsfile vendored
View File

@ -23,11 +23,6 @@ pipeline {
sh "bmlsa -h" sh "bmlsa -h"
} }
} }
stage("archive") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}
stage("publish") { stage("publish") {
when { when {
branch '**/master' branch '**/master'

View File

@ -1,3 +1,3 @@
# BMLSA # BMLSA
A Basic multi local sequence alignment tool using the Biopython implementation of the Smith-Waterman alignment algorithm A Basic multi local sequence alignment tool implemented with the Striped Smith Waterman algorithm