-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
24.10.x causes StackOverflowError #265
Comments
That error is benign (caught). The real crasher seems to be
|
Ah! When I update from
Before, I could not. I wonder if 24.10.1 fixes it... |
multiply
on Integer type
NXF_VER=24.10.1 ../nextflow/nextflow run nf-core/fetchngs -plugins nf-quilt -profile test,docker --input wf/ids.csv --outdir s3://quilt-ernest-staging/nf-quilt/fetchngs |
Interestingly, 24.09 uses "workDir" instead of 'outputDir' |
Error still occurs on 24.10.1 |
Nov-18 17:17:06.585 [main] INFO org.pf4j.AbstractPluginManager - Plugin '[email protected]' resolved
ERROR nextflow.quilt.jep.QuiltPackage - toJson.error
groovy.lang.MissingMethodException: No signature of method: java.lang.Integer.multiply() is applicable for argument types: (ConfigObject) values: [[:]]
The text was updated successfully, but these errors were encountered: