diff --git a/README.md b/README.md index 2e05618..0921f56 100755 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Note that you may need to remove any existing data in `results/` in order for sn Run `snakemake` / `nextstrain build` with `--snakefile Snakefile.genome` -Currently this is only set up for the "h5n1-cattle-outbreak" build, and restricts the build to a set of strains where we think there's no reassortment (`config/include_strains_h5n1-cattle-outbreak.txt`). Output files will be placed in `results/h5n1-cattle-outbreak/genome`. Input files must be created by running (part of) the main workflow to produce `results/sequences_h5n1_{segment}.fasta` and `results/metadata_h5n1_{segment}.tsv` files. See `Snakefile.genome` for more details. +Currently this is only set up for the "h5n1-cattle-outbreak" build, and restricts the build to a set of strains where we think there's no reassortment (`config/include_strains_h5n1-cattle-outbreak.txt`). Output files will be placed in `results/h5n1-cattle-outbreak/genome`. Input files must be created by running (part of) the main workflow to produce `data/sequences_h5n1_{segment}.fasta` and `data/metadata_h5n1.tsv` files. See `Snakefile.genome` for more details. ### To modify this build to work with your own data