Skip to content

Commit

Permalink
moved site to /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshKieran committed Jan 25, 2024
1 parent 35378d9 commit 609cb1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![pipeline](./site_resources/Website_Fig.jpg)
![pipeline](./docs/Website_Fig.jpg)

## CRISPRi
This repository includes all analysis scripts as well as the accompanying volcano plot viewer source code.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<span id="header" style="display:none">
<sl-dialog id="alert-help" class="dialog-width" style="--width: 80vw;">
<div style="height:100%; overflow:scroll">
<img src="./site_resources/Website_Fig.jpg" alt="Experiment procedure overview" height="170px" style="display:block; margin-left: auto; margin-right: auto">
<img src="./Website_Fig.jpg" alt="Experiment procedure overview" height="170px" style="display:block; margin-left: auto; margin-right: auto">
<sl-card class="card">
<h3>CRISPRi Volcano Plot Guide</h3>
<p>
Expand Down Expand Up @@ -264,7 +264,7 @@ <h3>CRISPRi Volcano Plot Guide</h3>
var ro = new ResizeObserver(debounce((entries) => Plotly.Plots.resize('plot_container'), 100)).observe(document.getElementById('plot_container'));

$(document).ready(function () {
Papa.parse('./site_resources/Website_ResultsMx.csv', {
Papa.parse('./Website_ResultsMx.csv', {
download: true,
dynamicTyping: false,
complete: (results, file) => {
Expand Down

0 comments on commit 609cb1e

Please sign in to comment.