biocore / qiime

Official QIIME 1 software repository. QIIME 2 (https://qiime2.org) has succeeded QIIME 1 as of January 2018.
GNU General Public License v2.0
285 stars 269 forks source link

Multiple input file without barcode #2214

Open 341996 opened 6 years ago

341996 commented 6 years ago

We downloaded clustered rDNA files from MG-RAST and we would like to annotate samples but the first step "split_libraries.py" is asking for mapping file for barcodes to demultiplex sequences. Since we don't have already demultiplexed sequences we would like to proceed to "pick_otu" step. How can we provide mapping file without using "split_libraries.py" It was suggested elsewhere to prepare mock mapping file. However pick otuscript does not accept mapping file. So, what is the proper way to process multiple files from MG-RAST?