From bfd6183daaa32ff14ec50744963a7087024dd3ac Mon Sep 17 00:00:00 2001 From: kiesers Date: Tue, 12 Feb 2019 13:34:10 +0100 Subject: [PATCH] added "Genecatalog/clustering/orf2gene.tsv" to output --- atlas/Snakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/Snakefile b/atlas/Snakefile index 167ce3b7..2fcdfb5d 100644 --- a/atlas/Snakefile +++ b/atlas/Snakefile @@ -139,6 +139,7 @@ rule genecatalog: input: "Genecatalog/gene_catalog.fna", "Genecatalog/gene_catalog.faa", + "Genecatalog/clustering/orf2gene.tsv", #"Genecatalog/counts/median_coverage.tsv.gz", # expand("Genecatalog/annotation/single_copy_genes_{domain}.tsv",domain=['bacteria','archaea']), "Genecatalog/annotations/eggNog.tsv",