diff --git a/nextflow.config b/nextflow.config index 5895790..a1469b7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -24,4 +24,15 @@ process { container = "ghcr.io/ebi-gdp/globus-file-handler-cli:1.0.0" } -nextflow.enable.strict = true \ No newline at end of file +nextflow.enable.strict = true + +manifest { + name = 'ebi-gdp/globflow' + author = 'Benjamin Wingfield' + defaultBranch = 'main' + homePage = 'https://github.com/ebi-gdp/globflow' + description = 'Download files from Globus over HTTPS, with optional decryption on the fly' + mainScript = 'main.nf' + nextflowVersion = '>=23.10.1' + version = '0.1.0' +} \ No newline at end of file