Skip to content

Commit

Permalink
Only assemble genome dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed May 25, 2024
1 parent a249bf2 commit d1fef70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
3 changes: 1 addition & 2 deletions nextclade/Snakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
configfile: "config/config_dengue.yaml"

serotypes = ['all', 'denv1', 'denv2', 'denv3', 'denv4']
genes = ['genome', 'E']
genes = ['genome']

wildcard_constraints:
serotype = "|".join(serotypes),
Expand All @@ -14,7 +14,6 @@ rule all:
test_dataset = expand("test_output/{serotype}", serotype=serotypes),

include: "rules/prepare_sequences.smk"
include: "rules/prepare_sequences_E.smk"
include: "rules/construct_phylogeny.smk"
include: "rules/annotate_phylogeny.smk"
include: "rules/export.smk"
Expand Down
2 changes: 1 addition & 1 deletion nextclade/rules/assemble_dataset.smk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See Augur's usage docs for these commands for more details.
rule assemble_dataset:
input:
reference="resources/{serotype}/reference.fasta",
tree="auspice/dengue_{serotype}.json",
tree="auspice/dengue_{serotype}_genome.json",
pathogen_json="resources/{serotype}/pathogen.json",
#sequences="resources/{serotype}/sequences.fasta",
annotation="resources/{serotype}/genome_annotation.gff3",
Expand Down
60 changes: 0 additions & 60 deletions nextclade/rules/prepare_sequences_E.smk

This file was deleted.

0 comments on commit d1fef70

Please sign in to comment.