Clinical-Genomics / scout

VCF visualization interface
https://clinical-genomics.github.io/scout
BSD 3-Clause "New" or "Revised" License
152 stars 46 forks source link

Update case command options for omics_files #4797

Closed dnil closed 2 months ago

dnil commented 2 months ago

Is your feature request related to a problem in the current program to new available techology or software? Please describe and add links/citations if appropriate. Given that we can update vcf files for a case, it seems reasonable to be able to update also the omics files.

Describe the solution you'd like Add case level omics file options to scout update case.

Describe alternatives you've considered The command is a bit clunky as it is. It is tempting to refactor to have something more command like, like scout update case vcf sv research instead of the current multiple options. But that will have to wait for a major I guess.

Additional context Perhaps also consider adding an update for the rna_genome_build here, since the change would be in the same function anyway.