Edinburgh-Genome-Foundry / DnaChisel

:pencil2: A versatile DNA sequence optimizer
https://edinburgh-genome-foundry.github.io/DnaChisel/
MIT License
213 stars 38 forks source link

bugfix #17

Closed Lix1993 closed 4 years ago

Lix1993 commented 4 years ago

change positional argument to named argument: EnforceTranslation(Location(1000, 2500)), → EnforceTranslation(location=Location(1000, 2500)),

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 89.297% when pulling 85f9f396e9b9a9f84563c9d17adf9709f2a10bde on Lix1993:patch-2 into 1646aa2c84fa5fb0266007914bd55a56de5afc80 on Edinburgh-Genome-Foundry:master.

Zulko commented 4 years ago

Thanks!