Can you tell me how to install dssp in ubuntu for GROMACS. When i execute gmx do_dssp it shows invalid command
To install DSSP using Conda in Ubuntu
Create a conda environemnt (Optional)
conda create --name dssp
Activate the environment dssp
conda activate dssp
And finally install it as
conda install -c salilab dssp
Please note that, you need to activate the dssp environment whenever you wated to use the dssp.