File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ rule all:
22 input :
33 auspice_json = "auspice/zika.json" ,
44
5- input_fasta = " data/sequences.fasta",
6- input_metadata = " data/metadata.tsv",
7- dropped_strains = " config/dropped_strains.txt",
8- reference = " config/zika_outgroup.gb",
9- colors = " config/colors.tsv",
10- lat_longs = " config/lat_longs.tsv",
11- auspice_config = " config/auspice_config.json"
5+ input_fasta = f" { workflow . basedir } / data/sequences.fasta"
6+ input_metadata = f" { workflow . basedir } / data/metadata.tsv"
7+ dropped_strains = f" { workflow . basedir } / config/dropped_strains.txt"
8+ reference = f" { workflow . basedir } / config/zika_outgroup.gb"
9+ colors = f" { workflow . basedir } / config/colors.tsv"
10+ lat_longs = f" { workflow . basedir } / config/lat_longs.tsv"
11+ auspice_config = f" { workflow . basedir } / config/auspice_config.json"
1212
1313rule index_sequences :
1414 message :
Original file line number Diff line number Diff line change 1+ # This file's *existence* marks the top level of a Nextstrain pathogen repo,
2+ # which allows `nextstrain build` to be run from any subdirectory of the repo
3+ # regardless of runtime. For more details, see
4+ # <https://github.com/nextstrain/cli/releases/tag/8.2.0>.
5+ #
6+ # This file's *contents* is the "registration metadata" for the pathogen repo,
7+ # used by `nextstrain setup` and `nextstrain run`.
8+ ---
9+ compatibility :
10+ nextstrain run : true
You can’t perform that action at this time.
0 commit comments