Skip to content

Commit

Permalink
Dev: Update CLI run test script linux
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Sep 7, 2024
1 parent 1657455 commit 616bf30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/CLI/run_cli_tests_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ echo
$pypef hybrid -m PLMC -t TS.fasl --params PLMC --threads $threads
echo

# ## No training set given: Statistical prediction, Hybrid: pure statistical
# No training set given: Statistical prediction, Hybrid: pure statistical
$pypef hybrid -t TS.fasl --params PLMC --threads $threads
echo
$pypef hybrid -p TS.fasl --params PLMC --threads $threads
Expand Down Expand Up @@ -428,6 +428,7 @@ echo
$pypef hybrid -m HYBRIDgremlin -t TS.fasl --params GREMLIN
echo


$pypef encode -i avGFP.csv -e dca -w P42212_F64L.fasta --params uref100_avgfp_jhmmer_119_plmc_42.6.params --threads $threads
echo
$pypef encode -i avGFP.csv -e onehot -w P42212_F64L.fasta
Expand All @@ -454,7 +455,10 @@ echo
$pypef hybrid -m HYBRIDplmc -p avGFP_prediction_set.fasta --params uref100_avgfp_jhmmer_119_plmc_42.6.params --threads $threads
echo
$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
# 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
echo
$pypef hybrid -m HYBRIDgremlin --params GREMLIN --pmult --drecomb
echo

$pypef hybrid directevo -m HYBRIDplmc -w P42212_F64L.fasta --params uref100_avgfp_jhmmer_119_plmc_42.6.params
Expand Down

0 comments on commit 616bf30

Please sign in to comment.