Hi Adam
I received an error when attempting to run itsxpress on single-end sequences that had been demultiplexed using :
qiime demux emp-single
--i-seqs seqs.qza
--m-barcodes-file relabeled_sx2_3_mapping.txt
--m-barcodes-column BarcodeSequence
--o-per-sample-sequences seqs.demux.qza
qiime itsxpress trim-single --i-per-sample-sequences seqs.demux.qza --p-region ALL --p-taxa F --p-threads 8 --output-dir ITSXPRESS
Plugin error from itsxpress:
Command '['reformat.sh', 'in=/tmp/qiime2-archive-45x7dl5h/13133601-24ae-4dc2-a3ec-a900cfb9f004/data/5H2_1_L001_R1_001.fastq.gz', 'reads=50']' returned non-zero exit status 1
Debug info has been saved to /tmp/qiime2-q2cli-err-7vn2og_9.log
The log file indicates a problem with the fastq file:
ERROR:root:There appears to be an issue with your input fastq or fastq.gz file(s).
Traceback (most recent call last):
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/q2cli/commands.py", line 274, in call
results = action(**arguments)
File "", line 2, in trim_single
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/qiime2/sdk/action.py", line 232, in bound_callable
output_types, provenance)
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/qiime2/sdk/action.py", line 367, in callable_executor
output_views = self._callable(**view_args)
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/q2_itsxpress/_itsxpress.py", line 213, in trim_single
cluster_id=cluster_id)
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/q2_itsxpress/_itsxpress.py", line 278, in main
threads=threads)
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/q2_itsxpress/_itsxpress.py", line 96, in _set_fastqs_and_check
itsxpress._check_fastqs(fastq=fastq, fastq2=fastq2)
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/itsxpress/main.py", line 580, in _check_fastqs
raise e
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/site-packages/itsxpress/main.py", line 577, in _check_fastqs
p1.check_returncode()
File "/home/charlesh/binf/miniconda/envs/qiime2-2018.6/lib/python3.5/subprocess.py", line 349, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['reformat.sh', 'in=/tmp/qiime2-archive-45x7dl5h/13133601-24ae-4dc2-a3ec-a900cfb9f004/data/5H2_1_L001_R1_001.fastq.gz', 'reads=50']' returned non-zero exit status 1
Charles