You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,33 @@
1
+
<aname="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
+
1
31
<aname="0.6.8"></a>
2
32
# [Supports WHO and exon Reduction Types (0.6.8)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.8) - 24 Sep 2021
0 commit comments