DNA-Diffusion
DNA-Diffusion copied to clipboard
add workflow cli
- [x] resolves #272
- [x] adds support for hydra-zen but not #299
Check out this pull request onÂ
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Codecov Report
Attention: 526 lines
in your changes are missing coverage. Please review.
Comparison is base (
2096882
) 37.00% compared to head (7a6e4f2
) 29.48%.
:exclamation: Current head 7a6e4f2 differs from pull request most recent head 4d23772. Consider uploading reports for the commit 4d23772 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #274 +/- ##
==========================================
- Coverage 37.00% 29.48% -7.52%
==========================================
Files 23 31 +8
Lines 1481 1896 +415
Branches 202 252 +50
==========================================
+ Hits 548 559 +11
- Misses 925 1325 +400
- Partials 8 12 +4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
All three images built successfully on the CI run associated to 91b4b9d114ca44d50ec2a2a854bc19c44458b1ab; however, the push of the conda image to ghcr failed in isolation with
ghcr conda image push API request failure
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: error pushing image: failed to push to destination ghcr.io/pinellolab/dna-diffusion-conda:37492b9: PUT https://ghcr.io/v2/pinellolab/dna-diffusion-conda/blobs/upload/53e3c757-19b5-4b36-b597-bb9552fec94a?digest=sha256%3Acf6896c4ddc5baab24171de32edfd856c9351464232169cd5b6a8ca571e16182: unexpected status code 504 Gateway Timeout: <!DOCTYPE html>
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <p><strong>We couldn't respond to your request in time.</strong></p>
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <div id="suggestions">
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <a href="https://github.com/contact">Contact Support</a> —
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <a href="https://www.githubstatus.com/">GitHub Status</a> —
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: <a href="https://twitter.com/githubstatus">@githubstatus</a>
dna-diffusion-build-37492b9-rczsw-kaniko-build-push-1064953845: </div>
The push to gcr succeeded without issue. This may have been transient; however, as we do not in general require or even want to utilize this conda-based image in workflows and it is the most bloated of the three approaching 15GB when decompressed, we may disable its automatic build while retaining the specification files required to build it.