Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Apr 12, 2024
1 parent 73a49a9 commit 8f104ba
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,15 @@ process {
container = "ghcr.io/ebi-gdp/globus-file-handler-cli:1.0.0"
}

nextflow.enable.strict = true
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'
}

0 comments on commit 8f104ba

Please sign in to comment.