Trouble Importing Manifest File into Qiime2 2024.10.1

I recently had the technical support at my university download QIIME2 v. 2024.10.1 to our research server. I was using v. 2024.5 the week prior using this exact same command w/ the same manifest file to import my reads:

qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' --input-path manifest.csv --output-path demux --input-format PairedEndFastqManifestPhred33

Now that I have access to 2024.10.1, I had to reimport my reads using the same command and same manifest file, but I receive this error:

Traceback (most recent call last):
File "/mnt/lustre/software/anaconda/colsa/envs/qiime2-2024.10.1/lib/python3.10/site-packages/qiime2/sdk/util.py", line 113, in parse_format
format_record = pm.formats[format_str]
KeyError: 'PairedEndFastqManifestPhred33'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/mnt/lustre/software/anaconda/colsa/envs/qiime2-2024.10.1/lib/python3.10/site-packages/q2cli/builtin/tools.py", line 852, in _import
artifact = qiime2.sdk.Artifact.import_data(
File "/mnt/lustre/software/anaconda/colsa/envs/qiime2-2024.10.1/lib/python3.10/site-packages/qiime2/sdk/result.py", line 303, in import_data
view_type = qiime2.sdk.parse_format(view_type)
File "/mnt/lustre/software/anaconda/colsa/envs/qiime2-2024.10.1/lib/python3.10/site-packages/qiime2/sdk/util.py", line 115, in parse_format
raise TypeError("No format: %s" % format_str)
TypeError: No format: PairedEndFastqManifestPhred33

An unexpected error has occurred:

No format: PairedEndFastqManifestPhred33

See above for debug info.

I didn't see any differences in the format/syntax for importing my type of data between the versions 2024.5 and 2024.10.1 from docs.qiime2.org on the Importing data pages. I also tried the command:

qiime tools list-formats --importable

to see the importable formats. This command runs without an error, but no results show.

I have also tried:
changing my manifest.csv into a .tsv
changing my manifest.csv file into this format:
"sample-id,forward-absolute-filepath,reverse-absolute-filepath"
And I have tried PairedEndFastqManifestPhred64 vs PairedEndFastqManifestPhred33V2 vs PairedEndFastqManifestPhred64V2

All of which have returned the same error as above. I am trying to figure out with my uni's support team if this error is a formatting error I am causing or an error with how this version was installed. I have looked through the forum posts involving this error, but they all seem to be regarding formatting which I think I'm doing correctly, but I'm not sure.

Thanks for your help!

Hi @ag1170,
There haven't been any changes to this format between releases, so I'm not sure why this would be coming up.

First, I do want to mention that you don't need to reimport because you moved to a newer version of QIIME 2 - QIIME 2 artifacts are backward compatible, so Artifacts that you created with previous versions of QIIME 2 should work fine with current and future versions of QIIME 2.

That said, we should figure out what's going on here. Do you know how they installed QIIME 2? Was it following our instructions for conda installation?

A couple of things that would be helpful for us to look at:

  • Run conda list and paste the output in a reply here
  • Run qiime info and paste the output
  • Run qiime tools list-formats --importable | grep -A 1 PairedEndFastqManifestPhred33 and share the output. (This last one checks if the format exists in your environment.)

Thank you!

They said they installed using: anaconda thusly

conda install -c qiime2 qiime2 q2cli

conda list output:

packages in environment at /mnt/lustre/software/anaconda/colsa:

         Name                    Version                   Build  Channel
_anaconda_depends         5.1.0                    py36_2  
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                  2_kmp_llvm    conda-forge
addict                    2.2.0                    pypi_0    pypi
alabaster                 0.7.13             pyhd8ed1ab_0    conda-forge
anaconda                  custom                   py36_1  
anaconda-client           1.6.3                    py36_0    conda-forge
anaconda-project          0.11.1             pyhd8ed1ab_0    conda-forge
apache-libcloud           2.2.1                    pypi_0    pypi
appdirs                   1.4.3                    pypi_0    pypi
asn1crypto                1.5.1              pyhd8ed1ab_0    conda-forge
astroid                   1.6.5                    py36_0    conda-forge
astropy                   2.0.16           py36h516909a_0    conda-forge
attrs                     22.2.0             pyh71513ae_0    conda-forge
babel                     2.6.0                    py36_0    conda-forge
backports                 1.0                pyhd8ed1ab_3    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
backports.shutil_get_terminal_size 1.0.0                      py_3    conda-forge
bagit                     1.7.0                    pypi_0    pypi
beautifulsoup4            4.12.0             pyha770c72_0    conda-forge
bitarray                  0.8.1                    py36_0    https://repo.continuum.io/pkgs/free
bkcharts                  0.2                      py36_0    conda-forge
blas                      2.3                    openblas    conda-forge
blaze                     0.11.3                   py36_0    conda-forge
bleach                    1.4.2                    py36_0    bioconda
blosc                     1.15.0               hd408876_0  
bokeh                     1.4.0            py36h9f0ad1d_1    conda-forge
boltons                   20.1.0                   pypi_0    pypi
boto                      2.48.0                   pypi_0    pypi
boto3                     1.12.38                  pypi_0    pypi
botocore                  1.15.38                  pypi_0    pypi
bottleneck                1.3.2            py36heb32a55_1  
brotlipy                  0.7.0           py36h8f6f2f9_1001    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
ca-certificates           2023.7.22            hbcca054_0    conda-forge
cachecontrol              0.11.7                   pypi_0    pypi
cachetools                4.1.0                    pypi_0    pypi
cairo                     1.14.12              h8948797_3  
certifi                   2021.5.30        py36h5fab9bb_0    conda-forge
cffi                      1.9.1                    py36_0    https://repo.continuum.io/pkgs/free
chardet                   3.0.4           py36h9880bd3_1008    conda-forge
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
chest                     0.2.3                      py_2    conda-forge
click                     7.1.2              pyh9f0ad1d_0    conda-forge
cloudpickle               2.2.1              pyhd8ed1ab_0    conda-forge
clyent                    1.2.2                      py_1    conda-forge
colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
coloredlogs               14.0                     pypi_0    pypi
conda                     4.10.3           py36h5fab9bb_2    conda-forge
conda-pack                0.7.0              pyh6c4a22f_0    conda-forge
conda-package-handling    1.6.0            py36h8c4c3a4_2    conda-forge
configargparse            1.0                      pypi_0    pypi
contextlib2               21.6.0             pyhd8ed1ab_0    conda-forge
contextvars               2.4                        py_0    conda-forge
cryptography              2.5              py36h1ba5d50_0  
curl                      7.69.1               h33f0ec9_0    conda-forge
cwltool                   1.0.20190906054215          pypi_0    pypi
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cython                    0.25.2                   py36_0    https://repo.continuum.io/pkgs/free
cytoolz                   0.8.2                    py36_0    https://repo.continuum.io/pkgs/free
dask                      0.13.0                   py36_0    https://repo.continuum.io/pkgs/free
dask-core                 2021.2.0           pyhd3eb1b0_0  
datashape                 0.5.4                      py_1    conda-forge
datrie                    0.8                      pypi_0    pypi
dbus                      1.13.6               he372182_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
dill                      0.2.7.1                  pypi_0    pypi
distributed               2021.2.0         py36h5fab9bb_0    conda-forge
docker                    2.5.1                    pypi_0    pypi
docker-pycreds            0.4.0                    pypi_0    pypi
docutils                  0.16             py36h5fab9bb_3    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
et_xmlfile                1.1.0              pyhd8ed1ab_0    conda-forge
ete3                      3.1.2                    pypi_0    pypi
expat                     2.5.0                h27087fc_0    conda-forge
fastcache                 1.1.0            py36h8f6f2f9_2    conda-forge
filelock                  3.0.4                    py36_0    conda-forge
flask                     1.1.2              pyh9f0ad1d_0    conda-forge
flask-cors                3.0.10             pyhd8ed1ab_0    conda-forge
fontconfig                2.14.1               h52c9d5c_1  
freetype                  2.12.1               hca18f0e_1    conda-forge
fribidi                   1.0.10               h36c2ea0_0    conda-forge
future                    0.18.2                   pypi_0    pypi
futures                   3.1.1                    pypi_0    pypi
galaxy-lib                18.9.2                   pypi_0    pypi
gcs-oauth2-boto-plugin    1.14                     pypi_0    pypi
get_terminal_size         1.0.0                    py36_0    https://repo.continuum.io/pkgs/free
gettext                   0.21.1               h27087fc_0    conda-forge
gevent                    1.1rc4                   py36_0    bioconda
gitdb2                    2.0.6                    pypi_0    pypi
gitpython                 3.0.5                    pypi_0    pypi
glib                      2.58.3          py36hd3ed26a_1004    conda-forge
glob2                     0.4.1                    py36_0    bioconda
gmp                       6.2.1                h58526e2_0    conda-forge
gmpy2                     2.0.8            py36h10f8cd9_2  
google-api-core           0.1.4                    pypi_0    pypi
google-auth               1.13.1                   pypi_0    pypi
google-cloud-core         0.28.1                   pypi_0    pypi
google-cloud-storage      1.6.0                    pypi_0    pypi
google-resumable-media    0.5.0                    pypi_0    pypi
googleapis-common-protos  1.51.0                   pypi_0    pypi
graphite2                 1.3.13            h58526e2_1001    conda-forge
greenlet                  0.4.17           py36h8f6f2f9_2    conda-forge
gst-plugins-base          1.8.0                         0    https://repo.continuum.io/pkgs/free
gstreamer                 1.8.0                         0    https://repo.continuum.io/pkgs/free
h5py                      2.10.0           py36h7918eee_0  
harfbuzz                  1.8.8                hffaf4a1_0  
hdf5                      1.10.4          nompi_h3c11f04_1106    conda-forge
heapdict                  1.0.1                      py_0    conda-forge
html5lib                  1.1                pyh9f0ad1d_0    conda-forge
http-parser               0.9.0                    pypi_0    pypi
httplib2                  0.17.1                   pypi_0    pypi
humanfriendly             8.1                      pypi_0    pypi
icu                       58.2              hf484d3e_1000    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
igraph                    0.1.11                   pypi_0    pypi
imageio                   2.6.1                    py36_0    conda-forge
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
immutables                0.14             py36h27cfd23_0  
importlib_metadata        1.5.0                    py36_0    conda-forge
intel-openmp              2021.4.0          h06a4308_3561  
ipykernel                 5.5.5            py36hcb3619a_0    conda-forge
ipython                   5.8.0                    py36_1    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.3.0                    py36_0    conda-forge
isodate                   0.6.0                    pypi_0    pypi
isort                     5.6.2            py36h9f0ad1d_0    conda-forge
itsdangerous              2.0.1              pyhd8ed1ab_0    conda-forge
jbig                      2.1               h7f98852_2003    conda-forge
jdcal                     1.4.1                      py_0    conda-forge
jedi                      0.18.2             pyhd8ed1ab_0    conda-forge
jgraph                    0.2.1                    pypi_0    pypi
jinja2                    2.11.3             pyhd8ed1ab_2    conda-forge
jmespath                  0.9.5                    pypi_0    pypi
joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h0b41bf4_3    conda-forge
jsonschema                2.6.0                 py36_1002    conda-forge
jupyter                   1.0.0            py36h5fab9bb_6    conda-forge
jupyter_client            5.3.4                    py36_0    conda-forge
jupyter_console           5.2.0                    py36_1    conda-forge
jupyter_core              4.5.0                      py_0    conda-forge
jupyterlab                0.35.5           py36hf63ae98_0  
jupyterlab_launcher       0.13.1                     py_2    conda-forge
jupyterlab_server         0.2.0                      py_0    conda-forge
kiwisolver                1.3.1            py36h2531618_0  
krb5                      1.17.2               h926e7f8_0    conda-forge
kubernetes                10.1.0                   pypi_0    pypi
lazy-object-proxy         1.2.2                    py36_0    https://repo.continuum.io/pkgs/free
libarchive                3.3.3             hb44662c_1005    conda-forge
libblas                   3.9.0                3_openblas    conda-forge
libcblas                  3.9.0                3_openblas    conda-forge
libcurl                   7.69.1               hf7181ac_0    conda-forge
libedit                   3.1.20191231         h46ee950_2    conda-forge
libevent                  2.1.10               h9b69904_4    conda-forge
libffi                    3.2.1             he1b5a44_1007    conda-forge
libgcc-ng                 12.2.0              h65d4601_19    conda-forge
libgfortran-ng            7.5.0               h14aa051_20    conda-forge
libgfortran4              7.5.0               h14aa051_20    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
liblapack                 3.9.0                3_openblas    conda-forge
liblapacke                3.9.0                3_openblas    conda-forge
libllvm10                 10.0.1               he513fc3_3    conda-forge
libopenblas               0.3.12          pthreads_hb3c22a3_1    conda-forge
libpng                    1.6.39               h753d276_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsolv                   0.7.23               h3eb15da_0    conda-forge
libssh2                   1.10.0               haa6b8db_3    conda-forge
libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
libtiff                   4.0.10            h57b8799_1003    conda-forge
libtool                   2.4.7                h27087fc_0    conda-forge
libuuid                   1.41.5               h5eee18b_0  
libxcb                    1.13              h7f98852_1004    conda-forge
libxml2                   2.9.14               h74e7548_0  
libxslt                   1.1.29                        4    conda-forge
libzlib                   1.2.13               h166bdaf_4    conda-forge
llvm-openmp               14.0.6               h9e868ea_0  
llvmlite                  0.35.0           py36h612dafd_4  
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
lockfile                  0.12.2                   pypi_0    pypi
lxml                      3.8.0                    py36_0    conda-forge
lz4-c                     1.8.3             he1b5a44_1001    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
mamba                     0.3.8            py36h1ccf03e_0    conda-forge
markupsafe                1.1.1            py36h8f6f2f9_3    conda-forge
matplotlib                3.2.2                         1    conda-forge
matplotlib-base           3.2.2            py36hef1b27d_0  
mccabe                    0.7.0              pyhd8ed1ab_0    conda-forge
mistune                   0.8.4           pyh1a96a4e_1006    conda-forge
mkl                       2020.4             h726a3e6_304    conda-forge
mkl-service               1.1.2                    py36_3    https://repo.continuum.io/pkgs/free
more-itertools            9.1.0              pyhd8ed1ab_0    conda-forge
mpc                       1.3.1                hfe3b2da_0    conda-forge
mpfr                      4.2.0                hb012696_0    conda-forge
mpmath                    1.3.0              pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.2            py36hff7bd54_1  
multipledispatch          0.6.0                      py_0    conda-forge
mypy-extensions           0.4.3                    pypi_0    pypi
nbconvert                 5.6.1            py36h9f0ad1d_1    conda-forge
nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
ncurses                   6.1               hf484d3e_1002    conda-forge
networkx                  2.3                        py_0    conda-forge
nltk                      3.5                pyhd8ed1ab_1    conda-forge
nose                      1.3.7                   py_1006    conda-forge
notebook                  4.4.1                    py36_0    conda-forge
numba                     0.52.0           py36h284efc9_0    conda-forge
numexpr                   2.7.3            py36h4be448d_0  
numpy                     1.19.5           py36hfc0c790_2    conda-forge
numpydoc                  0.8.0                    py36_0    conda-forge
oauth2client              4.1.3                    pypi_0    pypi
oauthlib                  3.1.0                    pypi_0    pypi
odo                       0.5.1                      py_1    conda-forge
olefile                   0.46               pyh9f0ad1d_1    conda-forge
openpyxl                  2.4.0                    py36_0    bioconda
openssl                   1.1.1w               hd590300_0    conda-forge
packaging                 20.3                     pypi_0    pypi
pandas                    1.1.5            py36h284efc9_0    conda-forge
pandoc                    2.19.2               h32600fe_2    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
pango                     1.42.4               h049681c_0  
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     0.3.8                    py36_0    conda-forge
patchelf                  0.11                 he1b5a44_0    conda-forge
path.py                   10.3.1                   py36_0    conda-forge
pathlib2                  2.3.2                    pypi_0    pypi
patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
pcre                      8.45                 h9c3ff4c_0    conda-forge
pep8                      1.7.1                      py_0    conda-forge
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    6.2.1            py36h6b7be26_0    conda-forge
pip                       20.0.2                   py36_1    conda-forge
pixman                    0.40.0               h36c2ea0_0    conda-forge
pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
pluggy                    1.0.0            py36h5fab9bb_1    conda-forge
ply                       3.11                       py_1    conda-forge
prompt_toolkit            1.0.15                     py_1    conda-forge
protobuf                  3.11.3                   pypi_0    pypi
prov                      1.5.1                    pypi_0    pypi
psutil                    5.0.1                    py36_0    https://repo.continuum.io/pkgs/free
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
py                        1.11.0             pyh6c4a22f_0    conda-forge
pyasn1-modules            0.2.8                    pypi_0    pypi
pycodestyle               2.10.0             pyhd8ed1ab_0    conda-forge
pycosat                   0.6.3                    py36_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycrypto                  2.6.1           py36he6145b8_1005    conda-forge
pycryptodome              3.5.1                    pypi_0    pypi
pycurl                    7.43.0.2         py36h1ba5d50_0  
pyflakes                  3.0.1              pyhd8ed1ab_0    conda-forge
pygments                  2.14.0             pyhd8ed1ab_0    conda-forge
pylint                    1.8.4                    py36_0    conda-forge
pymesos                   0.3.7                    pypi_0    pypi
pynacl                    1.1.2                    pypi_0    pypi
pyodbc                    4.0.30           py36he6710b0_0  
pyopenssl                 16.2.0                   py36_0    https://repo.continuum.io/pkgs/free
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyqt                      4.11.4                   py36_3    conda-forge
pysocks                   1.7.1            py36h5fab9bb_3    conda-forge
pytables                  3.5.1            py36h71ec239_0  
pytest                    3.0.5                    py36_0    https://repo.continuum.io/pkgs/free
python                    3.6.8                h0371630_0  
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python_abi                3.6                     2_cp36m    conda-forge
pytz                      2023.2             pyhd8ed1ab_0    conda-forge
pywavelets                1.1.1            py36h7b6447c_2  
pyyaml                    5.4.1            py36h8f6f2f9_1    conda-forge
pyzmq                     19.0.2           py36h9947dbf_2    conda-forge
qt                        4.8.7                         2    https://repo.anaconda.com/pkgs/free
qtawesome                 0.4.4                    py36_0    conda-forge
qtconsole                 4.4.3                      py_0    conda-forge
qtpy                      1.4.2            py36h8a2030e_0    conda-forge
ratelimiter               1.2.0.post0              pypi_0    pypi
rdflib                    4.2.2                    pypi_0    pypi
rdflib-jsonld             0.4.0                    pypi_0    pypi
readline                  7.0               hf8c457e_1001    conda-forge
regex                     2016.06.24               py36_1    bioconda
requests                  2.28.1             pyhd8ed1ab_0    conda-forge
requests-oauthlib         1.3.0                    pypi_0    pypi
retry-decorator           1.1.1                    pypi_0    pypi
rope                      0.10.7                   py36_0    conda-forge
rsa                       4.0                      pypi_0    pypi
ruamel-yaml               0.16.0                   pypi_0    pypi
ruamel-yaml-clib          0.2.0                    pypi_0    pypi
ruamel_yaml               0.15.80         py36h8f6f2f9_1004    conda-forge
s3transfer                0.3.3                    pypi_0    pypi
scandir                   1.10.0                   pypi_0    pypi
schema-salad              4.5.20191229160203          pypi_0    pypi
scikit-image              0.15.0           py36hb3f55d8_2    conda-forge
scikit-learn              0.24.2           py36hc89565f_1    conda-forge
scipy                     1.5.3            py36h976291a_0    conda-forge
seaborn                   0.10.1                     py_0    conda-forge
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                49.6.0           py36h5fab9bb_3    conda-forge
shellescape               3.4.1                    pypi_0    pypi
simplegeneric             0.8.1                    py36_1    https://repo.continuum.io/pkgs/free
singledispatch            3.6.1              pyh44b312d_0    conda-forge
sip                       4.18                     py36_0    https://repo.continuum.io/pkgs/free
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap2                    2.0.5                    pypi_0    pypi
snappy                    1.1.10               h9fff704_0    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
socksipy-branch           1.1                      pypi_0    pypi
sortedcollections         2.1.0              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
sphinx                    1.7.5                    pypi_0    pypi
sphinxcontrib             1.0                      py36_1  
sphinxcontrib-applehelp   1.0.4              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
sphinxcontrib-htmlhelp    2.0.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_2    conda-forge
sphinxcontrib-websupport  1.2.1                    pypi_0    pypi
spyder                    3.1.2                    py36_0    https://repo.continuum.io/pkgs/free
sqlalchemy                1.1.5                    py36_0    https://repo.continuum.io/pkgs/free
sqlite                    3.26.0            h67949de_1000    conda-forge
statsmodels               0.9.0           py36h3010b51_1000    conda-forge
sympy                     1.7.1            py36h5fab9bb_1    conda-forge
tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
terminado                 0.6                      py36_0    https://repo.continuum.io/pkgs/free
testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tmux                      3.1                  ha1ba12b_0    conda-forge
toil                      3.24.0                   pypi_0    pypi
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
tornado                   6.1              py36h8f6f2f9_1    conda-forge
tqdm                      4.7.2                    py36_0    bioconda
traitlets                 4.3.3              pyhd8ed1ab_2    conda-forge
typing                    3.5.2.2                  py36_0    bioconda
typing-extensions         3.7.4.2                  pypi_0    pypi
unicodecsv                0.14.1                     py_1    conda-forge
unixodbc                  2.3.10               h583eb01_0    conda-forge
urllib3                   1.26.15            pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          0.57.0                   pypi_0    pypi
werkzeug                  1.0.1              pyh9f0ad1d_0    conda-forge
wheel                     0.34.2                   py36_0    conda-forge
widgetsnbextension        3.3.1                    py36_1    conda-forge
wrapt                     1.12.1           py36h8f6f2f9_3    conda-forge
xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
xlsxwriter                3.0.9              pyhd8ed1ab_0    conda-forge
xlwt                      1.3.0                      py_1    conda-forge
xorg-libxau               1.0.9                h7f98852_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zict                      2.0.0              pyhd3eb1b0_0  
zipp                      0.6.0                      py_0    conda-forge
zlib                      1.2.13               h166bdaf_4    conda-forge
zstd                      1.4.0                h3b9ef0a_0    conda-forge

qiime info output:

System versions

Python version: 3.10.15

QIIME 2 release: 2024.10

QIIME 2 version: 2024.10.1

q2cli version: 2024.10.1

Installed plugins

No plugins are currently installed.

You can browse the official QIIME 2 plugins at https://qiime2.org

Application config directory

/mnt/home/tisa/ag1170/.config/q2cli

Config

Config Source: /mnt/lustre/software/anaconda/colsa/envs/qiime2-2024.10.1/etc/qiime2_config.toml

Getting help

To get help with QIIME 2, visit https://qiime2.org

To get help with configuring and/or understanding QIIME 2 parallelization, visit https://use.qiime2.org/en/latest/references/parallel-configuration.html

qiime tools list-formats --importable | grep -A 1 PairedEndFastqManifestPhred33 output:

This command returns nothing, so probably an installation error?

Hey @ag1170,

Thanks for that output!

Based on the installation method, this original error makes a lot of sense.

QIIME 2 is actually a collection of many plugins which work together to define what kinds of analysis can be performed. This makes it very flexible and modular as you can in principle install whatever you need to accomplish your goal.

It seems your technical support group may have taken this to an extreme in that they installed the framework (qiime2), the command-ling interface (q2cli) and no plugins.

Net effect is that QIIME 2 can't do anything as it has no plugins to define what it can do.

The precise issue is that you are missing q2-types which defines the format you are importing, however installing only that won't really fix anything (as there still won't be anything much to do after you import). What you will really want is to install one of our environment files which will give you a number of plugins:

https://docs.qiime2.org/2024.10/install/native/

It also looks like in the original limted install, a lot of these packages are coming from PyPI which is not generally going to work. Everything should be coming from a qiime2, conda-forge, or bioconda channel (unless you are developing stuff locally).

In the event your tech support group needs to do something especially specific, they can look at the seed environment (or fully solved environment) in this directory, but that's generally not recommended, and there's limits to what we can help with in that regard.