Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid cd-ing to directories #1

Open
ijpulidos opened this issue Apr 15, 2020 · 0 comments
Open

Avoid cd-ing to directories #1

ijpulidos opened this issue Apr 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ijpulidos
Copy link
Owner

ijpulidos commented Apr 15, 2020

For bash scripts and all the scripts in general it's a good idea to avoid changing the directory in the script (avoid cd command). Specifically the script do_pca.sh does this. I think it is because of a gromacs limitation, since it doesn't allow to specify paths for all the outputs to not clutter the current working directory where the script is called from... but have to check and fix if possible.

This is in order to try to avoid using absolute paths in the parameters/flags when using these scripts.

@ijpulidos ijpulidos self-assigned this Apr 15, 2020
@ijpulidos ijpulidos added the enhancement New feature or request label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant