Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large aggregation #192

Merged
merged 67 commits into from
May 4, 2022
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
a7ffd46
Squashed commit of the following:
kclem Jan 11, 2022
ddbd39f
Merge branch 'pinellolab:master' into master
kclem Jan 13, 2022
a7cde12
Add parameter `--suppress_batch_summary_plots`
kclem Jan 23, 2022
c150468
Pep formatting cleanup
kclem Jan 23, 2022
55c2e9b
Add summary nucleotide plots to aggregate
kclem Jan 23, 2022
1316d30
Aggregate plots are paginated
kclem Jan 23, 2022
2e9b50b
Update CRISPRessoAggregateCORE.py
kclem Jan 23, 2022
6d5bc83
Add --max_samples_per_summary_plot to CRISPRessoAggregate
kclem Jan 24, 2022
ef67027
Add plotly function to plot an interactive heatmap
Colelyman Jan 26, 2022
2ffdff7
Fix deprecated numpy type to suppress warning
Colelyman Jan 26, 2022
06e05db
Add plotting of heatmaps to CRISPRessoAggregateCORE to summarize modi…
Colelyman Jan 26, 2022
bab6e51
Add the heatmap summaries to the CRISPRessoAggregate report
Colelyman Jan 26, 2022
7829387
Update Bootstrap to 5.1.3
Colelyman Jan 28, 2022
9da1403
Move the plotly heatmaps to a Bootstrap modal
Colelyman Jan 29, 2022
bbb7d6f
Merge branch 'master' of https://github.com/edilytics/CRISPResso2
kclem Mar 15, 2022
769f58d
Fix bug where plots were not filling up entire modal.
Colelyman Mar 15, 2022
802bb1f
Update the axis labels and add autosize to plotly heatmaps
Colelyman Mar 16, 2022
91fa0ad
Abandon attempts to make plots fullscreen
Colelyman Mar 16, 2022
ec6e570
Rename and refactor how plot data is passed around
Colelyman Mar 18, 2022
e8370ec
Implement the line plot version of the modification percentages
Colelyman Mar 22, 2022
82f5d55
Change default `max_samples_per_summary_plot` to be 150 instead of 250
Colelyman Mar 22, 2022
e076330
Remove extra assignments of `this_number_samples` and suppress plot
Colelyman Mar 22, 2022
05c5bbd
Implement parallel plotting in CRISPRessoAggregate
Colelyman Mar 22, 2022
cbe560f
Fix sample indexing error and heatmap scaling for large number of sam…
Colelyman Mar 23, 2022
af4ab6e
Merge branch 'pinellolab:master' into master
Colelyman Mar 25, 2022
b7245da
Add parameter `--suppress_batch_summary_plots`
kclem Jan 23, 2022
c5ff5b4
Pep formatting cleanup
kclem Jan 23, 2022
70c22c4
Add summary nucleotide plots to aggregate
kclem Jan 23, 2022
87839e7
Aggregate plots are paginated
kclem Jan 23, 2022
e41d639
Update CRISPRessoAggregateCORE.py
kclem Jan 23, 2022
f86b10f
Add --max_samples_per_summary_plot to CRISPRessoAggregate
kclem Jan 24, 2022
ed6a038
Add plotly function to plot an interactive heatmap
Colelyman Jan 26, 2022
47a6bc0
Fix deprecated numpy type to suppress warning
Colelyman Jan 26, 2022
b1951a6
Add plotting of heatmaps to CRISPRessoAggregateCORE to summarize modi…
Colelyman Jan 26, 2022
164299d
Add the heatmap summaries to the CRISPRessoAggregate report
Colelyman Jan 26, 2022
13c03f8
Update Bootstrap to 5.1.3
Colelyman Jan 28, 2022
45e4ccf
Move the plotly heatmaps to a Bootstrap modal
Colelyman Jan 29, 2022
b5897f9
Fix bug where plots were not filling up entire modal.
Colelyman Mar 15, 2022
62f4e38
Update the axis labels and add autosize to plotly heatmaps
Colelyman Mar 16, 2022
ff1305a
Abandon attempts to make plots fullscreen
Colelyman Mar 16, 2022
f0d424d
Rename and refactor how plot data is passed around
Colelyman Mar 18, 2022
7653f67
Implement the line plot version of the modification percentages
Colelyman Mar 22, 2022
077a60c
Change default `max_samples_per_summary_plot` to be 150 instead of 250
Colelyman Mar 22, 2022
e32b202
Remove extra assignments of `this_number_samples` and suppress plot
Colelyman Mar 22, 2022
b8c1a8c
Implement parallel plotting in CRISPRessoAggregate
Colelyman Mar 22, 2022
e514ccf
Fix sample indexing error and heatmap scaling for large number of sam…
Colelyman Mar 23, 2022
862e803
Merge branch 'largeAggregation' of https://github.com/edilytics/CRISP…
kclem Mar 27, 2022
dcadcff
Add plotly requrement to setup.py
kclem Mar 27, 2022
0220ea4
Remove space around vertical barcharts
kclem Mar 27, 2022
4380407
Add scrollbar to long images in multiReport
kclem Mar 27, 2022
13c56ee
Fill in default (empty) values to allele modification plots
Colelyman Mar 28, 2022
4b2bdcd
Include CRISPRessoBatch in the refactor of how summary_plot dicts are…
Colelyman Mar 29, 2022
f69250f
Update dockerfile for new docker
kclem Apr 8, 2022
0f1beda
minor bug fixes for plotCustomAllelePlot.py to work with Python3 (#212)
dharjanto Apr 12, 2022
e96e3df
Allow for flexible parsing of quant window coordinates
kclem Apr 15, 2022
095ce13
CRISPRessoPooled debug flash command, fix pep formatting
kclem Apr 15, 2022
b5f9ec0
Set flexiguide homology parameter type to int
kclem Apr 15, 2022
0002ebb
Coerce ints in batch file checking (#200)
Snicker7 Apr 15, 2022
1a2d9c1
Handle multiple qwcs in batch mode
kclem Apr 15, 2022
ded680c
Fix bug from old pandas for int cols
kclem Apr 15, 2022
4e812ed
Merge branch 'pinellolab:master' into master
Colelyman May 2, 2022
3b21f39
Merge branch 'master' into largeAggregation
Colelyman May 3, 2022
894a266
Create allele modification heatmaps and line plots in CRISPRessoBatch
Colelyman May 3, 2022
dffcd21
Add allele modification heatmaps and line plots to CRISPRessoBatch
Colelyman May 3, 2022
114562c
Make all plots in CRISPRessoBatch run in parallel
Colelyman May 3, 2022
1379c07
Make `--suppress_batch_summary_plots` store true
Colelyman May 3, 2022
4558350
Add blank values for allele_modification entries when not present
Colelyman May 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Bootstrap to 5.1.3
This is mainly so that we can use the fullscreen modal functionality in this version.
  • Loading branch information
Colelyman committed Jan 28, 2022
commit 78293879ca5dcec128665e1b7e1d2e74ec8c5370
10 changes: 4 additions & 6 deletions CRISPResso2/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
<meta name="description" content="CRISPResso2: Analysis of genome editing outcomes from deep sequencing data">
<meta name="author" content="Kendell Clement and Luca Pinello">
<link href='https://fonts.googleapis.com/css?family=Montserrat|Ranga:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.1/materia/bootstrap.min.css">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

<style>
body {
font-family: 'Montserrat', sans-serif !important;
Expand Down Expand Up @@ -97,9 +94,10 @@ <h3 style="margin-top: -0.5em;padding-right: 2em;">Analysis of genome editing ou

<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.min.js" integrity="sha512-OvBgP9A2JBgiRad/mM36mkzXSXaJE9BEIENnVEmeZdITvwT09xnxLtT4twkCa8m/loMbPHsvPl0T8lRGVBwjlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
{% block foot %}{% endblock %}
</body>

Expand Down