Skip to content

Commit

Permalink
uncommenting fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed May 25, 2019
1 parent 9f7566c commit 8d7d150
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/rest_api/classes/variation/widgets/molecular_details.clj
Original file line number Diff line number Diff line change
Expand Up @@ -847,20 +847,20 @@

(def widget
{:name generic/name-field
; :polymorphism_type polymorphism-type
; :amino_acid_change amino-acid-change
; :detection_method detection-method
; :deletion_verification deletion-verification
; :sequence_context sequence-context
; :flanking_pcr_products flanking-pcr-products
; :variation_type variation-type
; :features_affected features-affected
; :cgh_deleted_probes cgh-deleted-probes
; :cgh_flanking_probes cgh-flanking-probes
:polymorphism_type polymorphism-type
:amino_acid_change amino-acid-change
:detection_method detection-method
:deletion_verification deletion-verification
:sequence_context sequence-context
:flanking_pcr_products flanking-pcr-products
:variation_type variation-type
:features_affected features-affected
:cgh_deleted_probes cgh-deleted-probes
:cgh_flanking_probes cgh-flanking-probes
:polymorphism_assays polymorphism-assays
; :affects_splice_site affects-splice-site
; :polymorphism_status polymorphism-status
; :nucleotide_change nucleotide-change
; :reference_strain reference-strain
; :causes_frameshift causes-frameshift
:affects_splice_site affects-splice-site
:polymorphism_status polymorphism-status
:nucleotide_change nucleotide-change
:reference_strain reference-strain
:causes_frameshift causes-frameshift
:sequencing_status sequencing-status})

0 comments on commit 8d7d150

Please sign in to comment.