Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove Balsamic container 👋 👋 #1220

Merged
merged 70 commits into from
Aug 10, 2023
Merged

Conversation

ivadym
Copy link
Contributor

@ivadym ivadym commented Aug 8, 2023

This PR:

The need for a Balsamic container has become redundant as the original plan to make it functional within the container isn't feasible.

This container also slows the development process, as even small changes in constants require rebuilding it.

Removed:

  • Balsamic container

Review and tests:

  • Tests pass (Balsamic container dependant rules)
    • Concatenation of fastq completed successfully
    • Generated QC metrics file
    • Rendered CNV report
    • Analysis completed
  • Code review
  • New code is executed and covered by tests, and test approve

@ivadym ivadym requested a review from a team August 8, 2023 14:49
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (99fe9f2) 99.42% compared to head (d7dea91) 99.42%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1220      +/-   ##
===========================================
- Coverage    99.42%   99.42%   -0.01%     
===========================================
  Files           41       41              
  Lines         1917     1916       -1     
===========================================
- Hits          1906     1905       -1     
  Misses          11       11              
Flag Coverage Δ
unittests 99.42% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
BALSAMIC/constants/cache.py 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivadym ivadym linked an issue Aug 8, 2023 that may be closed by this pull request
6 tasks
Copy link
Collaborator

@mathiasbio mathiasbio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!
⭐ 🧙💬 Avada Kedavra! 🟢 ----> balsamic.sif 💀
Good riddance!

.github/workflows/docker_build_push.yml Outdated Show resolved Hide resolved
.github/workflows/docker_build_push_release.yml Outdated Show resolved Hide resolved
ivadym and others added 2 commits August 9, 2023 13:36
Co-authored-by: Mathias Johansson <math.joh.bio@gmail.com>
Co-authored-by: Mathias Johansson <math.joh.bio@gmail.com>
Copy link
Contributor

@fevac fevac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hasta la vista, Baby! Great job! 🌟

.github/workflows/docker_build_push.yml Show resolved Hide resolved
BALSAMIC/constants/cache.py Show resolved Hide resolved
Base automatically changed from update-python to develop August 10, 2023 08:32
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ivadym ivadym merged commit f76d8a1 into develop Aug 10, 2023
@ivadym ivadym deleted the remove-balsamic-container branch August 10, 2023 08:40
@ivadym ivadym mentioned this pull request Aug 14, 2023
6 tasks
@ivadym ivadym restored the remove-balsamic-container branch August 16, 2023 14:31
@ivadym ivadym deleted the remove-balsamic-container branch August 16, 2023 15:13
@ivadym ivadym mentioned this pull request Aug 16, 2023
3 tasks
khurrammaqbool added a commit that referenced this pull request Aug 17, 2023
* refactor: Remove Balsamic container (#1220)

* add cadd container

* changelog

* remove second update command

* add cadd to github actions

* add tabix to container test

* remove tabix from container

* remove tabix from container tests

* add header

* add cadd to cache and tests

* refactor docker recipe

* refactor download and extract repo

---------

Co-authored-by: Vadym <vadym.ivanchuk@scilifelab.se>
khurrammaqbool added a commit that referenced this pull request Aug 18, 2023
* refactor: Remove Balsamic container (#1220)

* add cadd container

* changelog

* remove second update command

* add cadd to github actions

* add tabix to container test

* remove tabix from container

* remove tabix from container tests

* add header

* add cadd to cache and tests

* refactor docker recipe

* refactor download and extract repo

* add container etiquette

* add container etiquette to docs

* remove sphinxcontrib-napoleon==0.7

* remove sphinxcontrib

* fix deps and URLs

* refactor etiquette

---------

Co-authored-by: Vadym <vadym.ivanchuk@scilifelab.se>
@ivadym ivadym self-assigned this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Archived
Development

Successfully merging this pull request may close these issues.

Optimise build of cache
3 participants