I have created a set of genomes on GISAID and exported augur pipeline .tar file and put in data folder.
I have created a yaml file in root folder of ncov and run it
# Define inputs for the workflow.
inputs:
- name: my_set
metadata: data/my_set.tar
sequences: data/my_set.tar
nextstrain build --cpus 32 . --configfile my_set.yaml
Tutorial says
Run this command to start the Auspice server, providing auspice/ as the directory containing output dataset files:
nextstrain view auspice/
so I ran
nextstrain view results
But when open bowser at location linked avaiable datasets is blank, and available narratives is blank
and get warning in shell:
[warning] Couldn't collect available narratives (path searched: path-to/envs/nextstrain/lib/auspice/node_modules/auspice/narratives)
[verbose] Error: ENOENT: no such file or directory, scandir 'path-to/envs/nextstrain/lib/auspice/node_modules/auspice/narratives'
How can I visualise the my_set result?