dieterich-lab / FUCHS

FUCHS - FUll circle CHaracterization from rna-Seq
GNU General Public License v3.0
3 stars 6 forks source link

Check for R dependency before program start #6

Closed CDieterich closed 4 years ago

CDieterich commented 7 years ago

FUCHS uses R to plot some graphs, cluster, etc.. However, you can start the program, run it for hours (if not days) to see it die because the R dependency is not satisfied.

FranziMe commented 7 years ago

Okay, I have noted it and will implement it as soon as I get some time. Thank you

tjakobi commented 7 years ago

Just to add this, the R scripts them self are checking and installing their dependencies. We just have to include a check for the R binary in the setup script.