We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56be503 commit 9f6ad93Copy full SHA for 9f6ad93
docs/google-bigquery.md
@@ -41,7 +41,7 @@ sql {
41
Once the configuration has been setup correctly, you can use it in the Nextflow code as shown below
42
43
```nextflow
44
-include { fromQuery } from 'plugin/nf-sqldb'
+include { fromQuery } from 'plugin/nf-bigquery'
45
46
def googleSqlQuery = """
47
SELECT *
0 commit comments