Skip to content

Commit

Permalink
Fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Paupiera authored Jul 3, 2023
1 parent 72978b3 commit 79919d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_avamb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"checkm2_ppn": "15",
"checkm2_mem_r": "30GB",
"checkm2_ppn_r": "30",
"avamb_params": " --model vae-aae -o C ",
"avamb_params": " --model vae-aae -o C --seed 0 ",
"avamb_preload": "",
"outdir": "avamb_outdir",
"min_comp": "0.9",
Expand Down

0 comments on commit 79919d8

Please sign in to comment.