Switch trainer from gpu to cpu for WES compatibility
Some checks failed
Code Quality Main / code-quality (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.8) (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.9) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.10) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.8) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.9) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.10) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.8) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.9) (push) Has been cancelled
Tests / code-coverage (push) Has been cancelled

This commit is contained in:
2026-03-16 15:23:55 +00:00
parent 23e37ae808
commit d053dd744f

View File

@@ -54,7 +54,7 @@ process FLOWDOCK {
visualize_sample_trajectories=false \\ visualize_sample_trajectories=false \\
auxiliary_estimation_only=false \\ auxiliary_estimation_only=false \\
esmfold_chunk_size=null \\ 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 # 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 if ls /software/flowdock/logs/sample/runs/*/rank*.pdb 2>/dev/null; then