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 ba1658c commit e8226abCopy full SHA for e8226ab
nextflow.config
@@ -105,8 +105,9 @@ manifest {
105
homePage = 'https://github.com/UnityHPC/alphafold3-batch'
106
description = """Protein 3D structure batch prediction pipeline with Alphafold3"""
107
mainScript = 'main.nf'
108
+ defaultBranch = 'main'
109
nextflowVersion = '!>=23.10.0'
- version = '0.1.0'
110
+ version = 'v0.1.1'
111
}
112
113
// Generates execution reports
0 commit comments