sbatch(1) --job-name alphafold-X alphafold-gpu.sh
Submit a batch script to SLURM
-J, --job-name=<jobname>
       Specify a name for the job allocation. The specified name will appear along with the job id number
       when  querying  running  jobs  on the system. The default is the name of the batch script, or just
       "sbatch" if the script is read on sbatch's standard input.
source manpages: sbatch