Commit 6acc3d4
feat(deposition): stop checking for GCAs on NCBI, improve test logging (#6878)
Genbank is no longer syncing assembly GCA accessions from ENA - we know
since a over a year when we were told at the ENA days by ENA, see
pathoplexus/ena-submission#80.
However, we still check for the visibility of all GCAs that we submitted
and are not live on Genbank every 12hours. This is custom code and fills
up the logs doing sth that will never return any new results.
Lets stop checking for this.
This PR also contains a PR that improves logging for deposition tests to
be more selective and informative:
- #6881
That PR was accidentally merged into this branch rather than main.
🚀 Preview: Add `preview` label to enable
---------
Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>1 parent 9b7ad97 commit 6acc3d4
4 files changed
Lines changed: 30 additions & 70 deletions
File tree
- ena-submission
- src/ena_deposition
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 0 additions & 62 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 76 | | |
128 | 77 | | |
129 | 78 | | |
130 | 79 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 80 | | |
135 | 81 | | |
136 | 82 | | |
| |||
193 | 139 | | |
194 | 140 | | |
195 | 141 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 142 | | |
203 | 143 | | |
204 | 144 | | |
| |||
348 | 288 | | |
349 | 289 | | |
350 | 290 | | |
351 | | - | |
352 | | - | |
353 | 291 | | |
354 | 292 | | |
355 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
657 | 656 | | |
658 | 657 | | |
659 | 658 | | |
| |||
0 commit comments