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
-`sequence_taxonomy_lca.tsv.gz`: The lowest common ancestor of the sequences in tab separated text.
44
43
@@ -53,7 +52,7 @@ Columns are:
53
52
2. the taxonomy ID from [NCBI taxonomy](https://www.ncbi.nlm.nih.gov/datasets/taxonomy/tree). For example, this is [310915](https://www.ncbi.nlm.nih.gov/datasets/taxonomy/310915/)
54
53
3. the taxonomic clade. `Species` in this example
55
54
4. The organism name. `Pangasianodon hypophthalmus`
56
-
5.
55
+
57
56
58
57
59
58
-`sequence_taxonomy_report.gz` a Kraken2 style output report
@@ -64,6 +63,14 @@ Example output:
64
63
0.8561 9653 9653 species 310915 Pangasianodon hypophthalmus
65
64
```
66
65
66
+
The columns are
67
+
1. The fraction of reads that map at this clade
68
+
2. The number of reads that map at the clade, or lower
69
+
3. The number of reads that map at exactly this clade
70
+
4. The taxonomic level
71
+
5. The taxonomy ID. For example, this is [310915](https://www.ncbi.nlm.nih.gov/datasets/taxonomy/310915/)
72
+
6. The taxonomy name
73
+
67
74
-`sequence_taxonomy_tophit_aln.gz` the `blast m8` format
0 commit comments