-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add mmcif compatibility to mdanalysis library #57
Conversation
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 22 +1
Lines 1122 1136 +14
Branches 84 85 +1
=========================================
+ Hits 1122 1136 +14
Continue to review full report at Codecov.
|
The feature is working perfectly when the client runs. Also, it works when importing manually from a script, for example: import subprocess
cmd = 'taurenmd report tests/data/pcnaA_frame0.cif tests/data/pcnaA.dcd'
p = subprocess.run(cmd.split(), capture_output=True)
print(p)
from taurenmd.libs.libmda import load_universe
load_universe('tests/data/pcnaA_frame0.cif', 'tests/data/pcnaA.dcd') But can't make it work in the test cases in |
makes no sense because they install the previous version.
Code Climate has analyzed commit b5c0ff4 and detected 0 issues on this pull request. View more on Code Climate. |
Add mmcif compatibility to mdanalysis library.
See MDAnalysis/mdanalysis#2367 (comment)