Hi all,
I am trying to import two files that are already paired and demultiplexed using the manifest format. I got the following error and I'm wondering if this is a bug:
qiime tools import \
--type 'SampleData[JoinedSequencesWithQuality]' \
--input-path manifest1.csv \
--output-path paired-end-demux.qza \
--input-format PairedEndFastqManifestPhred64
Traceback (most recent call last):
File "/anaconda3/envs/qiime2-2018.8/lib/python3.5/site-packages/q2cli/tools.py", line 140, in import_data
view_type=input_format)
File "/anaconda3/envs/qiime2-2018.8/lib/python3.5/site-packages/qiime2/sdk/result.py", line 219, in import_data
return cls.from_view(type, view, view_type, provenance_capture)
File "/anaconda3/envs/qiime2-2018.8/lib/python3.5/site-packages/qiime2/sdk/result.py", line 243, in _from_view
recorder=recorder)
File "/anaconda3/envs/qiime2-2018.8/lib/python3.5/site-packages/qiime2/core/transform.py", line 59, in make_transformation
(self._view_type, other._view_type))
Exception: No transformation from <class 'q2_types.per_sample_sequences._format.PairedEndFastqManifestPhred64'> to <class 'q2_types.per_sample_sequences._format.SingleLanePerSampleSingleEndFastqDirFmt'>
An unexpected error has occurred:
No transformation from <class 'q2_types.per_sample_sequences._format.PairedEndFastqManifestPhred64'> to <class 'q2_types.per_sample_sequences._format.SingleLanePerSampleSingleEndFastqDirFmt'>
See above for debug info.
I've seen a couple of other problems like this where a new csv file had to be made. Did this, still didn't work. Any ideas? Thank you!