Skip to content

Commit

Permalink
Merge pull request #534 from teodorpopescuQB/main
Browse files Browse the repository at this point in the history
Adjust configuration to use PDB100 instead of PDB70 database
  • Loading branch information
YoshitakaMo committed Aug 31, 2024
2 parents fdf3b23 + 7dd7631 commit 4e198f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MsaServer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
// this will ~2-3x speedup the execution, while requiring more cores
"parallelstages": true,
"uniref" : "~/databases/uniref30_2202_db",
"pdb" : "~/databases/pdb70_220313",
"pdb" : "~/databases/pdb100_230517",
"environmental" : "~/databases/colabfold_envdb_202108_db",
"pdb70" : "~/databases/pdb70",
"pdb70" : "~/databases/pdb100",
"pdbdivided" : "~/databases/pdb/divided",
"pdbobsolete" : "~/databases/pdb/obsolete"
},
Expand Down

0 comments on commit 4e198f5

Please sign in to comment.