Q1- Is there any method to demultiplex without associate to barcode (In Qiime 1.9.0 I used the multiple_split_libraries_fastq.py –i folderpairedsequence –o outputfolder –demultiplexing-method sampleid-by-file? Is there any similar command like this one in QIIME 2?
I have a folder with the paired files and another with the Mapping File (Metadata).
How can I do the demultiplex without the metadata and barcode files, like this command in QIIME 1.9.2 multiple_split_libraries_fastq.py?
Yes! Check out the import guide for the fastq manifest format, as it works a lot like the multiple_split_libraries_fastq.py script and gives you even more control over sample names.
In this case what would be the similar command in QIIME 2 for the case below?
multiple_split_libraries_fastq.py –i folderpairedsequence –o outputfolder –demultiplexing-method sampleid-by-file