Optimize nupack service startup and compute
This commit is contained in:
commit
e1b3156754
25 changed files with 9435 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.DS_Store
|
||||
|
||||
# Local exports and captured reference site assets are not needed to rebuild the service.
|
||||
nupack-history-*.json
|
||||
NUPACK.html
|
||||
NUPACK_files/
|
||||
1.png
|
||||
|
||||
# The Docker build uses the vendored cp312 Linux x86_64 wheel plus the ViennaRNA tarball.
|
||||
rna/ViennaRNA-2.7.2/
|
||||
rna/nupack-4.0.2.0.zip
|
||||
nupack/vendor/nupack-4.0.2.0/source/
|
||||
nupack/vendor/nupack-4.0.2.0/package/*.whl
|
||||
!nupack/vendor/nupack-4.0.2.0/package/nupack-4.0.2.0-cp312-cp312-linux_x86_64.whl
|
||||
Loading…
Add table
Add a link
Reference in a new issue