I’m currently creating a manifest file to input approximately 400 16S samples into Qiime2. So far I’ve had to manually create a file pathway for each samples forward and reverse read. Is there a faster way to do this?
Thanks,
Collin
I’m currently creating a manifest file to input approximately 400 16S samples into Qiime2. So far I’ve had to manually create a file pathway for each samples forward and reverse read. Is there a faster way to do this?
Thanks,
Collin
Hi @cgregg1227,
Two options:
Best,
Justine
Thank you for the quick response! I tried option one, but I continue to get this error "found unrecognized ID column name" when inputting the manifest file created from the manifest generator. Do you have any suggestions for how to fix this?
Thank you,
This was the command I put in as well:
qiime tools import
–type 'SampleData{PairedEndSequenceWithQualtiy] ’
–input-path /path/to/file
–output-path paired-end-demux.qza
–input-format PairedEndFastqManifestPhred33V2
Hi @cgregg1227,
I haven’t used the manifest generator, but it looks like you need to add the header row. I can never remember the exact spelling off the top of my head, but check out the manifest documentation. You might also want to open an issue in community plugin support to contact the developer about a potential bug.
Best,
Justine
I had tried to put a header row in, but that led to another error that my file was not in UTF-8 format. I’ll go ahead and post in the community plugin support as well. Thank you for all the help and suggestons!
Best,
Collin
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.