Hi Justine, thank you for your kind support. I get two different errors: one is when the code is in one line and there is when the code is wrapped.
Error1:
(qiime2-2020.11) howardhabtom@Howards-Air bioner % qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' --input-path ManifestFile.tsv --output-path demux.qza --source-format PairedEndFastqManifestPhred33
Usage: qiime tools import [OPTIONS]
Import data to create a new QIIME 2 Artifact. See https://docs.qiime2.org/
for usage examples and details on the file types and associated semantic
types that can be imported.
Options:
--type TEXT The semantic type of the artifact that will be
created upon importing. Use --show-importable-types
to see what importable semantic types are available
in the current deployment. [required]
--input-path PATH Path to file or directory that should be imported.
[required]
--output-path ARTIFACT Path where output artifact should be written.
[required]
--input-format TEXT The format of the data to be imported. If not
provided, data must be in the format expected by the
semantic type provided via --type.
--show-importable-types Show the semantic types that can be supplied to
--type to import data into an artifact.
--show-importable-formats
Show formats that can be supplied to --input-format
to import data into an artifact.
--help Show this message and exit.
There was a problem with the command:
(1/1?) no such option: --source-format
(qiime2-2020.11) howardhabtom@Howards-Air bioner %
Error2:
(qiime2-2020.11) howardhabtom@Howards-Air bioner % qiime tools import\
--type 'SampleData[PairedEndSequencesWithQuality]'\
--input-path ManifestFile.tsv\
--output-path demux.qza\
--source-format PairedEndFastqManifestPhred33
Usage: qiime tools [OPTIONS] COMMAND [ARGS]...
Try 'qiime tools --help' for help.
Error: No such command 'import--type'.
zsh: command not found: --input-path
zsh: command not found: --output-path
zsh: command not found: --source-format
(qiime2-2020.11) howardhabtom@Howards-Air bioner %