ERROR: OPERATION TIME OUT. MAPPING OUTPUT NOT DETECTED

Issue #52 new
Bharati Mehani created an issue

Hi,

I am trying to use ROSE to identify super enhancers in H3K27Ac Chip-Seq data from a human cancer, but for few of my samples the command does not run successfully. After the bamToGFF conversion, the program waits for mapping and finally returns the following error:

ERROR: OPERATION TIME OUT. MAPPING OUTPUT NOT DETECTED

I also tried to use more memory (64 and 100 GB) but it didn't help. Has anybody faced this issue before and can guide how to resolve this. I will really appreciate your help.

Thanks

Comments (4)

  1. Joey Zhong

    hello, if anyone still have this issue, you can try this:

    change 144 to a bigger number, at line 443 of ROSE_main.py

            #CHANGE THIS PARAMETER TO ALLOW MORE TIME TO MAP
            if ticker == 144:
                print('ERROR: OPERATION TIME OUT. MAPPING OUTPUT NOT DETECTED')
                exit()
                break
    

    hope it helps

  2. Log in to comment