Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
172 stars 53 forks source link

Not able to run some algorithms #44

Closed Zengggg closed 3 years ago

Zengggg commented 3 years ago

Hi, I have successfully installed all the images, but I have some problems when I run BLRunner.py with 'should_run = [True]' for SCRIBE, GRISLI, SINGE, GRNVBEM, GENIE3 and GRNBOOST2. The problems are presented in the images. I do not know how to solve them. Hope that you can give me some advice. Thank you very much! Best, Yanping genie3 grnboost2-1 genie3 grnboost2-2 grisli grnvbem scribe singe-1 singe-2

tmmurali commented 3 years ago

@Zengggg thank you for this report. Can you cut and paste the text of the command line output rather than attaching screenshots. It will help if you can post the output for one algorithm in each individual reply to this message.

Some of the errors look like permissions issues for a shell script. For example, for SINGE, have you tried changing the permissions for SINGE.sh so that it can be executed? The same goes for GRISLI.

For Scribe, did you get an error with installation of Monocle when you installed BEELINE?

Zengggg commented 3 years ago

@tmmurali Thank you for your reply. Can you tell me what SINGE.sh exactly is? I look at all files under the dicretory */BLRun/, and singeRunner.py and grisliRunner.py both has a permission 'rw-rw-r--'.

adyprat commented 3 years ago

Hi @Zengggg ,

I think the permission issue regarding the other algorithms is because user running the docker is unable to write output to your current folder/ cannot access the time command. I pushed an update for SINGE, GRISLI, GRNVBEM on to the master branch that fixes this issue. Please rebuild your docker files for these algorithms and re-run them. Let me know if you are still having issues for these three here.

I responded to your message on SCRIBE, Arboreto (GENIE3, GRNBoost2) in the separate issue and we can continue the discussion there.

Best, Aditya