enspara
enspara copied to clipboard
Modeling molecular ensembles with scalable data structures and parallel computing
This traceback error pops when executing **enspara** Kindly assist ``` INFO:numexpr.utils:NumExpr defaulting to 8 threads. Traceback (most recent call last): File "/Users/monsurat/opt/anaconda3/bin/enspara", line 33, in sys.exit(load_entry_point('enspara==0.1.1', 'console_scripts', 'enspara')()) File "/Users/monsurat/opt/anaconda3/lib/python3.8/site-packages/enspara-0.1.1-py3.8-macosx-10.9-x86_64.egg/enspara/apps/main.py",...
This change allows loading trajectory assignment arrays of different shapes. Previously an error would be thrown by np.hstack if assignment arrays of different shapes were used, which is common when...
Fixing bug for ragged array slicing
using `starmap_async` instead of just `starmap`
This PR contributes a failing test to the RaggedArray `__setitem__` method. If `__setitem__` is called on an index that is all `False`, it chokes. Compare this to the `np.ndarray` behavior,...
``` $ python ~/projects/enspara/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)' \...
Dear enspara Team, i try to implement enspara as one of my standart analysis tools. I read in your publication from 2019 that you gave the solvent accessible surface area...