Hi, and thanks for reading!
I'm looking to install the RESCRIPt plugin, but I'm running it on my computing cluster (called "coombs"). However, the manager of my university's computing cluster was reluctant to install to the cluster from a GitHub link and also worried that the plug-in might not be updated regularly, so they suggested that I install it on my own user profile instead. I did so, following the instructions (option 2) at the link above but using "pip install --user" instead of "pip install". The cluster has QIIME2 2021.4 installed along with the other packages reference at the link above. The output suggested that RESCRIPt was successfully installed.
The problem is, QIIME doesn't seem to be able to find the RESCRIPt plug-in, and gives an error when it is called. I think I need to direct QIIME to the proper directory where RESCRIPt is, but I'm not sure how to do so. Can anyone help? Please see my code and output below, and let me know if you need any other information. Thanks!
chrisl@coombs:~ module load anaconda3
**chrisl@coombs**:**~** source activate qiime2-2021.4
(qiime2-2021.4) chrisl@coombs:~ pip install --user git+https://github.com/bokulich-lab/RESCRIPt.git
Collecting git+https://github.com/bokulich-lab/RESCRIPt.git
Cloning https://github.com/bokulich-lab/RESCRIPt.git to /tmp/pip-req-build-5vn0xbso
Running command git clone -q https://github.com/bokulich-lab/RESCRIPt.git /tmp/pip-req-build-5vn0xbso
Building wheels for collected packages: rescript
Building wheel for rescript (setup.py) ... done
Created wheel for rescript: filename=rescript-2021.4.0.dev0+6.g073ccf0-py3-none-any.whl size=157116 sha256=8ebe27913165ff3f311c2fe510325ede71355914a388ef5a7faba6848d187fd4
Stored in directory: /tmp/pip-ephem-wheel-cache-_6277bg2/wheels/a7/2f/ca/a4cfe2ac81c54ea686727a464c1029266233e0df67566e3523
Successfully built rescript
Installing collected packages: rescript
Successfully installed rescript-2021.4.0.dev0+6.g073ccf0
(qiime2-2021.4) **chrisl@coombs**:**~** qiime rescript get-ncbi-data
Error: QIIME 2 has no plugin/command named 'rescript’.