nf-sqldb icon indicating copy to clipboard operation
nf-sqldb copied to clipboard

SQL support plugin for Nextflow

Results 12 nf-sqldb issues
Sort by recently updated
recently updated
newest added

Currently the only retrieval operation is to create a channel, however that is incompatible with queries based on existing channel. Resolving this issue requires implementation of the following construct: ```groovy...

This pull request refactors the build and plugin management system for the project, simplifying the `Makefile`, removing the root-level `plugins/build.gradle`, and updating Gradle settings for plugin management. The changes streamline...