I'm sorry to say that I have searched for this issue on and off the forum, and I'm stuck. I am running QIIME2021.8. I also have a condo env set up for qiime2_amplicon_2024_5, but this doesn't seem to help the problem. I'm running these on our University cluster (https://unity.rc.umass.edu/).
The immediate problem is that I'm running fragment-insertion sepp and am getting the error:
(1/1) Invalid value for '--i-representative-sequences': 'rep-seq-CH_.qza' is
not a QIIME 2 Artifact (.qza).
I downloaded the rep-seq.qza from this tutorial: QIIME 2 Library, and it's working, so something is wrong with my ARTIFACT FeatureData[Sequence] file.
Here's what's happened. I am working with two sets of sequence data that I want to merge to create one phylogeny. To do this I used qiime feature-table merge-seqs. Before that, I'd just removed some too long and too short sequences using rescript filter-seqs-length (which is why I needed the conda env). I checked all files (the two trimmed files and the merged files) using feature-table tabulate-seqs and they all looked great.
I tried running the fragment-insertion sepp command with --verbose, but it doesn't get past this initial error. Any ideas? Thanks!
I did a bit of troubleshooting while I was waiting, and the trouble seems to be with rescript. The output .qza file from rescript gets the same error message. So that tells me the issue is not with merge-seqs.
Good morning! I have an update. The tldr is that not all CPU partitions assigned on a computer cluster are created equally, so this problem can likely be solved by quitting and starting a new interactive session, or re-launching the sbatch.
I figured this out because I got the same error running feature-table merge-seqs. So I remembered something from running genome assemblies, that there is one program that needs something that only some of the cpu nodes have. Idk what it is, but trying it in a new interactive session often works.
So ok it only worked this once, and I still haven't gotten sepp to run successfully, but I'm making a test rep-seq set now by filtering to work with just a fraction of the sequences.