You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of uninitialized value $output_dir in substr at ~/OPERA-MS/OPERA-MS.pl line 236.
Use of uninitialized value $output_dir in concatenation (.) or string at ~/OPERA-MS/OPERA-MS.pl line 236.
mkdir -p /CURRENT_DIRECTORY//
OPERA-MS default database not found. You can download the default OPERA-MS-DB using the following command: perl OPERA-MS.pl install-db at /lomi_home/mengqi/OPERA-MS/OPERA-MS.pl line 67.
The log.err file says /var/spool/pbs/mom_priv/jobs/294013.mn01.SC: line 24: --no-ref-clustering: command not found
Use of uninitialized value is a perl warning and not an error message.
Your command not found is not an error from OPERA-MS but from your terminal, that somehow thinks that --no-ref-clustering is a new command line. Maybe an EOL character in your script?
Your main problem is as stated in your output and described in the documentation: OPERA-MS default database not found. You can download the default OPERA-MS-DB using the following command: perl OPERA-MS.pl install-db.
I have installed the dependencies. My input is
The output is
The log.err file says
/var/spool/pbs/mom_priv/jobs/294013.mn01.SC: line 24: --no-ref-clustering: command not found
The config file says
I am not sure what the problem is. It worked fine on the test files, but not on my own files. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: