complexa-slurm
Complexa SLURM Skill
Drive slurm_utils/launch_protein_binder_search.sh,
slurm_utils/launch_laproteina_design_pipeline.sh,
slurm_utils/launch_monomer_eval_from_pdb_dir.sh, and
slurm_utils/launch_laproteina_train.sh to submit Proteina-Complexa jobs to a
remote SLURM cluster. Probe the local + cluster environment first, gather the
right flags, always preview with --dry-run and surface the resolved sbatch
to the user before submission, then submit, capture the job IDs, and emit
slurm_manifest.json for replay.
No
complexaCLI involvement. SLURM submission is bash-script-only — there is nocomplexa slurmsubcommand. The launchers source.env, rsync the repo, generate sbatch scripts, and callsbatchover SSH. Don't try to replace them withssh ... sbatch <<EOF; you'll lose rsync gating, sweeper expansion, and the--dry-runsafety net.