hharder
(Hannah Harder)
March 28, 2023, 7:36pm
1
I have the attached taxonomy file with my abundances for my different samples. How do I convert this data back to a qza file?
table.from_biom_w_taxonomy (2).txt (1.2 MB)
I didn't know what the correct type to use would be. Obviously it's a FeatureData one. My collaborator made me this file and said it was normalized. Would this just be FeatureData[Composition]?
Hello @hharder ,
You want FeatureTable[Frequency]
. FeatureTable[Composition]
requires that all counts be greater than zero. See this .
Thanks.
1 Like
hharder
(Hannah Harder)
March 28, 2023, 9:30pm
3
qiime tools import --type 'FeatureData[Frequency]' --input-path taxonomy.tsv --output-path taxonomy.qza
Like this? I get an error now.
"An unexpected error has occurred:
cannot import name 'ProteinIterator'"
@hharder ,
FeatureTable[Frequency]
, not FeatureData[Frequency]
.
hharder
(Hannah Harder)
March 29, 2023, 3:05pm
5
Even after fixing that I get the same error.
"An unexpected error has occurred:
cannot import name 'ProteinIterator'"
hharder
(Hannah Harder)
March 29, 2023, 3:24pm
6
I figured this out. My rescript version was incompatible with my Qiime version. Downgrading to 2020.11 fixed this issue.
2 Likes
system
(system)
Closed
April 29, 2023, 9:25pm
7
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.