Hi everyone! Sorry to bother you. I am new to QIIME 2 and to the world of bioinformatics. I have been stuck on something for days and need help with the following:
Aquí tienes la traducción al inglés:
I am following the program tutorial and the problem arises when I want to convert the files to QZA format. Everything was fine until then. But when I paste this command:
qiime tools import
--type EMPSingleEndSequences
--input-path emp-single-end-sequences
--output-path emp-single-end-sequences.qza
I get the following message:
I think the message is normal in your context: you are directly copying and pasting from the tutorial, and the newlines trigger the message because your system detects you are pasting potentially separate commands that may be dangerous (and you have root privileges activated in your terminal so that can be really dangerous if you are not sure about what you are doing). Although you are okay copying and pasting commands from official QIIME 2 tutorials (they are safe commands written by nice people), as an advice it is better to type the commands yourself - not only for security reasons, you also learn more that way.
Regarding this:
I assume you are following the Moving Pictures tutorial since the command is the same. Are you using the tutorial data or your own data? If it is your own data, it is quite likely that you already have demultiplexed files, or paired-end (the tutorial uses multiplexed single-end data). In such cases, you need to edit the command to correctly import your sequences.
If you are using tutorial data, can you do ls ~/Escritorio/qiime2-paula/emp-single-end-sequences/ and share the output with us?
Best wishes,
Sergio
--
Disclaimer: I'm only another forum user, just like you. Please don't take my answer as a ground truth. A Forum Moderator would probably provide you with a more accurate answer.