neurogenetics / SAHA

Semi-automated hand annotation for single cell and spatial datasets
MIT License
0 stars 0 forks source link

Summarize_Params doesn't like when you don't run all fxns #11

Open domjacri opened 5 hours ago

domjacri commented 5 hours ago

For instance in an ann object that self sim was not run:

ann = Summarize_Params(ann)
Error in data.frame(Analysis = "Self_Sim", Input = "Query", Function = "Create_SelfSimilarity_Viz", :
arguments imply differing number of rows: 1, 0

Fix so that it checks what is done before writing df to ann@params$summary

richardmustaklem commented 3 hours ago

Pushed changes, please check the latest version for errors