Skip to content

Error message showed up when importing qiime2 artifact #74

Answered by cdiener
SchuShoe asked this question in Q&A
Discussion options

You must be logged in to vote

Do you have q2-micom installed in the Qiime 2 environment? You can check by running !qiime micom --help in the notebook. If you only want to use the Python micom package without Qiime you don't really need to save it as a Qiime artifact. Just saving the medium as CSV with completed.to_csv("my_medium.csv", index=False) and reading it with pandas before you use it (medium = pd.read_csv("my_medium.csv")) would be sufficient in that case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SchuShoe
Comment options

Answer selected by SchuShoe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants