Task #3287
Deprecate make_ndx, use select instead
Description
We have two tools that perform very similar tasks, make_ndx and select.
gmx select is a superset of make_ndx in almost all aspects.
#request by users on extending make_ndx functionality are almost always solved by pointing them to gmx select.
Checklist
- Enable default selections in select
- Notify users
- Check that we cover all old make_ndx capabilities
History
#1 Updated by Christian Blau 12 months ago
There is a defselection.dat in share/top that defines default selections for the gmx select tool; It's used nowhere in the code.