omixer / omixer-rpmR

An R interface to the omixer-rpm for turning metagenomic functional profiles into pathway/module profiles
GNU General Public License v3.0
11 stars 5 forks source link

The execution of Omixer-RPM returned a non-zero exit status. #10

Open saharbagheri opened 2 months ago

saharbagheri commented 2 months ago

Hi,

I'm trying to use my stratified data and see which bacteria produces which GBM/GMM. However when I run the following code I receive this error:

GBMs <- omixerRpm::rpm(x = KOs_final, module.db = db,annotation=2)

Error: "The execution of Omixer-RPM returned a non-zero exit status. Refer to the exception output for details."

I was wondering if my input should have a specific format. I tried having only a column called Gene_Family (including KOs and taxonomy) and also having two separate columns called KOs and species and in both cases I received the same error.

Thanks

omixer commented 1 week ago

Hi @saharbagheri,

I am guessing this is caused by Java. Do you have Java 8 or higher installed on your system?

For the input format, please refer to the following examples:

Best regards, Youssef