From 42ed35ab6db4c1fc6bef2f3ef3e61e26ef0afd49 Mon Sep 17 00:00:00 2001 From: christine <christine.tranchant@ird.fr> Date: Sat, 6 Jan 2024 16:24:57 +0100 Subject: [PATCH] Adding plot_fasta rule --- frangiPANe/snakefiles/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frangiPANe/snakefiles/Snakefile b/frangiPANe/snakefiles/Snakefile index 38c4aef..80eba30 100644 --- a/frangiPANe/snakefiles/Snakefile +++ b/frangiPANe/snakefiles/Snakefile @@ -66,7 +66,7 @@ include: f"{frangipane_obj.install_path}/snakefiles/plot_fastq.smk" include: f"{frangipane_obj.install_path}/snakefiles/fasta_stats.smk" include: f"{frangipane_obj.install_path}/snakefiles/fasta_stats2.smk" include: f"{frangipane_obj.install_path}/snakefiles/generate_jupyter_book.smk" -# #include: f"{frangipane_obj.install_path}/snakefiles/plot_fasta.smk" +include: f"{frangipane_obj.install_path}/snakefiles/plot_fasta.smk" -- GitLab