Skip to content

Commit

Permalink
nextclade/export: Update REQUIRED INPUTS for Nextclade v3
Browse files Browse the repository at this point in the history
Clarify the files required for `augur export` and
the Nextclade v3 dataset files.
  • Loading branch information
joverlee521 committed Oct 19, 2024
1 parent 22e8458 commit ea71a78
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions nextclade/rules/export.smk
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ export a reference tree and create the Nextclade dataset.
REQUIRED INPUTS:
TODO: Confirm inputs for Nextclade v3
reference = ../shared/reference.fasta
pathogen = config/pathogen.json
genome_annotation = config/genome_annotation.gff3
readme = config/README.md
changelog = config/CHANGELOG.md
metadata = data/metadata.tsv
tree = results/tree.nwk
branch_lengths = results/branch_lengths.json
nt_muts = results/nt_muts.json
aa_muts = results/aa_muts.json
clades = results/clades.json
augur export:
metadata = data/metadata.tsv
tree = results/tree.nwk
branch_lengths = results/branch_lengths.json
nt_muts = results/nt_muts.json
aa_muts = results/aa_muts.json
clades = results/clades.json
Nextclade dataset files:
reference = ../shared/reference.fasta
pathogen = config/pathogen.json
genome_annotation = config/genome_annotation.gff3
readme = config/README.md
changelog = config/CHANGELOG.md
example_sequences = config/sequence.fasta
OUTPUTS:
Expand Down

0 comments on commit ea71a78

Please sign in to comment.