mia
mia copied to clipboard
Naming of importers
As discussed in here https://github.com/microbiome/mia/pull/370, the naming of importers is not unified.
load*
should create TreeSE
from provided file path (e.g., path to BIOM file).
make*
should create TreeSE
from provided object (e.g. BIOM object).
Check that importers follow this convention, and improve the documentation accordingly.
Could we close this already?
We have now import* and convert*. This issue is stale.