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

cluster.py output flags fail if no directory is specified #149

Open
justinrporter opened this issue Dec 17, 2018 · 0 comments
Open

cluster.py output flags fail if no directory is specified #149

justinrporter opened this issue Dec 17, 2018 · 0 comments
Labels

Comments

@justinrporter
Copy link
Collaborator

justinrporter commented Dec 17, 2018

If a directory is not specified, then cluster.py fails at the output stage. This is v. bad.

This fails:

python ~/modules/enspara/apps/cluster.py \
  --trajectories trajectory-*.xtc \
  --topology fs-peptide.pdb \
  --algorithm khybrid \
  --cluster-number 20 \
  --subsample 10 \
  --atoms '(name N or name C or name CA)' \
  --distances fs-khybrid-clusters0020-distances.h5 \
  --center-features fs-khybrid-clusters0020-centers.pickle \
  --assignments fs-khybrid-clusters0020-assignments.h5

but this does not:

python ~/modules/enspara/apps/cluster.py \
  --trajectories trajectory-*.xtc \
  --topology fs-peptide.pdb \
  --algorithm khybrid \
  --cluster-number 20 \
  --subsample 10 \
  --atoms '(name N or name C or name CA)' \
  --distances ./fs-khybrid-clusters0020-distances.h5 \
  --center-features ./fs-khybrid-clusters0020-centers.pickle \
  --assignments ./fs-khybrid-clusters0020-assignments.h5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant