Skip to content

Commit

Permalink
isorted supp_fig_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Dec 1, 2023
1 parent d8a12cf commit 8c93e99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions figures/supplement_fig_1.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
import gzip
import itertools
import json
import os
import subprocess
import itertools

import matplotlib.pyplot as plt # type: ignore
import pandas as pd
import numpy as np
from scipy.stats import gmean, mannwhitneyu # type: ignore
import pandas as pd
import seaborn as sns # type: ignore

from scipy.stats import gmean, mannwhitneyu # type: ignore

dashboard = os.path.expanduser("~/code/mgs-pipeline/dashboard/")

Expand Down

0 comments on commit 8c93e99

Please sign in to comment.