viral_seq 1.6.0 → 1.6.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/Gemfile.lock +1 -1
- data/README.md +5 -0
- data/bin/tcs +1 -1
- data/bin/tcs_log +1 -1
- data/lib/viral_seq/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53c276c8975ad7b714e69906210e78950a3a6efa593cc56565fcf1b80d41d5db
|
|
4
|
+
data.tar.gz: 6171d3fb2594d2c214b6b94420dee99915e59941e4aeb74cd723bbc9a1d42ab8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 802ba6aff173d1fdae22f110e75228e2ed8d66ae4147c0e7c12ac2cad0334ca588e3ab23de57bda04bf7dfb33c778b5132c97f2eb58991c82584419ae29b5051
|
|
7
|
+
data.tar.gz: eb40f1364222f459392edc0dd00eba03b417d2236c4c0d2ea75b88b3153f6bf209aaf9ff0e5b28309de4abc33464cc9e9607d8d4b8bef16a9a1965a850a835ef
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -179,6 +179,11 @@ qc_seqhash.sdrm_hiv_pr(cut_off)
|
|
|
179
179
|
|
|
180
180
|
## Updates
|
|
181
181
|
|
|
182
|
+
### Version-1.6.1-02022022
|
|
183
|
+
|
|
184
|
+
1. Fixed the `nav bar` in tcs_log html file.
|
|
185
|
+
2. Fixed a typo in `tcs`.
|
|
186
|
+
|
|
182
187
|
### Version 1.6.0-01042022
|
|
183
188
|
|
|
184
189
|
1. Update the `ViralSeq::TcsCore::detection_limit` with pre-calculated values to save processing time.
|
data/bin/tcs
CHANGED
|
@@ -173,7 +173,7 @@ begin
|
|
|
173
173
|
unless forward_primer
|
|
174
174
|
log.puts Time.now.to_s + "\t" + region + " does not have forward primer sequence. #{region} skipped."
|
|
175
175
|
end
|
|
176
|
-
summary_json[:
|
|
176
|
+
summary_json[:cdna_primer] = cdna_primer
|
|
177
177
|
summary_json[:forward_primer] = forward_primer
|
|
178
178
|
|
|
179
179
|
primer[:majority] ? majority_cut_off = primer[:majority] : majority_cut_off = 0
|
data/bin/tcs_log
CHANGED
|
@@ -613,7 +613,7 @@ html = '
|
|
|
613
613
|
<body>
|
|
614
614
|
<div style="display: flex; flex-direction: column; height: 100vh; width: 100vw; position: fixed; overflow: hidden;">
|
|
615
615
|
<div style="display: flex; gap: 4px;">
|
|
616
|
-
<div id="nav" class="card" style="overflow: auto;
|
|
616
|
+
<div id="nav" class="card" style="overflow: auto; height: 100vh; text-align: left; margin-top: 0;">
|
|
617
617
|
<a href="https://primer-id.org" target="_BLANK">
|
|
618
618
|
<h3 style="margin: 24px; font-weight: 600; color: #333 !important">TCS Log</h3>
|
|
619
619
|
</a>
|
data/lib/viral_seq/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: viral_seq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shuntai Zhou
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|