Skip to content

Commit

Permalink
Prepare the repo for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-rovigatti committed Feb 19, 2021
1 parent a02ef01 commit 76cf430
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v 1.1 (19th February 2021)
- Port the code to Python 3
- Normalise the usage and output of all the different tools
- Add a vHelix -> oxDNA converter
- Add a rpoly -> oxDNA converter
- Make the LAMMPS -> oxDNA converter support the conversion of whole trajectory files
- Add an option to the cadnano converter to output an oxview-related file
- Add RNA support to the PDB reader
- Improve the parsing of PDB files
- Fix several bugs in the PDB -> oxDNA and oxDNA -> PDB converters
- Fix several bugs in the cadnano converter

v 1.0 (19th June 2019)
- First release
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ tacoxDNA (Tools and Converters for oxDNA) is a collection of tools initially dev

A. Suma, E. Poppleton, M. Matthies, P. Šulc, F. Romano, A. A. Louis, J. P. K. Doye, C. Micheletti and L. Rovigatti, ["TacoxDNA: A user‐friendly web server for simulations of complex DNA structures, from single strands to origami"](https://doi.org/10.1002/jcc.26029), *J. Comput. Chem.* **40**, 2586 (2019)

## Requirements

* Python 3 (any version should work). If you want to stick to Python 2 check out the corresponding branch.
* `numpy`

## Tools

The sections that follow introduce the tools and their usage.

* [Generator for twisted and knotted configurations](#generator-for-twisted-and-knotted-configurations)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy

0 comments on commit 76cf430

Please sign in to comment.