-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-route flow to illumina device tables. (#3349)(major)
# Description Feature branch to re-route the post-processing database flow from the `Flowcell` -> `SampleLaneSequencingMetrics` model paradigm to `IlluminaFlowCell` -> `IlluminaSequencingRun` -> `IlluminaSampleSequencingMetrics`. The choice to use a feature branch is to collect all changes and make sure they are tested. Since we need to alter core logic that requires a database migration we cannot do these step by step. PR in servers: Clinical-Genomics/servers#1394 Data migration script: Clinical-Genomics/add-new-tech#7 ## Deploy ```shell bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-tool-stage.sh -e S_cg -t cg -b develop-illumina-devices -a ``` ## CLI command changes Commands that need to be updated in servers - [x] `cg clean flow-cells` -> `cg clean illumina-runs` (requires servers update, PR: <placeholder>) - [x] `cg backup encrypt-flow-cells` -> `cg backup encrypt-illumina-runs` (requires servers update, PR: <placeholder>) - [x] `cg backup flow-cells` -> `cg backup illumina-runs` (requires servers update, PR: <placeholder>) - [x] `cg backup fetch-flow-cell`-> `cg backup fetch-illumina-run` (no update needed) - [x] `cg demultiplex finish flow-cell` -> `cg demultiplex finish illumina-run` (no update needed in servers - [x] `cg get flow-cell` -> `cg get sequencing-run` (Does not require a PR in servers) - [x] `cg set flowcell` -> `cg set sequencing-run` (Does not require a PR in servers) - [x] `cg store flow-cell`-> `cg store illumina-run` (Does not require a PR in servers) - [x] `cg store demultiplexed-flow-cell` -> `cg store demultiplexed-run` (Does not require a PR in servers) - [x] `cg decompress flow-cell` -> `cg decompress illumina-run` (Does not require a PR in servers)
- Loading branch information
1 parent
e29050b
commit e65ae73
Showing
166 changed files
with
5,676 additions
and
8,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.