Getting started with plugin development
Compiling
To compile and run the tests use the following command:
Launch it with Nextflow
To test with Nextflow for development purpose:
Clone the Nextflow repo into a sibling directory
Append to the settings.gradle
in this project the following line:
Compile the plugin code
Run nextflow with this command:
Change and preview the docs
The docs are generated using Material for MkDocs. You can install the required packages as follows:
To change the docs, edit the files in the docs/ folder and run the following command to generate the docs:
To preview the docs, open the URL provided by mkdocs in your browser.