Skip to content

Commit db73cf1

Browse files
committed
Update changelog for "0.6.9"
This commit was created by changelog-from-release in 'Post release' CI workflow
1 parent 49956e8 commit db73cf1

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="0.6.9"></a>
2+
# [pyard-status command to check the status of all tables in the databases (0.6.9)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.9) - 27 Sep 2021
3+
4+
`pyard-status` command to check the status of all tables in the databases. This will help to see if there are missing tables and also to compare number of data between versions.
5+
6+
```
7+
-------------------------------------------
8+
IMGT DB Version: 3290
9+
-------------------------------------------
10+
|Table Name |Rows |
11+
|-----------------------------------------|
12+
|dup_g | 17|
13+
|dup_lg | 0|
14+
|dup_lgx | 0|
15+
|g_group | 2786|
16+
|lg_group | 2786|
17+
|lgx_group | 2786|
18+
MISSING: exon_group table
19+
MISSING: p_group table
20+
|alleles | 18451|
21+
|xx_codes | 946|
22+
MISSING: who_alleles table
23+
MISSING: who_group table
24+
-------------------------------------------
25+
```
26+
27+
28+
[Changes][0.6.9]
29+
30+
131
<a name="0.6.8"></a>
232
# [Supports WHO and exon Reduction Types (0.6.8)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.8) - 24 Sep 2021
333

@@ -228,6 +258,7 @@ yes
228258
[Changes][0.0.14]
229259

230260

261+
[0.6.9]: https://github.com/nmdp-bioinformatics/py-ard/compare/0.6.8...0.6.9
231262
[0.6.8]: https://github.com/nmdp-bioinformatics/py-ard/compare/0.6.6...0.6.8
232263
[0.6.6]: https://github.com/nmdp-bioinformatics/py-ard/compare/0.6.5...0.6.6
233264
[0.6.5]: https://github.com/nmdp-bioinformatics/py-ard/compare/0.6.4...0.6.5
@@ -251,4 +282,4 @@ yes
251282
[0.0.15]: https://github.com/nmdp-bioinformatics/py-ard/compare/0.0.14...0.0.15
252283
[0.0.14]: https://github.com/nmdp-bioinformatics/py-ard/tree/0.0.14
253284

254-
<!-- Generated by changelog-from-release -->
285+
<!-- Generated by https://github.com/rhysd/changelog-from-release -->

0 commit comments

Comments
 (0)