Skip to content

Commit cd585c8

Browse files
committed
Add some hybrid DCA-LLM commands to CLI scripts/"tests"
1 parent 364da02 commit cd585c8

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

scripts/CLI/run_cli_tests_linux.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,17 @@ echo
307307
$pypef hybrid extrapolation -i 37_ANEH_variants_dca_encoded.csv --conc
308308
echo
309309

310+
# 0.4.0 features: hybrid DCA-LLM modeling
311+
$pypef hybrid --ts TS.fasl --params GREMLIN --llm esm
312+
echo
313+
$pypef hybrid --ts TS.fasl --params GREMLIN --llm prosst --wt P42212_F64L.fasta --pdb GFP_AEQVI.pdb
314+
echo
315+
$pypef hybrid --ls LS.fasl --ts TS.fasl --params GREMLIN --llm esm
316+
echo
317+
$pypef hybrid --ls LS.fasl --ts TS.fasl --params GREMLIN --llm prosst --wt P42212_F64L.fasta --pdb GFP_AEQVI.pdb
318+
echo
319+
320+
310321
rm 37_ANEH_variants_plmc_dca_encoded.csv
311322
echo
312323
rm 37_ANEH_variants_gremlin_dca_encoded.csv

scripts/CLI/run_cli_tests_win.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,20 @@ pypef hybrid extrapolation -i 37_ANEH_variants_dca_encoded.csv --conc
432432
ExitOnExitCode
433433
Write-Host
434434

435+
# 0.4.0 features: hybrid DCA-LLM modeling
436+
pypef hybrid --ts TS.fasl --params GREMLIN --llm esm
437+
ExitOnExitCode
438+
Write-Host
439+
pypef hybrid --ts TS.fasl --params GREMLIN --llm prosst --wt P42212_F64L.fasta --pdb GFP_AEQVI.pdb
440+
ExitOnExitCode
441+
Write-Host
442+
pypef hybrid --ls LS.fasl --ts TS.fasl --params GREMLIN --llm esm
443+
ExitOnExitCode
444+
Write-Host
445+
pypef hybrid --ls LS.fasl --ts TS.fasl --params GREMLIN --llm prosst --wt P42212_F64L.fasta --pdb GFP_AEQVI.pdb
446+
ExitOnExitCode
447+
Write-Host
448+
435449
Remove-Item 37_ANEH_variants_plmc_dca_encoded.csv
436450
ExitOnExitCode
437451
Write-Host

scripts/ProteinGym_runs/run_performance_tests_proteingym_hybrid_dca_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def plot_csv_data(csv, plot_name):
569569

570570
compute_performances(
571571
mut_data=combined_mut_data,
572-
start_i=start_i,
572+
start_i=0,
573573
already_tested_is=already_tested_is
574574
)
575575

0 commit comments

Comments
 (0)