Skip to content

Commit 57e52de

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d7722ce commit 57e52de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phylogenetic/Snakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ if not config:
1414

1515
configfile: os.path.join(workflow.basedir, "defaults/hmpxv1/config.yaml")
1616

17+
1718
# Use custom configuration from analysis directory (i.e. working dir), if any.
1819
if os.path.exists("config.yaml"):
20+
1921
configfile: "config.yaml"
2022

2123

0 commit comments

Comments
 (0)