From 0128ab4ab4572a4611476d34ec45dae073b547e4 Mon Sep 17 00:00:00 2001 From: Dingquan Yu <44894955+dingquanyu@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:50:04 +0100 Subject: [PATCH] Update example_2.md --- example_2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example_2.md b/example_2.md index ff252822..7a48fca7 100644 --- a/example_2.md +++ b/example_2.md @@ -149,6 +149,9 @@ different number if you wish to run an array of jobs in parallel then the progra :exclamation: ```job_index``` starts from 1 + +✨ **New Features** Now AlphaPulldown supports integrative structural modelling if the user has experimental cross-link data. Please refer to [this manual](run_with_AlphaLink2.md) if you'd like to model your protein complexes with cross-link MS data as extra input. + ### Running on a computer cluster in parallel On a compute cluster, you may want to run all jobs in parallel as a [job array](https://slurm.schedmd.com/job_array.html). For example, on SLURM queuing system at EMBL we could use the following ```run_multimer_jobs_SLURM.sh``` sbatch script: