Skip to content

Commit

Permalink
Dev: Update CLI run test script Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Sep 7, 2024
1 parent 616bf30 commit 604f418
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/CLI/run_cli_tests_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,13 @@ pypef hybrid -m HYBRIDplmc -p avGFP_prediction_set.fasta --params uref100_avgfp_
ExitOnExitCode
Write-Host
pypef mkps -i avGFP.csv -w P42212_F64L.fasta --drecomb
#pypef hybrid -m HYBRID --params uref100_avgfp_jhmmer_119_plmc_42.6.params --pmult --drecomb --threads $threads # many single variants for recombination, takes too long
ExitOnExitCode
Write-Host
# many single variants for recombination, takes too long
pypef hybrid -m HYBRIDplmc --params uref100_avgfp_jhmmer_119_plmc_42.6.params --pmult --drecomb --threads $threads
ExitOnExitCode
Write-Host
pypef hybrid -m HYBRIDgremlin --params GREMLIN --pmult --drecomb
ExitOnExitCode
Write-Host

Expand Down

0 comments on commit 604f418

Please sign in to comment.