GLUE icon indicating copy to clipboard operation
GLUE copied to clipboard

Error in bash

Open Khalid-Usman opened this issue 1 year ago • 7 comments

Screenshot 2023-11-14 at 5 43 08 PM

I have just configured the conda and when I try to run evaluation on GPU, I get the following error.

Your guidance in resolving this issue will be highly appreciated and if you guide me to run only GLUE or 2,3 methods instead of all. I tried to comment on other methods in the config file but seems like it's not working.

Thanks

Khalid-Usman avatar Nov 14 '23 08:11 Khalid-Usman

Hi @Khalid-Usman! Which lines did you comment out in the config file? There are multiple types of benchmarks in the config file, you may try commenting out all but one benchmark (https://github.com/gao-lab/GLUE/blob/fc6c2093ecc218e686586eb5fd4ea5f3e7a87e13/evaluation/config/config.yaml#L182-L333), and then removing all but 2-3 methods in that benchmark.

Jeff1995 avatar Nov 16 '23 05:11 Jeff1995

@Jeff1995 , I comment out two datasets and all the methods except GLUE, UnionCom, and Harmony. Still it showing me the above attached error.

Khalid-Usman avatar Nov 16 '23 17:11 Khalid-Usman

Oh that should be a problem with the snakemake profile. Unless you are using a slurm cluster, the local profile should be used:

snakemake -j32 --profile profiles/local  # On local server

Jeff1995 avatar Nov 22 '23 08:11 Jeff1995

@Jeff1995 I have modified the attached two files, please let me know if I am supposed to change other files, like GLUE -> evaluation -> workflow -> methods.smk or another file to run the code successfully.

config.docx display.docx

Khalid-Usman avatar Dec 02 '23 04:12 Khalid-Usman

@Jeff1995 When I run the following command after the above configurations. I got the error as attached.

GLUE_Error

Khalid-Usman avatar Dec 02 '23 05:12 Khalid-Usman

Then, I tried to perform some experiments and got the attached error. I am confused about what I am doing wrong.

tripple-omics

Khalid-Usman avatar Dec 02 '23 05:12 Khalid-Usman

Sorry for the late reply! Could you check the log files for more detailed errors? E.g., "s01_preprocessing_nbconvert.log"?

Jeff1995 avatar Jan 08 '24 01:01 Jeff1995