Missing dada2 Output with and without &

Hi @clare,
I am guessing this is the topic you are referring to:

It looks like that user might have resolved their problem by outputting to a directory, instead of to individual filepaths... but they never wrote back to confirm that they found the missing outputs.

Would you like to try this command and see what happens?

qiime dada2 denoise-paired \
  --i-demultiplexed-seqs seqs.qza \
  --p-trim-left-f 0 \
  --p-trim-left-r 0  \
  --p-trunc-len-f 299 \
  --p-trunc-len-r 256 \
  --output-dir dada2_out