Changed to single recipe patching script
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -28,8 +28,8 @@ pipeline {
|
||||
}
|
||||
stage("generate recipe") {
|
||||
steps {
|
||||
sh 'grayskull pypi autobigs.engine --maintainers "Harrison Deng"'
|
||||
sh 'python scripts/adapt_names.py autobigs.engine'
|
||||
sh 'grayskull pypi autoBIGS.engine --maintainers "Harrison Deng"'
|
||||
sh 'python patch_recipe.py'
|
||||
sh 'cp -r autobigs-engine/* bioconda-recipes/recipes/autobigs-engine/.'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user