Maybe I'm missing something, but when I am importing data before demuxing I always have to copy my original filenames to forward.fastq.gz and reverse.fastq.gz.
I sometimes have multiple files for a library and in that case it would be handy if one could use a manifest file to specify the files to load. One of the reasons would be easily exclude files with bad quality sequences
As far as I'm aware, demuxing should be done on a 'per library' basis, given that barcodes might be shared among libraries. In the case below Sample_1 and Sample_3 will become mixed in the current setup.
Adding library awareness should be able to demux the samples correctly based on the file manifest data and the demultiplexing sample sheet if it contains the library number
Hi @fenny,
Thanks for your great description!
Would you mind opening up an issue on our github: GitHub - qiime2/q2-metadata? That way this will stay on our radar for when we have time to implement this.
Thank you again!