Closed imanamoeba closed 2 years ago
Hi, I think the problem is due to the fact that, as you already said, you are working with MacOS instead of Linux. First, in the install.sh file, you should replace lines:
wget https://data.qiime2.org/distro/core/qiime2-2022.8-py38-linux-conda.yml
conda env create -n MetONTIIME_env --file qiime2-2022.8-py38-linux-conda.yml
rm qiime2-2022.8-py38-linux-conda.yml
with:
wget https://data.qiime2.org/distro/core/qiime2-2022.8-py38-osx-conda.yml
conda env create -n MetONTIIME_env --file qiime2-2022.8-py38-osx-conda.yml
rm qiime2-2022.8-py38-osx-conda.yml
Second, you should probably install realpath and other tools with:
brew install coreutils
Then, try repeating the installation process.
Let me know if this fixes the issue!
Best,
SImone
Hi Simone, Thanks for the speedy response. Ah, I should have spotted the 'linux' part. It did solve my problem, I can now use the MetONTIIME.sh script on my mac, hurray! I am having trouble getting my command to work as I want it, but that is user error and I can post to the qiime forum or here as a separate issue if some troubleshooting doesn't help me. Cheers, Bonnie. One other very minor, unrelated thing I noticed, was that in the 'read me' section on importing reference sequences and taxonomy, would it be better to include 'quotes' for the text specifiying type? i.e.:
qiime tools import \
--type 'FeatureData[Sequence]' \
--input-path SILVA_132_QIIME_release/rep_set/rep_set_16S_only/99/silva_132_99_16S.fna \
--output-path silva_132_99_16S_sequence.qza
Rather than
--type FeatureData[Sequence] \
Not sure if this was an oversight or just a mac thing (or a me thing!)
Hi @imanamoeba , glad it solved the main issue. I will update the readme accordingly. In Linux I never had issues with that command, but it is worth editing it. Best, Simone
Hello Simone,
I'm having difficulty getting started with MetONTTIIME on my mac os- it seems to stem from the fact that no environment is created for it within miniconda3. I used the following commands and did change the MINICONDA_DIR in the config file.
output for the above (when i tried it a second time) is listed at the end of this post, in case it is informative. Note that I have tried to edit the R script to also change PIPELINE_DIR but it seems to ignore that? Next, I try:
And MetONTIIME is indeed missing from the environments when listed. I have not had this issue with qiime, and made sure I had the latest version of qiime.
If you have any thoughts on this issue, I would be grateful to hear them.
Many thanks, Bonnie