Skip to content

Commit e8226ab

Browse files
committed
Fixes manifest
1 parent ba1658c commit e8226ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextflow.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ manifest {
105105
homePage = 'https://github.com/UnityHPC/alphafold3-batch'
106106
description = """Protein 3D structure batch prediction pipeline with Alphafold3"""
107107
mainScript = 'main.nf'
108+
defaultBranch = 'main'
108109
nextflowVersion = '!>=23.10.0'
109-
version = '0.1.0'
110+
version = 'v0.1.1'
110111
}
111112

112113
// Generates execution reports

0 commit comments

Comments
 (0)