Skip to content
Snippets Groups Projects
Commit b75b5348 authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

import library

parent e7779b72
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ rule plot_mapping: ...@@ -19,6 +19,7 @@ rule plot_mapping:
""" """
run: run:
import pandas as pd import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns import seaborn as sns
df_bam_stat = pd.read_csv(input.csv,index_col=False,sep=",") df_bam_stat = pd.read_csv(input.csv,index_col=False,sep=",")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment