Skip to content

Commit

Permalink
Minor fix, post2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Mar 27, 2018
1 parent 7e0a240 commit 55eccc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oligo-melting v2.0.1.post1
oligo-melting v2.0.1.post2
===

A Python3 package for melting temperature calculation of oligonucleotides hybridization and secondary structures.
Expand Down Expand Up @@ -64,7 +64,7 @@ The hybridization delta free energy calculation is based on the N-N thermodynami

#### Secondary structure

The `melt_second` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves.
The `melt_secstr` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves.

### As a library

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oligo-melting v2.0.1.post1
oligo-melting v2.0.1.post2
===

A Python3 package for melting temperature calculation of oligonucleotides hybridization and secondary structures.
Expand Down Expand Up @@ -64,7 +64,7 @@ The hybridization delta free energy calculation is based on the N-N thermodynami

#### Secondary structure

The `melt_second` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves.
The `melt_secstr` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves.

### As a library

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description = f.read()

setup(name='oligo_melting',
version='2.0.1.post1',
version='2.0.1.post2',
description='''A Python3 package for melting temperature calculation of
oligonucleotides hybridization and secondary structures.''',
long_description=long_description,
Expand Down

0 comments on commit 55eccc8

Please sign in to comment.