-
Notifications
You must be signed in to change notification settings - Fork 46
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
Version 4.89 #4867
Version 4.89 #4867
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4867 +/- ##
=======================================
Coverage 84.80% 84.80%
=======================================
Files 319 319
Lines 19314 19314
=======================================
Hits 16379 16379
Misses 2935 2935 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
The alamut link fix also works. Checked using this case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are good with this one! 👍🏻
Right, and the log file is disabled by default, and a servers issue for enabling, so we should be all good with this release. I guess we will ideally want to start the log anyway during deploy to get a feel for how it's working? Do you have a PR on servers already perhaps, since you had the stage one? 😸 Otw no biggie, we can start it whenever later. |
Yes. I closed it. We can reuse that one I guess ---> https://github.com/Clinical-Genomics/servers/pull/1448 |
Co-authored-by: Chiara Rasi <[email protected]>
This PR marks a new Scout release. We apply semantic versioning. This is a minor release since it adds new features in a backwards compatible manner.
[4.89]
Added
USERS_ACTIVITY_LOG_PATH
parameter in app configMean MT coverage
,Mean chrom 14 coverage
andEstimated mtDNA copy number
on MT coverage file from chanjo2 if availableChanged
Fixed
admin-guide/login-system.md
andadmin-guide/setup-scout.md
files)Testing on cg-vm1 server (Clinical Genomics Stockholm)
Prepare for testing
scout-stage
and the server iscg-vm1
.ssh <USER.NAME>@cg-vm1.scilifelab.se
sudo -iu hiseq.clinical
ssh localhost
podman ps
systemctl --user stop scout.target
systemctl --user start scout@<this_branch>
systemctl --user status scout.target
scout-stage
) to be used for testing by other users.Testing on hasta server (Clinical Genomics Stockholm)
Prepare for testing
ssh <USER.NAME>@hasta.scilifelab.se
us; paxa -u <user> -s hasta -r scout-stage
. You can also use the WSGI Pax app available at https://pax.scilifelab.se/.conda activate S_scout; pip freeze | grep scout-browser
bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-tool-stage.sh -e S_scout -t scout -b <this_branch>
us; scout --version
paxa
procedure, which will release the allocated resource (scout-stage
) to be used for testing by other users.How to test:
Expected outcome:
The functionality should be working
Take a screenshot and attach or copy/paste the output.
Review: