From 4b8f0ed2fe11bfacff2bcd3990345ed16a25cb59 Mon Sep 17 00:00:00 2001
From: christine <christine.tranchant@ird.fr>
Date: Sat, 6 Jan 2024 17:47:44 +0100
Subject: [PATCH] duplicate include

---
 frangiPANe/snakefiles/Snakefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frangiPANe/snakefiles/Snakefile b/frangiPANe/snakefiles/Snakefile
index c5536b5..424d0c4 100644
--- a/frangiPANe/snakefiles/Snakefile
+++ b/frangiPANe/snakefiles/Snakefile
@@ -66,7 +66,6 @@ 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/plot_fasta.smk"
-include: f"{frangipane_obj.install_path}/snakefiles/plot_fasta.smk"
 include: f"{frangipane_obj.install_path}/snakefiles/generate_jupyter_book.smk"
 
 
-- 
GitLab