Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jan 30, 2024
1 parent ba04e5f commit 104fc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"alphafold2_model_preset": {
"type": "string",
"default": "monomer_ptm",
"default": "monomer",
"description": "Model preset for 'AlphaFold2' mode",
"enum": ["monomer", "monomer_casp14", "monomer_ptm", "multimer"],
"fa_icon": "fas fa-stream"
Expand Down Expand Up @@ -429,7 +429,7 @@
},
"uniref30_colabfold_link": {
"type": "string",
"default": "http://wwwuser.gwdg.de/~compbiol/colabfold/uniref30_2103.tar.gz",
"default": "https://wwwuser.gwdg.de/~compbiol/colabfold/uniref30_2202.tar.gz",
"description": "Link to the UniRef30 database",
"fa_icon": "fas fa-link"
},
Expand Down

0 comments on commit 104fc22

Please sign in to comment.