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
Caused by:
Failed to submit process to grid scheduler for execution
Command executed:
sbatch .command.run
Command exit status:
1
Command output:
sbatch: error: Illegal character in job name at position 27. Valid characters are lowercase a to z, uppercase A to Z, numbers 0 to 9, period (.), underscore (_), forward slash (/) and hyphen (-).
sbatch: error: Batch job submission failed: Unspecified error
If I look at the .command.run file, the job name is set to: #SBATCH -J nf-NFCORE_MAG_MAG_MEGAHIT_(sample1)
I tried the java regex on https://regex101.com/ where it replaces the parenthesis correctly.
Any help to get this working is appreciated
The text was updated successfully, but these errors were encountered:
I have the following definition in my profile. Yet the parenthesis in the job names are not replaced.
therefore I get these kind of errors:
If I look at the .command.run file, the job name is set to:
#SBATCH -J nf-NFCORE_MAG_MAG_MEGAHIT_(sample1)
I tried the java regex on https://regex101.com/ where it replaces the parenthesis correctly.
Any help to get this working is appreciated
The text was updated successfully, but these errors were encountered: