-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
YichaoOU
committed
May 28, 2021
1 parent
9d4686b
commit 2b0369f
Showing
35 changed files
with
2,500 additions
and
47 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
229 changes: 229 additions & 0 deletions
229
dash_app/AWS/assets/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* resize figures in table upon callback get fires */ | ||
|
||
if(!window.dash_clientside) {window.dash_clientside = {};} | ||
window.dash_clientside.clientside = { | ||
resize: function (value) { | ||
console.log("resizing..."); | ||
window.dispatchEvent(new Event('resize')); | ||
return null | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
genome_fasta: hg19.fa | ||
n_jobs: 1 |
117 changes: 117 additions & 0 deletions
117
dash_app/AWS/data/sankaran_2016_cell.top_pegRNAs.csv.top1.pegRNA.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.