Dear all,
Good day to you. Need help to troubleshoot augur error when running a basic example with example data (Setup and installation — Nextstrain documentation)
nextstrain build . --cores 4 --use-conda
–configfile ./my_profiles/getting_started/builds.yaml
I faced the below error pasted at last, therefore I reinstalled, but this error still persists, may I know how to troubleshoot this error?
Appreciate that.
AUGUR ERROR
usage: augur [-h]
{parse,filter,mask,align,tree,refine,ancestral,translate,reconstruct-sequences,clades,traits,sequence-traits,lbi,distance,titers,frequencies,export,validate,version,import}
…
augur: error: unrecognized arguments: --exclude-ambiguous-dates-by any results/to-exclude_example-data.txt
xz: results/filtered_example-data.fasta: No such file or directory
[Sun Jul 11 22:18:18 2021]
Error in rule filter:
jobid: 10
output: results/filtered_example-data.fasta.xz
log: logs/filtered_example-data.txt (check log file(s) for error message)
conda-env: /Users/limwaifeng/ncov/.snakemake/conda/7565746688b38acd34f4d18bce26293d
shell:
augur filter --sequences results/masked_example-data.fasta.xz --metadata results/sanitized_metadata_example-data.tsv.xz --include defaults/include.txt --max-date 2021-07-12 --min-date 2019.74 --exclude-ambiguous-dates-by any --exclude defaults/exclude.txt results/to-exclude_example-data.txt --exclude-where division='USA' --min-length 27000 --output results/filtered_example-data.fasta 2>&1 | tee logs/filtered_example-data.txt;
xz -2 results/filtered_example-data.fasta
(one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: /Users/limwaifeng/ncov/.snakemake/log/2021-07-11T221807.799359.snakemake.log