Skip to content

Commit 6e4894c

Browse files
authored
minor fixes (#3073)
1 parent f3fefc6 commit 6e4894c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiita_db/meta_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def update_redis_stats():
248248
# these are some filetypes that are too small to plot alone so we'll merge
249249
# in other
250250
group_other = {'html_summary', 'tgz', 'directory', 'raw_fasta', 'log',
251-
'biom', 'raw_sff', 'raw_qual', 'qza', 'html_summary_dir',
251+
'raw_sff', 'raw_qual', 'qza', 'html_summary_dir',
252252
'qza', 'plain_text', 'raw_barcodes'}
253253
for ft, size, ym in stats:
254254
if ft in group_other:

qiita_pet/support_files/doc/source/analyzingsamples/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Taxa Bar Plot
419419

420420
* **Taxonomic Level**: How specific the taxa will be displayed
421421

422-
* 1- Kingdom, 2- Phylum, 3- Class, 4- Order, 5- Genus, 6- Species, 7- Subspecies
422+
* 1- Kingdom, 2- Phylum, 3- Class, 4- Order, 5- Family, 6- Genus, 7- Species
423423

424424
* **Color Palette**: Changes the coloring of your taxa bar plot
425425

0 commit comments

Comments
 (0)