Manifest importing issue

Hi,

I encountered this issue when importing the manifest file in jupyter notebook:

code:
!qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]'
--input-path 16SF@16SR_manifest.csv
--output-path qiime2_pipeline/16s/micro_16s_sequences.qza
--input-format PairedEndFastqManifestPhred33

There was a problem importing 16SF@16SR_manifest.csv:

  /tmp/q2-SingleLanePerSamplePairedEndFastqDirFmt-413rrait is not a(n) SingleLanePerSamplePairedEndFastqDirFmt:

  Contains a subdirectory: O148

I have a folder contains 16s reads and ITS reads together. I created a qiime2_pipeline folder with 2 sub directories for storing the output file. 2 manifest files for each 16s and ITS. They look as below.

16SF@16SR_manifest.csv (21.4 KB)

not sure why the format is not correct and why it says containing a subdirectory. Maybe I should separate the reads into two folders?

Many Thanks.

I figured out. The sample id can not contain “/”, so I changed it to underscore. It is working now.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.