Skip to content
Snippets Groups Projects
Commit faef0389 authored by Reto Tschannen's avatar Reto Tschannen
Browse files

chore:try6 fixing flake8 errors

parent aa8c35fb
No related branches found
No related tags found
1 merge request!13feat: add function to calculate mean and variance
Pipeline #13859 failed
......@@ -68,6 +68,7 @@ def mean_variance(filepath: str, output_dir: str = os.getcwd()+'/') -> str:
plt.title('Mean gene expression vs. variance')
plt.savefig(output_dir+'/meanvarianceplot.png')
plt.show()
# Constructs csv file and saves it in the users directory
path = output_dir+'/results_mean_var_function.csv'
with open(path, 'w') as csv_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment