fmicompbio / monaLisa

binned motif enrichment analysis and visualisation
https://fmicompbio.github.io/monaLisa/
GNU General Public License v3.0
36 stars 6 forks source link

make runHomer check whether output files already exist #20

Closed LukasBurger closed 4 years ago

LukasBurger commented 5 years ago

make runHomer check whether output files already exist and in this case only read in those files (analogously to qAlign). Two people already used Lisa and had Rstudio crash while HOMER while was running. This would be an easy fix for that problem

mbstadler commented 5 years ago

we would need to find a good, reliable way to check if HOMER indeed finished its analysis. Currently, I don't know how that could be done.

LukasBurger commented 5 years ago

I agree.

machlabd commented 5 years ago

will try to compare the motiffile to the knownresults.text file homer generates. if the run was successfull, all motif names should match.

fmicompbio commented 4 years ago

was implemented