Skip to content

LOOS for a PCA - LAMMPS output #59

Answered by agrossfield
gustavmf1 asked this question in Users
Discussion options

You must be logged in to vote

I still see 2 problems. First, the options (-A name == "ZN" -S name == "ZN" should go before the required arguments. Second, you need to embed them in quotes, just like in the examples I've given you repeatedly. So, it should be something like -A 'name == "ZN"' -S 'name == "ZN"' or the shell won't interpret the whole selection string as a single argument. Instead, it's seeing the option as "-A name", followed by arguments "==" and "ZN", which it's trying to interpret as trajectories, and thus is failing.

Thus, the full correct command line should probably be:

svd -A 'name == "ZN"' -S 'name == "ZN"' GBF.pdb traj.dcd

I pointed this out above -- all of my examples have quotes around the ar…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@gustavmf1
Comment options

@agrossfield
Comment options

@gustavmf1
Comment options

@agrossfield
Comment options

@gustavmf1
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by agrossfield
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants