miga-base 0.7.12.0 → 0.7.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/miga/cli/action/browse/about.html +31 -0
- data/lib/miga/cli/action/browse/dataset.html +5 -0
- data/lib/miga/cli/action/browse/dataset_menu_item.html +3 -0
- data/lib/miga/cli/action/browse/datasets.html +4 -0
- data/lib/miga/cli/action/browse/favicon-32.png +0 -0
- data/lib/miga/cli/action/browse/index.html +8 -0
- data/lib/miga/cli/action/browse/layout.html +57 -0
- data/lib/miga/cli/action/browse/redirect.html +11 -0
- data/lib/miga/cli/action/browse/style.css +97 -0
- data/lib/miga/version.rb +2 -2
- metadata +11 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 881c30021a8c7e8219dd2fad710bc3049eb56ce1307c0507607b3dd2c83ab296
|
|
4
|
+
data.tar.gz: 34b47f66564a02413b79e12fa19cf181c639c50ae28030cef624634485c8af9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb36047b431765f2227e991d7adb5a2899801018a067227e581d8e0b63999082099c8f41138395ce83c86e7664284a9cb9267c280138d62656a8b671ffda2bee
|
|
7
|
+
data.tar.gz: ec59a539424db91f6744799ea022c1aa56c39123b4c43e19f1ce20b01954c16c90e481a4e062d3ed01d912f57eda4c29123047399041889ba1997a4eb839f94d
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<h1 class="h2 border-bottom pt-3 pb-2 mb-3">About MiGA</h1>
|
|
2
|
+
<p>
|
|
3
|
+
MiGA is developed and maintained by
|
|
4
|
+
<a href='https://rodriguez-r.com/'>Luis M. Rodriguez-R</a>.
|
|
5
|
+
|
|
6
|
+
The MiGA codebase is
|
|
7
|
+
<a href='http://code.microbial-genomes.org/miga'>freely available</a> under the
|
|
8
|
+
terms of the terms of the
|
|
9
|
+
<a href='http://code.microbial-genomes.org/miga/blob/master/LICENSE'>Artistic License 2.0</a>.
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p>
|
|
13
|
+
MiGA is the result of a collaboration between the
|
|
14
|
+
<a href='http://enve-omics.gatech.edu/'>Kostas Lab</a>
|
|
15
|
+
(<a href='http://www.gatech.edu/'>Georgia Institute of Technology</a>) and the
|
|
16
|
+
<a href='http://rdp.cme.msu.edu/'>RDP team</a>
|
|
17
|
+
(<a href='http://cme.msu.edu/'>Center for Microbial Ecology</a>,
|
|
18
|
+
<a href='https://msu.edu/'>Michigan State University</a>).
|
|
19
|
+
The MiGA project is funded by the
|
|
20
|
+
<a href='http://nsf.gov/'>US National Science Foundation</a>
|
|
21
|
+
(Awards <a href='http://nsf.gov/awardsearch/showAward?AWD_ID=1356288'>#1356288</a> &
|
|
22
|
+
<a href='https://xras.xsede.org/public/requests/31162-XSEDE-MCB190042-1190572'>#MCB190042</a>).
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
<h1 class="h2 border-bottom pt-3 pb-2 mb-3">Citation</h1>
|
|
26
|
+
If you use MiGA in your work, consider citing:
|
|
27
|
+
<blockquote class='border-left p-3'>
|
|
28
|
+
{{citation}}
|
|
29
|
+
</blockquote>
|
|
30
|
+
|
|
31
|
+
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta charset="utf-8">
|
|
4
|
+
<title>MiGA | {{project_name}}</title>
|
|
5
|
+
|
|
6
|
+
<!-- Remote assets -->
|
|
7
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
|
8
|
+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
9
|
+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
10
|
+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
|
11
|
+
|
|
12
|
+
<!-- Local assets -->
|
|
13
|
+
<link href="style.css" rel="stylesheet">
|
|
14
|
+
<link rel="icon" href="favicon-32.png" sizes="32x32" type="image/png">
|
|
15
|
+
</head>
|
|
16
|
+
<body>
|
|
17
|
+
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
|
|
18
|
+
<a class="navbar-brand col-md-12 col-lg-12 mr-0 px-3"
|
|
19
|
+
href="index.html">MiGA | {{project_name}}</a>
|
|
20
|
+
<button class="navbar-toggler position-absolute d-md-none collapsed"
|
|
21
|
+
type="button" data-toggle="collapse" data-target="#sidebarMenu"
|
|
22
|
+
aria-controls="sidebarMenu" aria-expanded="false"
|
|
23
|
+
aria-label="Toggle navigation">
|
|
24
|
+
<span class="navbar-toggler-icon"></span>
|
|
25
|
+
</button>
|
|
26
|
+
</nav>
|
|
27
|
+
<div class="container-fluid">
|
|
28
|
+
<div class="row">
|
|
29
|
+
<nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse">
|
|
30
|
+
<div class="sidebar-sticky pt-3">
|
|
31
|
+
<ul class="nav flex-column">
|
|
32
|
+
<li class="nav-item">
|
|
33
|
+
<a class="nav-link {{project_active}}" href="index.html">Project</a>
|
|
34
|
+
</li>
|
|
35
|
+
<li class="nav-item">
|
|
36
|
+
<a class="nav-link {{ref_datasets_active}}"
|
|
37
|
+
href="ref_datasets.html">Reference datasets</a>
|
|
38
|
+
</li>
|
|
39
|
+
<li class="nav-item">
|
|
40
|
+
<a class="nav-link {{qry_datasets_active}}"
|
|
41
|
+
href="qry_datasets.html">Query datasets</a>
|
|
42
|
+
</li>
|
|
43
|
+
<li class="nav-item border-top mt-4">
|
|
44
|
+
<a class="nav-link {{about_miga_active}}"
|
|
45
|
+
href="about.html">About MiGA</a>
|
|
46
|
+
</li>
|
|
47
|
+
</ul>
|
|
48
|
+
</div>
|
|
49
|
+
</nav>
|
|
50
|
+
|
|
51
|
+
<main role="main" class="col-md-9 ml-sm-auto col-lg-10 px-md-4">
|
|
52
|
+
{{content}}
|
|
53
|
+
</main>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</body>
|
|
57
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<head>
|
|
3
|
+
<title>MiGA Project</title>
|
|
4
|
+
<meta http-equiv = "refresh" content = "1; url = browse/index.html" />
|
|
5
|
+
</head>
|
|
6
|
+
<body>
|
|
7
|
+
<div style='font-size:200%; margin-top: 5em; text-align: center;'>
|
|
8
|
+
Redirecting to <a href='browse/index.html'>Project page</a>...
|
|
9
|
+
</div>
|
|
10
|
+
</body>
|
|
11
|
+
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
body {
|
|
2
|
+
font-size: .875rem;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
* Sidebar
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
.sidebar {
|
|
10
|
+
position: fixed;
|
|
11
|
+
top: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
z-index: 100; /* Behind the navbar */
|
|
15
|
+
padding: 48px 0 0; /* Height of navbar */
|
|
16
|
+
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@media (max-width: 767.98px) {
|
|
20
|
+
.sidebar {
|
|
21
|
+
top: 3rem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sidebar-sticky {
|
|
26
|
+
position: relative;
|
|
27
|
+
top: 0;
|
|
28
|
+
height: calc(100vh - 48px);
|
|
29
|
+
padding-top: .5rem;
|
|
30
|
+
overflow-x: hidden;
|
|
31
|
+
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
35
|
+
.sidebar-sticky {
|
|
36
|
+
position: -webkit-sticky;
|
|
37
|
+
position: sticky;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.sidebar .nav-link {
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
color: #333;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sidebar .nav-link .feather {
|
|
47
|
+
margin-right: 4px;
|
|
48
|
+
color: #999;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sidebar .nav-link.active {
|
|
52
|
+
color: #007bff;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sidebar .nav-link:hover .feather,
|
|
56
|
+
.sidebar .nav-link.active .feather {
|
|
57
|
+
color: inherit;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sidebar-heading {
|
|
61
|
+
font-size: .75rem;
|
|
62
|
+
text-transform: uppercase;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/*
|
|
66
|
+
* Navbar
|
|
67
|
+
*/
|
|
68
|
+
|
|
69
|
+
.navbar-brand {
|
|
70
|
+
padding-top: .75rem;
|
|
71
|
+
padding-bottom: .75rem;
|
|
72
|
+
font-size: 1rem;
|
|
73
|
+
background-color: rgba(0, 0, 0, .25);
|
|
74
|
+
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.navbar .navbar-toggler {
|
|
78
|
+
top: .25rem;
|
|
79
|
+
right: 1rem;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.navbar .form-control {
|
|
83
|
+
padding: .75rem 1rem;
|
|
84
|
+
border-width: 0;
|
|
85
|
+
border-radius: 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.form-control-dark {
|
|
89
|
+
color: #fff;
|
|
90
|
+
background-color: rgba(255, 255, 255, .1);
|
|
91
|
+
border-color: rgba(255, 255, 255, .1);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.form-control-dark:focus {
|
|
95
|
+
border-color: transparent;
|
|
96
|
+
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
|
|
97
|
+
}
|
data/lib/miga/version.rb
CHANGED
|
@@ -8,7 +8,7 @@ module MiGA
|
|
|
8
8
|
# - Float representing the major.minor version.
|
|
9
9
|
# - Integer representing gem releases of the current version.
|
|
10
10
|
# - Integer representing minor changes that require new version number.
|
|
11
|
-
VERSION = [0.7, 12,
|
|
11
|
+
VERSION = [0.7, 12, 1]
|
|
12
12
|
|
|
13
13
|
##
|
|
14
14
|
# Nickname for the current major.minor version.
|
|
@@ -16,7 +16,7 @@ module MiGA
|
|
|
16
16
|
|
|
17
17
|
##
|
|
18
18
|
# Date of the current gem release.
|
|
19
|
-
VERSION_DATE = Date.new(2020, 7,
|
|
19
|
+
VERSION_DATE = Date.new(2020, 7, 24)
|
|
20
20
|
|
|
21
21
|
##
|
|
22
22
|
# Reference of MiGA.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: miga-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.12.
|
|
4
|
+
version: 0.7.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luis M. Rodriguez-R
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-07-
|
|
11
|
+
date: 2020-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: daemons
|
|
@@ -119,6 +119,15 @@ files:
|
|
|
119
119
|
- lib/miga/cli/action/add_result.rb
|
|
120
120
|
- lib/miga/cli/action/archive.rb
|
|
121
121
|
- lib/miga/cli/action/browse.rb
|
|
122
|
+
- lib/miga/cli/action/browse/about.html
|
|
123
|
+
- lib/miga/cli/action/browse/dataset.html
|
|
124
|
+
- lib/miga/cli/action/browse/dataset_menu_item.html
|
|
125
|
+
- lib/miga/cli/action/browse/datasets.html
|
|
126
|
+
- lib/miga/cli/action/browse/favicon-32.png
|
|
127
|
+
- lib/miga/cli/action/browse/index.html
|
|
128
|
+
- lib/miga/cli/action/browse/layout.html
|
|
129
|
+
- lib/miga/cli/action/browse/redirect.html
|
|
130
|
+
- lib/miga/cli/action/browse/style.css
|
|
122
131
|
- lib/miga/cli/action/classify_wf.rb
|
|
123
132
|
- lib/miga/cli/action/console.rb
|
|
124
133
|
- lib/miga/cli/action/daemon.rb
|