Skip to content

Commit 4c44647

Browse files
committed
Remove duplicate icon
1 parent a0d9a0d commit 4c44647

File tree

7 files changed

+14
-17
lines changed

7 files changed

+14
-17
lines changed

crispr-icon.png

-30.6 KB
Binary file not shown.

docker-compose.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ services:
1717
- ./jbrowse/data:/var/www/html/jbrowse/data
1818
- ./jbrowse/plugins/ColorByCDS:/var/www/html/jbrowse/plugins/ColorByCDS
1919
- ./jbrowse/plugins/ExportSequence:/var/www/html/jbrowse/plugins/ExportSequence
20-
- ./crispr-icon.png:/var/www/html/crispr-icon.png
2120
- mongodb:/var/lib/mongodb
2221
volumes:
2322
mongodb:
2423

25-
# After startup, exec into the container and run
26-
# cd /var/www/html/src/setup
27-
# python3 setup.py -r /var/www/html -g Saccharomyces_cerevisiae -v R64-1-1 -fa2bit /var/www/html/bin/faToTwoBit -b /usr/bin
24+
# docker-compose exec forcast ./src/setup/setup.sh 106 Saccharomyces_cerevisiae R64-1-1

src/guide-finder/jinja2-templates/select.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8-
<link rel="icon" href="../../crispr-icon.png" sizes="100x100">
8+
<link rel="icon" href="../../docs/img/crispr-icon.png" sizes="100x100">
99
<title>FORCAST Guide Search</title>
1010
<style>
1111
.title {
@@ -46,9 +46,9 @@
4646
border: 1px solid #adadad;
4747
padding: 0.5rem;
4848
vertical-align: middle;
49-
}
49+
}
5050
.table-bordered thead th {
51-
border: 1px solid #adadad;
51+
border: 1px solid #adadad;
5252
}
5353
.popover {
5454
right: -100%;
@@ -74,7 +74,7 @@
7474
white-space: nowrap;
7575
}
7676
.green {
77-
color: #28a745;
77+
color: #28a745;
7878
}
7979
.tableTitle {
8080
font-size: 1.15rem;
@@ -200,7 +200,7 @@ <h5 class="mb-0">
200200
<div id="collapseTwo" class="collapse">
201201
<div class="card-body">
202202
<div class="center top-padding" id="loadingIcon">
203-
<img src="jinja2-templates/img/loading.gif" alt="loading icon" title="Searching for Guides">
203+
<img src="jinja2-templates/img/loading.gif" alt="loading icon" title="Searching for Guides">
204204
</div>
205205
<div id="guideResults"></div>
206206
</div>
@@ -315,7 +315,7 @@ <h5 class="mb-0">
315315
$("#loadingIcon").hide();
316316
$('#guideResults').html('Error: ' + xhr.status + ": " + xhr.statusText);
317317
}
318-
318+
319319
})
320320
}
321321

@@ -382,7 +382,7 @@ <h5 class="mb-0">
382382
error: function(xhr, status, error){
383383
console.log(error);
384384
}
385-
385+
386386
})
387387
}
388388

@@ -392,7 +392,7 @@ <h5 class="mb-0">
392392
$('[data-toggle="popover"]').popover({})
393393
}
394394
$(document).ready(enablePopovers());
395-
395+
396396
// enable tooltips
397397
$(function () {
398398
$('[data-toggle="tooltip"]').tooltip()
@@ -409,4 +409,4 @@ <h5 class="mb-0">
409409
}
410410
</script>
411411
</body>
412-
</html>
412+
</html>

src/landing-page/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="../../docs/bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js"></script>
77
<link rel="stylesheet" href="../../docs/bin/bootstrap-4.4.1-dist/css/bootstrap.min.css">
88
<link rel="stylesheet" href="css/landing-page.css">
9-
<link rel="icon" href="../../crispr-icon.png" sizes="100x100">
9+
<link rel="icon" href="../../docs/img/crispr-icon.png" sizes="100x100">
1010
</head>
1111
<!-- end header definition -->
1212
<body>

src/landing-page/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="../../docs/bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js"></script>
77
<link rel="stylesheet" href="../../docs/bin/bootstrap-4.4.1-dist/css/bootstrap.min.css">
88
<link rel="stylesheet" href="css/landing-page.css">
9-
<link rel="icon" href="../../crispr-icon.png" sizes="100x100">
9+
<link rel="icon" href="../../docs/img/crispr-icon.png" sizes="100x100">
1010
</head>
1111
<!-- end header definition -->
1212
<body>

src/landing-page/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>
1111
<link rel="stylesheet" href="css/landing-page.css">
1212
<script async="async" src="js/functions.js"></script>
13-
<link rel="icon" href="../../crispr-icon.png" sizes="100x100">
13+
<link rel="icon" href="../../docs/img/crispr-icon.png" sizes="100x100">
1414
</head>
1515
<!-- end header definition -->
1616
<body>

src/landing-page/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="../../docs/bin/bootstrap-4.4.1-dist/jquery-3.4.1.min.js"></script>
77
<link rel="stylesheet" href="../../docs/bin/bootstrap-4.4.1-dist/css/bootstrap.min.css">
88
<link rel="stylesheet" href="css/landing-page.css">
9-
<link rel="icon" href="../../crispr-icon.png" sizes="100x100">
9+
<link rel="icon" href="../../docs/img/crispr-icon.png" sizes="100x100">
1010
</head>
1111
<!-- end header definition -->
1212
<body>

0 commit comments

Comments
 (0)