LSMatFormat file

Hello,

I'm trying to import a distance matrix generated outside of QIIME. I'm receiving the following error:

$ qiime tools import --type DistanceMatrix --input-path ../gene.dm.order.txt --output-path ../qiime2/gene.dm.order.qza

There was a problem importing ../gene.dm.order.txt:

../gene.dm.order.txt is not a(n) LSMatFormat file

Could you point me to what a "LSMatFormat file" format should be?

Thanks,
Jenya

Hi @ekopylova! This is a scikit-bio format, you can learn more about it here! Ultimately, this should be a square matrix, represented as a TSV, with your sample ids as row and column labels (check out the export doc to learn how to export a QZA, then export one of the distance matrices from the Moving Pictures tutorial for reference!). Good luck! :t_rex:

1 Like

A small addition to @thermokarst's reply: the LSMatFormat is the same file format that QIIME 1 uses to produce distance matrices.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.