From d053dd744f9ba2e7b4c21c8f81b9653b08f56827 Mon Sep 17 00:00:00 2001 From: omic Date: Mon, 16 Mar 2026 15:23:55 +0000 Subject: [PATCH] Switch trainer from gpu to cpu for WES compatibility --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index a091e31..fd15497 100644 --- a/main.nf +++ b/main.nf @@ -54,7 +54,7 @@ process FLOWDOCK { visualize_sample_trajectories=false \\ auxiliary_estimation_only=false \\ esmfold_chunk_size=null \\ - trainer=gpu 2>&1 | tee run.log + trainer=cpu 2>&1 | tee run.log # Copy any outputs from FlowDock's log directory if they exist there if ls /software/flowdock/logs/sample/runs/*/rank*.pdb 2>/dev/null; then