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

import library

parent 4f49cf2f
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ rule plot_mapping: ...@@ -18,6 +18,9 @@ rule plot_mapping:
-------------------- --------------------
""" """
run: run:
import pandas as pd
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=",")
df_bam_stat.sort_values(by=['sample'],inplace=True) df_bam_stat.sort_values(by=['sample'],inplace=True)
......
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