Skip to content

Commit

Permalink
fix dev configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Oct 3, 2024
1 parent 1bee81b commit 76af9d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/dev-rescore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import cz.siret.prank.program.params.Params
* default model
* (set path relative to install_dir/models/)
*/
model = "default_rescore.model"
model = "default_rescore"

delete_models = true

Expand Down
2 changes: 1 addition & 1 deletion config/test-alphafold.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import cz.siret.prank.program.params.Params

//===========================================================================================================//

model = "alphafold.model"
model = "alphafold"

features = ["chem","volsite","protrusion"]

Expand Down
4 changes: 2 additions & 2 deletions config/test-conservation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import cz.siret.prank.program.params.Params

//===========================================================================================================//

model = "conservation_hmm.model"
model = "conservation_hmm"

features = ["chem","volsite","protrusion","bfactor","conservation"]

Expand All @@ -35,4 +35,4 @@ import cz.siret.prank.program.params.Params

visualizations = false

}
}

0 comments on commit 76af9d7

Please sign in to comment.