Skip to content

Commit

Permalink
removed graphs and pdf from correlation run
Browse files Browse the repository at this point in the history
  • Loading branch information
alegiac95 committed Nov 24, 2021
1 parent 81afae0 commit 5c60bba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/imagingtranscriptomics
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@ def main():
analysis.run(method=_method)

# Save the results
reporting.make_plots(save_dir, analysis.n_components, analysis.var_components)
if not inputs.corr:
reporting.make_plots(save_dir, analysis.n_components, analysis.var_components)
reporting.create_pdf(input_path, save_dir)
reporting.create_csv(analysis.gene_results, analysis.n_components, save_dir)
reporting.create_pdf(input_path, save_dir)



if __name__ == "__main__":
Expand Down

0 comments on commit 5c60bba

Please sign in to comment.