Thanks! I will try qiime with those files! Stamp installation is not that easy for macs. I had to create another environment for Python2, installed numpy and then pip install STAMP. But I get a message at the end saying this:
File "/Users/cota/miniconda3/envs/python2env/bin/STAMP", line 32, in
from stamp import STAMP
File "/Users/cota/miniconda3/envs/python2env/lib/python2.7/site-packages/stamp/STAMP.py", line 38, in
from stamp.GUI.plotDlg import PlotDlg # forward reference so py2app recognizes this file is required
File "/Users/cota/miniconda3/envs/python2env/lib/python2.7/site-packages/stamp/GUI/plotDlg.py", line 24, in
from PyQt4 import QtGui, QtCore
ImportError: No module named PyQt4
Then, I began the challenge of installing PyQt4 until my patience and positivism disappear, as you constantly are missing something for the previous something.
Anyways, will try to look at those file in qiime and let you know ho it works!