From 31c1ab72e06bea351fd69a8679757eeced13673b Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Thu, 18 Jul 2024 09:12:03 -0700 Subject: [PATCH] Note why we're wildcarding a single thing [#2] --- phylogenetic/Snakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/phylogenetic/Snakefile b/phylogenetic/Snakefile index 9074070..0ada5e7 100644 --- a/phylogenetic/Snakefile +++ b/phylogenetic/Snakefile @@ -1,5 +1,6 @@ configfile: "defaults/config.yaml" +# we will likely add gene-specific builds in the future gene = ["genome"] rule all: