Skip to content

Commit

Permalink
fix documentation typo in oxDNA_PDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPoppleton committed Dec 11, 2024
1 parent 8c1060b commit a66ce24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/src/oxDNA_analysis_tools/oxDNA_PDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def oxDNA_PDB(conf:Configuration, system:System, out_basename:str, protein_pdb_f
Convert an oxDNA file to a PDB file. Directly writes the file.
Parameters:
top_file (str) : Filename of oxDNA topology
conf_file (str) : Filename of oxDNA configuration
conf (Configuration) : The Configuration to convert
system (System) : The system topology for the configuration to convert
out_basename (str) : Filename(-.pdb) to write out to
protein_pdb_files (List[str]) : Filenames of pdb files corresponding to proteins present in the oxDNA files. Default: []
reverse (bool) : Reverse nucleic acid strands from oxDNA files (If you want 'correct' PDB files from backwards oxDNA files). Default: False
Expand Down

0 comments on commit a66ce24

Please sign in to comment.