We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing an operator from a plugin, if you import anything from the same plugin in a different module, it fails with the following error:
nextflow/modules/nextflow/src/main/groovy/nextflow/plugin/extension/PluginExtensionProvider.groovy
Lines 137 to 139 in f1cffd1
It seems to import the operator twice and reports duplicate operators. It only seems to happen with operators, not factories or functions.
Here is a minimal test case: https://github.com/human9/nextflow-import-issue
Source: nextflow-io/nf-schema#3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When importing an operator from a plugin, if you import anything from the same plugin in a different module, it fails with the following error:
nextflow/modules/nextflow/src/main/groovy/nextflow/plugin/extension/PluginExtensionProvider.groovy
Lines 137 to 139 in f1cffd1
It seems to import the operator twice and reports duplicate operators. It only seems to happen with operators, not factories or functions.
Here is a minimal test case: https://github.com/human9/nextflow-import-issue
Source: nextflow-io/nf-schema#3
The text was updated successfully, but these errors were encountered: