Skip to content

Commit

Permalink
Merge pull request #6 from BCCDC-PHL/num-consensus-indel
Browse files Browse the repository at this point in the history
Add indels to chart
  • Loading branch information
dfornika authored Nov 18, 2021
2 parents 9695f5d + 872e6d6 commit 6eab9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/covid_qc/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@

(defn variants-histogram-plot []
(let [bins [[0 1] [1 2] [2 4] [4 6] [6 8] [8 12] [12 14] [14 16] [16 18] [18 20] [20 22] [22 24] [24 26] [26 28] [28 30] [30 32] [32 34] [34 36] [36 38] [38 40] [40 42]]
select-data-keys #(select-keys % [:library_id :num_consensus_snvs :num_consensus_iupac])
select-data-keys #(select-keys % [:library_id :num_consensus_snvs :num_consensus_iupac :num_variants_indel])
selected-plate-ncov-tools-qc-summary (get (:ncov-tools-qc-summaries @db) (:selected-plate-id @db))
data (map select-data-keys selected-plate-ncov-tools-qc-summary)]
[:div {:style {:border "1px solid lightgrey"}}
Expand Down

0 comments on commit 6eab9fe

Please sign in to comment.