Added test to check installation
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
This commit is contained in:
parent
6e6d7a6c43
commit
a6871214a4
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -8,7 +8,7 @@
|
||||
"name": "Run Fasta Filter",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/filterfasta/filterfasta.py",
|
||||
"module": "filterfasta.cli",
|
||||
"args": [
|
||||
"reference_standards.fas",
|
||||
"reference_standards_filtered.fas",
|
||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "filterfasta -h"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
Loading…
Reference in New Issue
Block a user