Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 18, 2023
1 parent abd2108 commit 712f584
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
phylogenetic \
--configfile profiles/ci/builds.yaml
artifact-paths: |
phylogenetic/auspice/
phylogenetic/results/
phylogenetic/benchmarks/
phylogenetic/logs/
phylogenetic/.snakemake/log/
phylogenetic/auspice/
phylogenetic/results/
phylogenetic/benchmarks/
phylogenetic/logs/
phylogenetic/.snakemake/log/
3 changes: 3 additions & 0 deletions phylogenetic/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ if config.get("deploy_url", False):

include: "workflow/snakemake_rules/nextstrain_automation.smk"


# Include custom rules defined in the config.
if "custom_rules" in config:
for rule_file in config["custom_rules"]:

include: rule_file


rule clean:
message:
"Removing directories: {params}"
Expand Down
3 changes: 2 additions & 1 deletion phylogenetic/profiles/ci/copy_example_data.smk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ rule copy_example_data:
cp -f {input.metadata} {output.metadata}
"""

ruleorder: copy_example_data > decompress

ruleorder: copy_example_data > decompress

0 comments on commit 712f584

Please sign in to comment.