README.md

RGMQL

API for calling interactively the GMQL Engine from R-Bioconductor

RGMQL on Bioconductor

Requirements

The library requires the following: R version 3.4.2 or higher Java version 1.8 or higher * The JAVA_HOME enviroment variable set

It is recommended the use ot the latest version of RStudio.

OSX Settings

before Catalina

Edit the .bash_profile and add the JAVA_HOME environment variable:

export JAVA_HOME = <java_path>

export PATH=$PATH

after Catalina

Since on macOS Catalina the default shell is Zsh we need to edit or create the .zsh file:

Edit the .zsh and add the JAVA_HOME environment variable:

export JAVA_HOME = <java_path>

export PATH=$PATH

At the end, in both cases, edit the /etc/paths and add:

$JAVA_HOME/bin

Windows Settings

Create environment variable JAVA_HOME:

Errors

Be aware that during a local-processing execution an error message

Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, 
: org.apache.spark.SparkException: Job aborted due to stage failure: 
Task 0 in stage 7.0 failed 1 times, most recent failure: 
Lost task 0.0 in stage 7.0 (TID 59, localhost, executor driver): 
java.io.IOException: (null) entry in command string: null chmod 0644

may arise.

This happens because some Hadoop binary files are missing in Windows 64Bits. In this case we need to:

or



Try the RGMQL package in your browser

Any scripts or data that you put into this service are public.

RGMQL documentation built on Nov. 8, 2020, 5:59 p.m.