The command beneath works manually within the terminal. How do I make it work as a AppleScript ?

Customers/superslow/Tasks/Alphafold/localcolabfold/colabfold-conda/bin/ colabfold_batch --amber --templates --num-recycle 1 /Customers/superslow/Tasks/Alphafold/Proteins_2_Fold/FoldProtein.fasta FoldProteinoutput

I’ve tried this script beneath which returns errors ? What’s flawed ?

set thePath to quoted type of "Customers/superslow/Tasks/Alphafold/localcolabfold/colabfold-conda/bin/"

do shell script "colabfold_batch --amber --templates --num-recycle 1 /Customers/superslow/Tasks/Alphafold/Proteins_2_Fold/FoldProtein.fasta FoldProteinoutput " & thePath

SuperSlow is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.

3