Issue with latest development version on SLURM cluster
Brought to you by:
mocat-pipeline
Hi,
I'm running the latest development MOCAT2 version from GitHub on a SLURM cluster and am encountering an error when running the line "-sf my.samples -s hg19 -screened_files" in my runMOCAT.sh file. The relevant portion of the .out file is
MOCAT MODULE MODE ACTIVATED
MODULE = s
ERROR & EXIT: Tried to launch module 's', but could not find expected file /nas/longleaf/home/joshg/mocat2-master/dev/public/mod/s/s.sh at /nas/longleaf/home/joshg/mocat2-master/dev/public/src/MOCAT.pl line 1072.
I've attached the SUMMARIES and logs directories along with the .out and my.samples file. Thanks for the help!
Josh
Also, here are the tryMOCAT.sh file and the MOCAT.cfg file.
Please read the MOCAT documentation. The -s option is deprecated for the
github version. Use -screen.
On Fri, Nov 10, 2017 at 10:55 Joshua Gray jgray@users.sf.net wrote:
Related
Tickets: #73
Unfortunately, this gave the same error.
MOCAT MODULE MODE ACTIVATED
MODULE = screen
ERROR & EXIT: Tried to launch module 'screen', but could not find expected file /nas/longleaf/home/joshg/mocat2-master/dev/public/mod/screen/screen.sh at /nas/longleaf/home/joshg/mocat2-master/dev/public/src/MOCAT.pl line 1072.
Using your suggestion, I edited the appropriate line of the runMOCAT.sh file to read:
-sf my.samples -screen hg19 -screened_files
Josh
Again, Please read the documentation. I can't remember he command by heart.
It's -soap.
On Fri, Nov 10, 2017 at 20:08 Joshua Gray jgray@users.sf.net wrote:
Related
Tickets: #73