Optimize nupack service startup and compute
This commit is contained in:
commit
e1b3156754
25 changed files with 9435 additions and 0 deletions
19
.dockerignore
Normal file
19
.dockerignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.git
|
||||
.gitignore
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.DS_Store
|
||||
other
|
||||
nupack-history-*.json
|
||||
NUPACK.html
|
||||
NUPACK_files
|
||||
1.png
|
||||
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
|
||||
rna/*
|
||||
!rna/ViennaRNA-2.7.2.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue