Thanks Timur,
I tried to install rescript according the instruction described in the linked websit.
I tried to install rescript using below 3 codes and get results as below.
(qiime2-2021.4) qiime2@qiime2core2021-4:~ conda activate qiime2-2021.4**
**(qiime2-2021.4) qiime2@qiime2core2021-4:~ conda install -c conda-forge -c bioconda -c qiime2 -c defaults xmltodict
Collecting package metadata (current_repodata.json): done
Solving environment: done
Package Plan
environment location: /home/qiime2/miniconda/envs/qiime2-2021.4
added / updated specs:
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2021.5.30 | ha878542_0 136 KB conda-forge
certifi-2021.5.30 | py38h578d9bd_0 141 KB conda-forge
xmltodict-0.12.0 | py_0 11 KB conda-forge
------------------------------------------------------------
Total: 288 KB
The following NEW packages will be INSTALLED:
xmltodict conda-forge/noarch::xmltodict-0.12.0-py_0
The following packages will be UPDATED:
ca-certificates pkgs/main::ca-certificates-2021.4.13-~ --> conda-forge::ca-certificates-2021.5.30-ha878542_0
certifi pkgs/main::certifi-2020.12.5-py38h06a~ --> conda-forge::certifi-2021.5.30-py38h578d9bd_0
The following packages will be SUPERSEDED by a higher-priority channel:
openssl pkgs/main::openssl-1.1.1k-h27cfd23_0 --> conda-forge::openssl-1.1.1k-h7f98852_0
Proceed ([y]/n)? y
Downloading and Extracting Packages
ca-certificates-2021 | 136 KB | ##################################### | 100%
certifi-2021.5.30 | 141 KB | ##################################### | 100%
xmltodict-0.12.0 | 11 KB | ##################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(qiime2-2021.4) qiime2@qiime2core2021-4:~$ pip install git+https://github.com/bokulich-lab/RESCRIPt.git
Collecting git+https://github.com/bokulich-lab/RESCRIPt.git
Cloning GitHub - bokulich-lab/RESCRIPt: REference Sequence annotation and CuRatIon Pipeline to /tmp/pip-req-build-gz8j8q3b
Running command git clone -q GitHub - bokulich-lab/RESCRIPt: REference Sequence annotation and CuRatIon Pipeline /tmp/pip-req-build-gz8j8q3b
Building wheels for collected packages: rescript
Building wheel for rescript (setup.py) ... done
Created wheel for rescript: filename=rescript-2021.8.0.dev0+2.g5e0c872-py3-none-any.whl size=226039 sha256=ab3cff1c288205c52eb0b077be091cb7adab8868244dc0077c4f3351b6f82d8e
Stored in directory: /tmp/pip-ephem-wheel-cache-el817amb/wheels/a7/2f/ca/a4cfe2ac81c54ea686727a464c1029266233e0df67566e3523
Successfully built rescript
Installing collected packages: rescript
Successfully installed rescript-2021.8.0.dev0+2.g5e0c872
It seemed to be successfully installed but when I commanded for silva data getting with below code, i got the same error massage; in terms of, "Error: qiime2 has no plugin command named 'rescript'.
Could you figure out what is wrong?
qiime rescript get-silva-data --p-version '138' --p-target 'SSURef_NR99' --p-include-species-labels --o-silva-sequences /media/sf_Bac16S/ref_seqa/silva-138-ssu-nr99-seqs.qza --o-silva-taxonomy /media/sf_Bac16S/ref_seqs/silva-138-ssu-nr99-tax.qza
Thanks,
Hee-Sung