I would like to know if there will be a solution to this problem soon? Otherwise I would appreciate any help with using old QIIME python scripts in QIIME2 (if possible) or any other workarounds.
Would it be possible to demultiplex with demux EMP-single two times two files and join forward and reverse reads afterwards?
Hi Loui,
Welcome aboard!
I wouldn't hold my breath for this functionality to be released in the near future, I don't see it on the radar for at least the next release. So sticking with the Q1 approach linked in the other post is probably your best bet.
Can you give us a bit more detail regarding what you tried exactly, and where you were unable to get this to work? Did you follow the instructions in the other thread?
Thanks a lot for your reply, that's already very good to know.
Well, I am also new to python and the terminal , so I tried to just type the command "extract_barcodes.py", which does not work because QIIME2 doesn't take any python commands if I understood correctly. I also tried to save the "extract_barcodes.py" script manually and call it in the terminal, which produced another error ("ImportError: cannot import name upper").
But apart from the details, is it possible to somehow activate QIIME(1) python commands in QIIME2? Or do I have to set up QIIME(1) in another Virtual machine and run the python scripts there?
Hi @Lou,
Aha, gotcha. Ok so you want to think of QIIME 1 and QIIME 2 as two completely different entities that need to bet set up separately. You can't run scripts from one in another. You'll need to install QIIME 1 separately into a new conda environment, activate it and run the commands from that link specifically there, and once you have got the outputs you need, then activate your QIIME 2 environment and migrate your data there.