sequenceserver 1.1.0.beta6 → 1.1.0.beta7
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.
Potentially problematic release.
This version of sequenceserver might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/sequenceserver/version.rb +1 -1
- data/public/js/circos.js +4 -4
- data/public/js/{errormodal.js → error_modal.js} +0 -0
- data/public/js/{alignmentsoverview.js → hits_overview.js} +2 -2
- data/public/js/kablammo.js +2 -2
- data/public/js/{lengthdistribution.js → length_distribution.js} +1 -1
- data/public/js/report.js +212 -200
- data/public/sequenceserver-report.min.js +17 -16
- metadata +5 -5
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequenceserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0.
|
4
|
+
version: 1.1.0.beta7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anurag Priyam
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-05-
|
14
|
+
date: 2018-05-26 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sinatra
|
@@ -310,14 +310,14 @@ files:
|
|
310
310
|
- public/fonts/fontawesome-webfont.woff
|
311
311
|
- public/fonts/fontawesome-webfont.woff2
|
312
312
|
- public/js/alignment_exporter.js
|
313
|
-
- public/js/alignmentsoverview.js
|
314
313
|
- public/js/circos.js
|
315
|
-
- public/js/
|
314
|
+
- public/js/error_modal.js
|
316
315
|
- public/js/exporter.js
|
317
316
|
- public/js/grapher.js
|
317
|
+
- public/js/hits_overview.js
|
318
318
|
- public/js/kablammo.js
|
319
319
|
- public/js/kablammo/alignment_viewer.js
|
320
|
-
- public/js/
|
320
|
+
- public/js/length_distribution.js
|
321
321
|
- public/js/report.js
|
322
322
|
- public/js/search.js
|
323
323
|
- public/js/sequence.js
|