Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 17 new columns ({'class', 'Seq', 'GF-A4_12S_MiFish', 'GF-A3_12S_MiFish', 'phylum', 'GF-BRA_12S_MiFish', 'GF-NN_12S_MiFish', 'GF-S1_12S_MiFish', 'GF-A5_12S_MiFish', 'genus', 'species', 'domain', 'order', 'GF-A2_12S_MiFish', 'family', 'GF-MDR_12S_MiFish', 'ID'}) and 17 missing columns ({'GF-A5', 'GF-A2', 'Order', 'GF-MDR', 'Family', 'GF-A3', 'GF-BRA', 'Genus', 'GF-S1', 'Species', 'Unnamed: 0', 'Class', 'GF-A4', 'Kingdom', 'Phylum', 'rowname', 'GF-NN'}).
This happened while the csv dataset builder was generating data using
hf://datasets/DiegoGF1329/oceanus-gainforest/MiFish_OTU_table_clean.csv (at revision 2cc78535db8bb5db8608c9a5764f9013ca134e99)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
ID: string
GF-A2_12S_MiFish: double
GF-A3_12S_MiFish: double
GF-A4_12S_MiFish: double
GF-A5_12S_MiFish: double
GF-BRA_12S_MiFish: double
GF-MDR_12S_MiFish: double
GF-NN_12S_MiFish: double
GF-S1_12S_MiFish: double
Seq: string
domain: string
phylum: string
class: string
order: string
family: string
genus: string
species: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2318
to
{'Unnamed: 0': Value('int64'), 'rowname': Value('string'), 'GF-A2': Value('int64'), 'GF-A3': Value('int64'), 'GF-A4': Value('int64'), 'GF-A5': Value('int64'), 'GF-BRA': Value('int64'), 'GF-MDR': Value('int64'), 'GF-NN': Value('int64'), 'GF-S1': Value('int64'), 'Kingdom': Value('string'), 'Phylum': Value('string'), 'Class': Value('string'), 'Order': Value('string'), 'Family': Value('string'), 'Genus': Value('string'), 'Species': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 17 new columns ({'class', 'Seq', 'GF-A4_12S_MiFish', 'GF-A3_12S_MiFish', 'phylum', 'GF-BRA_12S_MiFish', 'GF-NN_12S_MiFish', 'GF-S1_12S_MiFish', 'GF-A5_12S_MiFish', 'genus', 'species', 'domain', 'order', 'GF-A2_12S_MiFish', 'family', 'GF-MDR_12S_MiFish', 'ID'}) and 17 missing columns ({'GF-A5', 'GF-A2', 'Order', 'GF-MDR', 'Family', 'GF-A3', 'GF-BRA', 'Genus', 'GF-S1', 'Species', 'Unnamed: 0', 'Class', 'GF-A4', 'Kingdom', 'Phylum', 'rowname', 'GF-NN'}).
This happened while the csv dataset builder was generating data using
hf://datasets/DiegoGF1329/oceanus-gainforest/MiFish_OTU_table_clean.csv (at revision 2cc78535db8bb5db8608c9a5764f9013ca134e99)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Unnamed: 0 int64 | rowname string | GF-A2 int64 | GF-A3 int64 | GF-A4 int64 | GF-A5 int64 | GF-BRA int64 | GF-MDR int64 | GF-NN int64 | GF-S1 int64 | Kingdom string | Phylum string | Class string | Order string | Family string | Genus string | Species string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | ZOTU4933 | 0 | 0 | 0 | 0 | 0 | 42 | 0 | 0 | Eukaryota | Chlorophyta | Chlorophyceae | Chlamydomonadales | Order_Chlamydomonadales | Order_Chlamydomonadales | Order_Chlamydomonadales |
2 | ZOTU3515 | 0 | 0 | 0 | 0 | 0 | 0 | 77 | 0 | Eukaryota | Platyhelminthes | Phylum_Platyhelminthes | Phylum_Platyhelminthes | Phylum_Platyhelminthes | Phylum_Platyhelminthes | Phylum_Platyhelminthes |
3 | ZOTU4667 | 25 | 77 | 40 | 27 | 0 | 0 | 0 | 19 | Eukaryota | Haptophyta | Phaeocystales | Phaeocystales | Phaeocystaceae | Phaeocystis | Phaeocystis_globosa |
4 | ZOTU8194 | 0 | 0 | 0 | 2 | 0 | 21 | 0 | 0 | Eukaryota | Ascomycota | Saccharomycetes | Class_Saccharomycetes | Class_Saccharomycetes | Class_Saccharomycetes | Class_Saccharomycetes |
5 | ZOTU8108 | 0 | 17 | 7 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Cnidaria | Phylum_Cnidaria | Phylum_Cnidaria | Phylum_Cnidaria | Phylum_Cnidaria | Phylum_Cnidaria |
6 | ZOTU6737 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | 0 | Eukaryota | Basidiomycota | Phylum_Basidiomycota | Phylum_Basidiomycota | Phylum_Basidiomycota | Phylum_Basidiomycota | Phylum_Basidiomycota |
7 | ZOTU7547 | 0 | 0 | 0 | 0 | 0 | 27 | 0 | 0 | Eukaryota | Discosea | Flabellinia | order_Vannellidae | Vannellidae | Ripella | Ripella_sp. |
8 | ZOTU245 | 0 | 0 | 0 | 0 | 0 | 433 | 1,373 | 0 | Eukaryota | Discosea | Flabellinia | Class_Flabellinia | Class_Flabellinia | Class_Flabellinia | Class_Flabellinia |
9 | ZOTU2703 | 0 | 0 | 0 | 0 | 0 | 10 | 111 | 0 | Eukaryota | Oomycota | Saprolegniales | Saprolegniales | Order_Saprolegniales | Order_Saprolegniales | Order_Saprolegniales |
10 | ZOTU1524 | 0 | 9 | 0 | 0 | 0 | 240 | 197 | 0 | Eukaryota | Oomycota | Saprolegniales | Saprolegniales | Saprolegniaceae | Brevilegnia | Brevilegnia_unisperma |
11 | ZOTU4879 | 0 | 0 | 0 | 0 | 0 | 42 | 11 | 0 | Eukaryota | Oomycota | Saprolegniales | Saprolegniales | Saprolegniaceae | Family_Saprolegniaceae | Family_Saprolegniaceae |
12 | ZOTU4635 | 0 | 0 | 0 | 0 | 0 | 38 | 9 | 0 | Eukaryota | Oomycota | Saprolegniales | Saprolegniales | Saprolegniaceae | Aphanomyces | Aphanomyces_laevis |
13 | ZOTU1559 | 0 | 0 | 0 | 0 | 0 | 403 | 7 | 0 | Eukaryota | Oomycota | Pythiales | Pythiales | Order_Pythiales | Order_Pythiales | Order_Pythiales |
14 | ZOTU2547 | 0 | 0 | 0 | 0 | 0 | 184 | 50 | 0 | Eukaryota | Oomycota | Pythiales | Class_Pythiales | Class_Pythiales | Class_Pythiales | Class_Pythiales |
15 | ZOTU4807 | 0 | 0 | 0 | 0 | 0 | 40 | 0 | 0 | Eukaryota | Oomycota | Peronosporales | Peronosporales | Peronosporaceae | Phytophthora | Phytophthora_sulawesiensis |
16 | ZOTU5277 | 0 | 0 | 0 | 0 | 0 | 1 | 45 | 0 | Eukaryota | Oomycota | Peronosporales | Peronosporales | Peronosporaceae | Phytophthora | Phytophthora_sp. |
17 | ZOTU7980 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | Eukaryota | Oomycota | Pythiales | Pythiales | Pythiaceae | Pythium | Pythium_periplocum |
18 | ZOTU4734 | 0 | 0 | 0 | 0 | 0 | 0 | 45 | 0 | Eukaryota | Oomycota | Pythiales | Pythiales | Pythiaceae | Pythium | Pythium_acanthicum |
19 | ZOTU1543 | 0 | 0 | 0 | 0 | 0 | 239 | 323 | 0 | Eukaryota | Oomycota | Pythiales | Pythiales | Pythiaceae | Family_Pythiaceae | Family_Pythiaceae |
20 | ZOTU59 | 0 | 3 | 0 | 0 | 0 | 10,474 | 27,424 | 0 | Eukaryota | Oomycota | Phylum_Oomycota | Phylum_Oomycota | Phylum_Oomycota | Phylum_Oomycota | Phylum_Oomycota |
21 | ZOTU5296 | 0 | 0 | 0 | 0 | 0 | 52 | 0 | 0 | Eukaryota | Bacillariophyta | Bacillariophyceae | Cymbellales | Gomphonemataceae | Gomphonema | Gomphonema_parvulum |
22 | ZOTU6917 | 0 | 0 | 0 | 32 | 0 | 0 | 0 | 0 | Eukaryota | Mollusca | Gastropoda | Lepetellida | Fissurellidae | Emarginula | Emarginula_eximia |
23 | ZOTU4611 | 0 | 0 | 0 | 0 | 0 | 4 | 47 | 0 | Eukaryota | Rhodophyta | Florideophyceae | Thoreales | Thoreaceae | Thorea | Thorea_hispida |
24 | ZOTU115 | 7 | 5 | 17 | 0 | 0 | 8,743 | 206 | 0 | Eukaryota | Rhodophyta | Florideophyceae | Class_Florideophyceae | Class_Florideophyceae | Class_Florideophyceae | Class_Florideophyceae |
25 | ZOTU4652 | 0 | 0 | 0 | 0 | 0 | 12 | 39 | 0 | Eukaryota | Rhodophyta | Florideophyceae | Thoreales | Thoreaceae | Thorea | Thorea_sp. |
26 | ZOTU7101 | 13 | 6 | 0 | 20 | 0 | 0 | 0 | 6 | Eukaryota | Rhodophyta | Phylum_Rhodophyta | Phylum_Rhodophyta | Phylum_Rhodophyta | Phylum_Rhodophyta | Phylum_Rhodophyta |
27 | ZOTU6360 | 0 | 7 | 9 | 18 | 0 | 0 | 0 | 7 | Eukaryota | phylum_Pelagophyceae | Pelagophyceae | Pelagomonadales | family_Pelagomonas | Pelagomonas | Pelagomonas_calceolata |
28 | ZOTU8082 | 0 | 0 | 0 | 0 | 0 | 37 | 4 | 0 | Eukaryota | Discosea | Flabellinia | Dactylopodida | Paramoebidae | Korotnevella | Korotnevella_sp. |
29 | ZOTU7793 | 0 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | Eukaryota | Discosea | Flabellinia | Dactylopodida | Paramoebidae | Korotnevella | Korotnevella_stella |
30 | ZOTU5460 | 0 | 0 | 0 | 0 | 0 | 0 | 35 | 0 | Eukaryota | Gastrotricha | Phylum_Gastrotricha | Phylum_Gastrotricha | Phylum_Gastrotricha | Phylum_Gastrotricha | Phylum_Gastrotricha |
31 | ZOTU9093 | 0 | 0 | 12 | 4 | 0 | 0 | 0 | 0 | Eukaryota | Mollusca | Phylum_Mollusca | Phylum_Mollusca | Phylum_Mollusca | Phylum_Mollusca | Phylum_Mollusca |
32 | ZOTU4125 | 0 | 23 | 1 | 48 | 0 | 0 | 0 | 2 | Eukaryota | Arthropoda | Hexanauplia | Cyclopoida | Oithonidae | Oithona | Oithona_dissimilis |
33 | ZOTU2971 | 0 | 0 | 0 | 0 | 0 | 140 | 0 | 0 | Eukaryota | Mollusca | Gastropoda | order_Pachychilidae | Pachychilidae | Jagora | Jagora_asperata |
34 | ZOTU2418 | 0 | 0 | 0 | 0 | 0 | 135 | 34 | 0 | Eukaryota | Arthropoda | Insecta | Ephemeroptera | Baetidae | Baetis | Baetis_realonae |
35 | ZOTU2559 | 0 | 0 | 0 | 0 | 0 | 179 | 8 | 0 | Eukaryota | Arthropoda | Insecta | Lepidoptera | Order_Lepidoptera | Order_Lepidoptera | Order_Lepidoptera |
36 | ZOTU1902 | 0 | 0 | 0 | 0 | 0 | 0 | 509 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Simuliidae | Simulium | Simulium_tuyense |
37 | ZOTU7913 | 0 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Chironomidae | Tanytarsus | Tanytarsus_mcmillani |
38 | ZOTU4033 | 0 | 0 | 0 | 0 | 0 | 568 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Simuliidae | Simulium | Simulium_carinatum |
39 | ZOTU4671 | 0 | 43 | 0 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Chironomidae | Orthocladius | Orthocladius_rubicundus |
40 | ZOTU16 | 0 | 0 | 0 | 0 | 0 | 33 | 56,812 | 0 | Eukaryota | Mollusca | Gastropoda | order_Thiaridae | Thiaridae | Stenomelania | Stenomelania_aspirans |
41 | ZOTU880 | 0 | 0 | 0 | 0 | 0 | 759 | 0 | 0 | Eukaryota | Mollusca | Gastropoda | order_Thiaridae | Thiaridae | Tarebia | Tarebia_granifera |
42 | ZOTU7969 | 0 | 0 | 0 | 0 | 0 | 21 | 0 | 0 | Eukaryota | Mollusca | Gastropoda | Cycloneritida | Order_Cycloneritida | Order_Cycloneritida | Order_Cycloneritida |
43 | ZOTU957 | 0 | 0 | 0 | 0 | 0 | 437 | 111 | 0 | Eukaryota | Arthropoda | Insecta | Hymenoptera | Eulophidae | Necremnus | Necremnus_tutae |
44 | ZOTU8671 | 0 | 0 | 0 | 0 | 0 | 0 | 26 | 0 | Eukaryota | Arthropoda | Insecta | Odonata | Libellulidae | Orthetrum | Orthetrum_pruinosum |
45 | ZOTU7839 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 21 | Eukaryota | Arthropoda | Insecta | Diptera | Chironomidae | Chironomus | Chironomus_circumdatus |
46 | ZOTU7940 | 0 | 2 | 4 | 10 | 0 | 0 | 0 | 14 | Eukaryota | Arthropoda | Insecta | Diptera | Chironomidae | Chironomus | Chironomus_sp. |
47 | ZOTU5202 | 0 | 0 | 0 | 0 | 0 | 0 | 43 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Simuliidae | Simulium | Simulium_claveriaense |
48 | ZOTU5923 | 0 | 0 | 43 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Phylum_Chordata | Phylum_Chordata | Phylum_Chordata | Phylum_Chordata | Phylum_Chordata |
49 | ZOTU187 | 5,362 | 3,333 | 7,238 | 83 | 0 | 6,573 | 3,964 | 2,310 | Eukaryota | Arthropoda | Insecta | Class_Insecta | Class_Insecta | Class_Insecta | Class_Insecta |
50 | ZOTU2 | 55,572 | 162,804 | 142,661 | 99,939 | 13 | 4,919 | 5,094 | 137,963 | Eukaryota | Arthropoda | Phylum_Arthropoda | Phylum_Arthropoda | Phylum_Arthropoda | Phylum_Arthropoda | Phylum_Arthropoda |
51 | ZOTU7873 | 0 | 0 | 0 | 0 | 0 | 22 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Hymenoptera | Formicidae | Family_Formicidae | Family_Formicidae |
52 | ZOTU6526 | 0 | 0 | 0 | 0 | 0 | 18 | 20 | 0 | Eukaryota | Arthropoda | Insecta | Hymenoptera | Formicidae | Dolichoderus | Dolichoderus_thoracicus |
53 | ZOTU8988 | 0 | 0 | 0 | 0 | 0 | 0 | 34 | 0 | Eukaryota | Arthropoda | Insecta | Hymenoptera | Formicidae | Anoplolepis | Anoplolepis_gracilipes |
54 | ZOTU8094 | 0 | 0 | 0 | 0 | 0 | 15 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Trichoptera | Hydropsychidae | Oestropsyche | Oestropsyche_vitrina |
55 | ZOTU7198 | 0 | 0 | 0 | 0 | 0 | 17 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Hymenoptera | Eucharitidae | Family_Eucharitidae | Family_Eucharitidae |
56 | ZOTU7137 | 0 | 0 | 0 | 0 | 0 | 0 | 27 | 0 | Eukaryota | Arthropoda | Insecta | Lepidoptera | Crambidae | Haritalodes | Haritalodes_sp. |
57 | ZOTU6132 | 0 | 0 | 0 | 0 | 27 | 0 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Sciaridae | Bradysia | Bradysia_amoena |
58 | ZOTU116 | 0 | 0 | 0 | 0 | 0 | 2,463 | 13,070 | 0 | Eukaryota | Arthropoda | Insecta | Diptera | Order_Diptera | Order_Diptera | Order_Diptera |
59 | ZOTU1698 | 0 | 0 | 0 | 0 | 0 | 0 | 480 | 0 | Eukaryota | Chordata | Actinopteri | Gobiiformes | Gobiidae | Rhinogobius | Rhinogobius_sp. |
60 | ZOTU7373 | 0 | 0 | 18 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | Spariformes | Lethrinidae | Lethrinus | Lethrinus_harak |
61 | ZOTU859 | 0 | 0 | 0 | 0 | 0 | 1,018 | 0 | 0 | Eukaryota | Chordata | Actinopteri | Class_Actinopteri | Class_Actinopteri | Class_Actinopteri | Class_Actinopteri |
62 | ZOTU5952 | 0 | 30 | 8 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | Centrarchiformes | Terapontidae | Terapon | Terapon_jarbua |
63 | ZOTU5616 | 0 | 0 | 11 | 10 | 0 | 0 | 0 | 55 | Eukaryota | Chordata | Actinopteri | Scombriformes | Scombridae | Katsuwonus | Katsuwonus_pelamis |
64 | ZOTU5373 | 0 | 0 | 0 | 45 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | Carangiformes | Carangidae | Decapterus | Decapterus_macarellus |
65 | ZOTU3031 | 0 | 78 | 42 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | order_Pomacentridae | Pomacentridae | Pomacentrus | Pomacentrus_moluccensis |
66 | ZOTU3356 | 0 | 0 | 0 | 0 | 0 | 0 | 141 | 0 | Eukaryota | Chordata | Aves | Gruiformes | Rallidae | Family_Rallidae | Family_Rallidae |
67 | ZOTU4646 | 0 | 0 | 0 | 46 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | order_Ambassidae | Ambassidae | Ambassis | Ambassis_gymnocephalus |
68 | ZOTU7800 | 0 | 0 | 4 | 12 | 0 | 0 | 0 | 0 | Eukaryota | Chordata | Actinopteri | Anguilliformes | Anguillidae | Anguilla | Anguilla_bicolor |
69 | ZOTU7785 | 0 | 0 | 0 | 0 | 0 | 19 | 40 | 0 | Eukaryota | Chordata | Mammalia | Chiroptera | Pteropodidae | Cynopterus | Cynopterus_brachyotis |
70 | ZOTU23 | 49,949 | 18,113 | 8,849 | 18,823 | 65 | 54,920 | 71,247 | 20,505 | Eukaryota | Kingdom_Eukaryota | Kingdom_Eukaryota | Kingdom_Eukaryota | Kingdom_Eukaryota | Kingdom_Eukaryota | Kingdom_Eukaryota |
71 | ZOTU7981 | 0 | 0 | 0 | 0 | 0 | 23 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Blattodea | Termitidae | Havilanditermes | Havilanditermes_sp. |
72 | ZOTU3114 | 0 | 0 | 0 | 0 | 0 | 282 | 0 | 0 | Eukaryota | Arthropoda | Insecta | Blattodea | Termitidae | Hospitalitermes | Hospitalitermes_sp. |
73 | ZOTU6597 | 0 | 0 | 0 | 0 | 0 | 0 | 22 | 0 | Eukaryota | Annelida | Clitellata | Tubificida | Naididae | Pristina | Pristina_leidyi |
74 | ZOTU9022 | 0 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | Eukaryota | Mollusca | Gastropoda | order_Planorbidae | Planorbidae | Bulinus | Bulinus_umbilicatus |
75 | ZOTU2150 | 0 | 0 | 0 | 0 | 0 | 0 | 365 | 0 | Eukaryota | Annelida | Clitellata | Class_Clitellata | Class_Clitellata | Class_Clitellata | Class_Clitellata |
76 | ZOTU404 | 49 | 94 | 30 | 1,649 | 0 | 0 | 0 | 43 | Eukaryota | Annelida | Phylum_Annelida | Phylum_Annelida | Phylum_Annelida | Phylum_Annelida | Phylum_Annelida |
77 | ZOTU7233 | 1 | 7 | 0 | 0 | 0 | 0 | 0 | 7 | Eukaryota | Porifera | Demospongiae | Dendroceratida | Halisarcidae | Halisarca | Halisarca_desqueyrouxae |
78 | ZOTU8628 | 0 | 17 | 5 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Chlorophyta | Chloropicophyceae | Chloropicales | Chloropicaceae | Chloropicon | Chloropicon_sieburthii |
79 | ZOTU1027 | 5 | 198 | 105 | 119 | 0 | 0 | 0 | 78 | Eukaryota | Chlorophyta | Mamiellophyceae | Mamiellales | Mamiellaceae | Micromonas | Micromonas_sp. |
80 | ZOTU607 | 59 | 630 | 382 | 348 | 0 | 0 | 0 | 142 | Eukaryota | Chlorophyta | Mamiellophyceae | Mamiellales | Mamiellaceae | Micromonas | Micromonas_pusilla |
81 | ZOTU7194 | 0 | 23 | 8 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Bacillariophyta | Coscinodiscophyceae | Leptocylindrales | Order_Leptocylindrales | Order_Leptocylindrales | Order_Leptocylindrales |
82 | ZOTU7288 | 0 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Diaporthales | Diaporthaceae | Diaporthe | Diaporthe_longicolla |
83 | ZOTU1739 | 143 | 10 | 0 | 28 | 28 | 504 | 1,287 | 14 | Eukaryota | Ascomycota | Phylum_Ascomycota | Phylum_Ascomycota | Phylum_Ascomycota | Phylum_Ascomycota | Phylum_Ascomycota |
84 | ZOTU1495 | 0 | 0 | 0 | 0 | 0 | 56 | 281 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Fusarium | Fusarium_sp. |
85 | ZOTU3802 | 0 | 0 | 0 | 0 | 0 | 108 | 17 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Fusarium | Fusarium_haematococcum |
86 | ZOTU5151 | 0 | 0 | 0 | 0 | 0 | 0 | 36 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Fusarium | Fusarium_decemcellulare |
87 | ZOTU1772 | 0 | 0 | 12 | 0 | 0 | 122 | 178 | 3 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Fusarium | Fusarium_solani |
88 | ZOTU1215 | 0 | 0 | 0 | 0 | 0 | 187 | 438 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Thelonectria | Thelonectria_discophora |
89 | ZOTU6859 | 0 | 0 | 0 | 0 | 0 | 24 | 2 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Family_Nectriaceae | Family_Nectriaceae |
90 | ZOTU5833 | 7 | 0 | 0 | 0 | 0 | 66 | 0 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Calonectria | Calonectria_ilicicola |
91 | ZOTU4007 | 0 | 0 | 0 | 0 | 0 | 99 | 81 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Order_Hypocreales | Order_Hypocreales | Order_Hypocreales |
92 | ZOTU1071 | 19 | 14 | 6 | 0 | 0 | 317 | 712 | 16 | Eukaryota | Ascomycota | Sordariomycetes | Glomerellales | Glomerellaceae | Colletotrichum | Colletotrichum_sp. |
93 | ZOTU142 | 514 | 76 | 9 | 16 | 0 | 13,341 | 9,231 | 2 | Eukaryota | Ascomycota | Sordariomycetes | Class_Sordariomycetes | Class_Sordariomycetes | Class_Sordariomycetes | Class_Sordariomycetes |
94 | ZOTU2769 | 0 | 0 | 0 | 0 | 0 | 173 | 15 | 0 | Eukaryota | Ascomycota | Sordariomycetes | Hypocreales | Nectriaceae | Calonectria | Calonectria_colhounii |
95 | ZOTU7095 | 17 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | Eukaryota | Ascomycota | Eurotiomycetes | Eurotiales | Aspergillaceae | Aspergillus | Aspergillus_puulaauensis |
96 | ZOTU6879 | 0 | 0 | 0 | 0 | 0 | 18 | 0 | 0 | Eukaryota | Ascomycota | Leotiomycetes | Class_Leotiomycetes | Class_Leotiomycetes | Class_Leotiomycetes | Class_Leotiomycetes |
97 | ZOTU651 | 0 | 0 | 0 | 0 | 0 | 0 | 996 | 0 | Eukaryota | Ascomycota | Leotiomycetes | Helotiales | family_Tetracladium | Tetracladium | Tetracladium_apiense |
98 | ZOTU8789 | 0 | 0 | 0 | 0 | 0 | 16 | 0 | 0 | Eukaryota | Ascomycota | Dothideomycetes | Cladosporiales | Cladosporiaceae | Cladosporium | Cladosporium_cladosporioides |
99 | ZOTU2383 | 0 | 0 | 0 | 0 | 0 | 95 | 129 | 0 | Eukaryota | Ascomycota | Dothideomycetes | Pleosporales | Pleosporaceae | Family_Pleosporaceae | Family_Pleosporaceae |
100 | ZOTU8666 | 0 | 0 | 0 | 0 | 0 | 14 | 21 | 0 | Eukaryota | Ascomycota | Dothideomycetes | Class_Dothideomycetes | Class_Dothideomycetes | Class_Dothideomycetes | Class_Dothideomycetes |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 5