Export and re-import managed variants with bcftools liftover#6225
Export and re-import managed variants with bcftools liftover#6225northwestwitch wants to merge 116 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6225 +/- ##
==========================================
- Coverage 84.08% 83.93% -0.16%
==========================================
Files 347 347
Lines 21835 21880 +45
==========================================
+ Hits 18359 18364 +5
- Misses 3476 3516 +40 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@dnil wait with this one, I'm testing it on stage before |
| continue | ||
| build = "38" if liftover_from == "37" else "37" | ||
| if ( | ||
| variant_obj.get("build", "37") == build |
There was a problem hiding this comment.
Perhaps variant_obj.get("build") == build only ?
|
If we plan to export and lift over causatives 37 every month or so then this branch has to be kept alive. If we want to continue using this code to do the lift over than I'd rather merge the branch, because several times during the last two weeks I've been struggling with fixing conflicts in here after merging another PR. |
|



This PR adds a functionality or fixes a bug.
Testing on cg-vm1 server (Clinical Genomics Stockholm)
Prepare for testing
scout-stageand the server iscg-vm1.ssh <USER.NAME>@cg-vm1.scilifelab.sesudo -iu hiseq.clinicalssh localhostpodman pssystemctl --user stop scout@<name_of_currently_deployed_branch>systemctl --user start scout@<this_branch>systemctl --user status scout.targetscout-stage) to be used for testing by other users.Testing on hasta server (Clinical Genomics Stockholm)
Prepare for testing
ssh <USER.NAME>@hasta.scilifelab.seus; 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-browserbash /home/proj/production/servers/resources/hasta.scilifelab.se/update-tool-stage.sh -e S_scout -t scout -b <this_branch>us; scout --versionpaxaprocedure, 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: