Hi Everyone,
1) core diversity (parallel)
2) anosim and permanova stats (parallel)
3) make 2d plots (parallel)
The output is great. However, during the process of making 2D plots, it throws a bunch of errors (I assume dependent on # fields in mapping file) from matplotlib. Not errors, per se, but warnings about opening so many figures. There is a setting that can be changed to silence this obnoxious output. I tried changing it in the script with the following line:
python -c "import matplotlib; matplotlib.rcParams['figure.max_open_warning'] = 0"
But that doesn't seem to do anything. Can anyone who speaks better python help out with this?