We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c190d4 commit c362cd7Copy full SHA for c362cd7
README.md
@@ -11,6 +11,9 @@
11
<img src="https://img.shields.io/badge/license-APACHE-blue?style=flat">
12
</a>
13
14
+> [!WARNING]
15
+> You should add the `-k/--insecure` option to all your current command as the GTDB API has currently SSL issue.
16
+> We have not yet decided to switch it as a default configuration as disabling peer SSL certificate verification can be a critical issue.
17
18
## 🗺️ Overview
19
@@ -80,7 +83,7 @@ xgt genome -k --metadata GCA_001512625.1
80
83
81
84
# Taxon subcommand: information about a specific taxon
82
85
## Get direct descendant of a taxon
-xgt taxon g__Escherichia
86
+xgt taxon -k g__Escherichia
87
88
## Search for a taxon in GTDB's current release
89
xgt taxon -kw --search g__Escherichia
0 commit comments