From b75b5348b60d7b71dfd41b1fc18f4bb2bc988ae3 Mon Sep 17 00:00:00 2001
From: christine <christine.tranchant@ird.fr>
Date: Sun, 7 Jan 2024 16:52:54 +0100
Subject: [PATCH] import library

---
 frangiPANe/snakefiles/plot_mapping.smk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frangiPANe/snakefiles/plot_mapping.smk b/frangiPANe/snakefiles/plot_mapping.smk
index 9876bd2..70ac830 100644
--- a/frangiPANe/snakefiles/plot_mapping.smk
+++ b/frangiPANe/snakefiles/plot_mapping.smk
@@ -19,6 +19,7 @@ rule plot_mapping:
 """
     run:
         import pandas as pd
+        import matplotlib.pyplot as plt
         import seaborn as sns
 
         df_bam_stat = pd.read_csv(input.csv,index_col=False,sep=",")
-- 
GitLab