DOCK 3.8:How to build a release: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
No edit summary |
||
Line 1: | Line 1: | ||
This page describes how to take the three github repos, combine them, and create a tarball for public use. | This page describes how to take the three github repos, combine them, and create a tarball for public use. | ||
- | 1. Build desired version of [[pydock3]] Python package (e.g., build pip-installable wheel file using [[Python Poetry|poetry]]). | ||
2. Clone desired version of [[dock3]] program. | |||
3. Incorporate fruits of (1) and (2) into [[DOCKBASE]] repository housing legacy scripts that remain essential to established protocols (e.g., build scripts, post-processing scripts). | |||
The assignment of a semantic version to a particular commit of DOCKBASE | |||
[[Category:DOCK 3.8]] | [[Category:DOCK 3.8]] |
Revision as of 07:47, 26 January 2024
This page describes how to take the three github repos, combine them, and create a tarball for public use.
1. Build desired version of pydock3 Python package (e.g., build pip-installable wheel file using poetry). 2. Clone desired version of dock3 program. 3. Incorporate fruits of (1) and (2) into DOCKBASE repository housing legacy scripts that remain essential to established protocols (e.g., build scripts, post-processing scripts).
The assignment of a semantic version to a particular commit of DOCKBASE