From 0d23c558efcb812162eb0f0e5dd4c463394da5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCck?= Date: Tue, 25 Feb 2025 16:35:26 +0100 Subject: [PATCH] changed path to which `protein_coding_genes.parquet` is saved, when no path is configured in config to make file more visible. --- pipelines/annotations.snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/annotations.snakefile b/pipelines/annotations.snakefile index e3860c11..eb9a3f93 100644 --- a/pipelines/annotations.snakefile +++ b/pipelines/annotations.snakefile @@ -192,7 +192,7 @@ rule all: annotations = anno_dir / 'annotations.parquet' if not gene_id_file: - gene_id_file = anno_tmp_dir / "protein_coding_genes.parquet" + gene_id_file = fasta_dir / "protein_coding_genes.parquet" rule create_gene_id_file: input: