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
Feb-20 16:04:04.229 [main] DEBUG nextflow.script.ScriptRunner - Parsed script files:
Script_3b23d717def1bedf: /home/webadm/.nextflow/assets/nf-core/sarek/main.nf
Feb-20 16:04:04.229 [main] DEBUG nextflow.Session - Session aborted -- Cause: nextflow.validation.SchemaValidationException:
Feb-20 16:04:04.241 [main] DEBUG nextflow.cli.Launcher - Operation aborted
nextflow.validation.SchemaValidationException:
at nextflow.validation.JsonSchemaValidator.validateObject(JsonSchemaValidator.groovy:43)
at nextflow.validation.JsonSchemaValidator.validate(JsonSchemaValidator.groovy:109)
at nextflow.validation.SchemaValidator.validateParameters(SchemaValidator.groovy:344)
at nextflow.validation.SchemaValidator.validateParameters(SchemaValidator.groovy)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at nextflow.script.FunctionDef.invoke_a(FunctionDef.groovy:64)
at nextflow.script.ComponentDef.invoke_o(ComponentDef.groovy:40)
at nextflow.script.WorkflowBinding.invokeMethod(WorkflowBinding.groovy:102)
at groovy.lang.GroovyObject$invokeMethod.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:148)
at nextflow.script.BaseScript.invokeMethod(BaseScript.groovy:140)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)
at Script_3b23d717def1bedf.runScript(Script_3b23d717def1bedf:92)
at nextflow.script.BaseScript.run0(BaseScript.groovy:144)
at nextflow.script.BaseScript.run(BaseScript.groovy:192)
at nextflow.script.ScriptParser.runScript(ScriptParser.groovy:236)
at nextflow.script.ScriptRunner.run(ScriptRunner.groovy:242)
at nextflow.script.ScriptRunner.execute(ScriptRunner.groovy:137)
at nextflow.cli.CmdRun.run(CmdRun.groovy:372)
at nextflow.cli.Launcher.run(Launcher.groovy:500)
at nextflow.cli.Launcher.main(Launcher.groovy:672)
System information
latest, ubuntu 22, local
The text was updated successfully, but these errors were encountered:
Description of the bug
All of a sudden sarek stops launching with the error concerning meta schema. Tried updating nextflow, sarek and re pulling sarek to a fresh user
Command used and terminal output
Relevant files
Feb-20 16:04:04.226 [main] ERROR n.validation.JsonSchemaValidator - Failed to load the meta schema:
The used schema draft (http://json-schema.org/draft-07/schema) is not correct, please use "https://json-schema.org/draft/2020-12/schema" instead.
See here for more information: https://json-schema.org/specification#migrating-from-older-drafts
Feb-20 16:04:04.229 [main] DEBUG nextflow.script.ScriptRunner - Parsed script files:
Script_3b23d717def1bedf: /home/webadm/.nextflow/assets/nf-core/sarek/main.nf
Feb-20 16:04:04.229 [main] DEBUG nextflow.Session - Session aborted -- Cause: nextflow.validation.SchemaValidationException:
Feb-20 16:04:04.241 [main] DEBUG nextflow.cli.Launcher - Operation aborted
nextflow.validation.SchemaValidationException:
at nextflow.validation.JsonSchemaValidator.validateObject(JsonSchemaValidator.groovy:43)
at nextflow.validation.JsonSchemaValidator.validate(JsonSchemaValidator.groovy:109)
at nextflow.validation.SchemaValidator.validateParameters(SchemaValidator.groovy:344)
at nextflow.validation.SchemaValidator.validateParameters(SchemaValidator.groovy)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at nextflow.script.FunctionDef.invoke_a(FunctionDef.groovy:64)
at nextflow.script.ComponentDef.invoke_o(ComponentDef.groovy:40)
at nextflow.script.WorkflowBinding.invokeMethod(WorkflowBinding.groovy:102)
at groovy.lang.GroovyObject$invokeMethod.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:148)
at nextflow.script.BaseScript.invokeMethod(BaseScript.groovy:140)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)
at Script_3b23d717def1bedf.runScript(Script_3b23d717def1bedf:92)
at nextflow.script.BaseScript.run0(BaseScript.groovy:144)
at nextflow.script.BaseScript.run(BaseScript.groovy:192)
at nextflow.script.ScriptParser.runScript(ScriptParser.groovy:236)
at nextflow.script.ScriptRunner.run(ScriptRunner.groovy:242)
at nextflow.script.ScriptRunner.execute(ScriptRunner.groovy:137)
at nextflow.cli.CmdRun.run(CmdRun.groovy:372)
at nextflow.cli.Launcher.run(Launcher.groovy:500)
at nextflow.cli.Launcher.main(Launcher.groovy:672)
System information
latest, ubuntu 22, local
The text was updated successfully, but these errors were encountered: