Changed to single recipe patching script

This commit is contained in:
2025-02-18 08:35:29 +00:00
parent eb93b59117
commit 9070ec06fa
6 changed files with 112 additions and 116 deletions

4
Jenkinsfile vendored
View File

@@ -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/.'
}
}