I am new to qiime2 and have an old workflow from the older version of qiime. I am trying to use the beta-group-significance function. I am using a distance matrix from my old qiime workflow, which is in .txt format. When I run the command the error pops up that the distance matrix txt file is “not a Qiime archive”. I am wondering if Qiime2 requires that distance matrix files are in .qza or .tsv format? If so, is it possible to convert my old distance matrix.txt to the proper format?
(for future reference, if you are trying to import a file type that is not described in the importing tutorial, this command will list the importable types so you should be able to figure out the type from that list: qiime tools import --show-importable-types)