UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

228 option to export cadnano with no whitespace #229

Closed dave-doty closed 2 years ago

dave-doty commented 2 years ago

Adds option to export cadnano with no whitespace.

Description

Adds option to export cadnano with no whitespace.

Related Issue

228

Motivation and Context

CanDo (https://cando-dna-origami.org/) has an error if the cadnano file has whitespace.

How Has This Been Tested?

One new unit test asserting that space and newlines characters are in the file when the whitespace parameter is False, and that they are not in it when the parameter is True.

Screenshots (if appropriate):

N/A