Click to hidecurl -sL
"https://data.qiime2.org/2020.11/tutorials/atacama-soils/sample_metadata.tsv" >
"sample-metadata.tsv"
curl -sL
"https://docs.qiime2.org/2020.11/data/tutorials/atacama-soils/demux.qza" >
"demux.qza"
Click to hidecurl -sL
"https://data.qiime2.org/2020.11/tutorials/atacama-soils/sample_metadata.tsv" >
"sample-metadata.tsv"
curl -sL
"https://docs.qiime2.org/2020.11/data/tutorials/atacama-soils/demux.qza" >
"demux.qza"
When I run this command, the following problems occur:Command 'Click' not found, did you mean:
command 'klick' from deb klick (0.12.2-4.1)
Try: sudo apt install What should I do?
Hi @BAI and welcome to the forum.
The commands you are trying to run are:
curl -sL \
"https://data.qiime2.org/2020.11/tutorials/atacama-soils/sample_metadata.tsv" > \
"sample-metadata.tsv"
curl -sL \
"https://docs.qiime2.org/2020.11/data/tutorials/atacama-soils/demux.qza" > \
"demux.qza"
This error:
is happening because when you copied the command you trailed some text ("Click to hide"). See here in your message (emphasis added by me):
I see you are following the 2020.11 tutorial. If you are using the latest QIIME 2 version you may want to check the updated tutorial: “Atacama soil microbiome” tutorial — QIIME 2 2024.10.1 documentation
Best,
Sergio