lorenzo-rovigatti / oxDNA

A new version of the code to simulate the oxDNA/oxRNA models, now equipped with Python bindings
https://dna.physics.ox.ac.uk/
GNU General Public License v3.0
43 stars 28 forks source link

[FEATURE REQUEST] a question about oat oxDNA_PDB -p #57

Closed HalseyWang closed 1 year ago

HalseyWang commented 1 year ago

Hi, I encountered this problem when using this script, how can I solve it, thank you very much!!! LOL Can this code be enabled by multi-core calculations like other codes?

oat oxDNA_PDB -p 80 1.top r1_conf.dat 53 -H usage: oxDNA_PDB.py [-h] [-o OUTPUT] [-H] [-u] [-1] [-r RMSF_BFACTOR] topology configuration direction [pdbfiles] oxDNA_PDB.py: error: unrecognized arguments: -p

Best regards, Yue

ErikPoppleton commented 1 year ago

Hi Yue,

This script only converts a single frame to a single frame, so there's nothing to parallelize. I suppose it could be modified to convert a trajectory to a PDB trajectory, however be warned that the output file sizes would be absolutely enormous. I'll keep it in mind, but for now this isn't high on my priorities list to implement.

ErikPoppleton commented 1 year ago

That being said, there was a documentation error in that oxDNA_PDB was missing from the command line interface documentation. It has been added.

HalseyWang commented 1 year ago

Thank you very much!