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
Run Nextflow with the plugin, using ./launch.sh as a drop-in replacement for the nextflow command, and adding the option -plugins nf-hello to load the plugin:
./launch.sh run nextflow-io/hello -plugins nf-hello
I get the error
Missing '.launch.classpath' file -- create it by running: ./gradlew exportClasspath
and if I try to run the command suggested, I get another error
./gradlew exportClasspath
FAILURE: Build failed with an exception.
* What went wrong:
Task 'exportClasspath' not found in root project 'nf-hello' and its subprojects.
./gradlew :nextflow:exportClasspath compileGroovy
FAILURE: Build failed with an exception.
* What went wrong:
Cannot locate tasks that match ':nextflow:exportClasspath' as project 'nextflow' not found in root project 'nf-hello'.
I was never able to find the root cause of this issue. I would look into but now we have someone working on a more comprehensive solution for the plugin boilerplate.
In the meantime, I just use the workaround described in #13 to build and install the plugin locally. It will overwrite the actual installed version, but it works and as a bonus it allows you to test the plugin without needing to build nextflow locally. Just pin the plugin version in your config and run with nextflow.
As per the README
I get the error
and if I try to run the command suggested, I get another error
Ideas?
running against Nextflow version
567f5334ff0d225cd95dc7b5239c4dbd64696a9a
The text was updated successfully, but these errors were encountered: