This commit is contained in:
Aurelie Bonin
2014-01-30 10:23:20 +00:00
parent c5c4c1779f
commit 5abf3bf0e8
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,9 @@
forward_error
=============
An integer value indicating the number of mismatches between the forward
primer and its match on the sequence under consideration.
Attribute added by the programs:
- :doc:`obiuniq <../scripts/ecopcr>`

View File

@ -0,0 +1,9 @@
forward_tm
==========
An integer value indicating the Tm of the forward primer match on the
sequence under consideration.
Attribute added by the programs:
- :doc:`obiuniq <../scripts/ecopcr>`

View File

@ -0,0 +1,9 @@
reverse_error
=============
An integer value indicating the number of mismatches between the reverse
primer and its match on the sequence under consideration.
Attribute added by the programs:
- :doc:`obiuniq <../scripts/ecopcr>`

View File

@ -0,0 +1,9 @@
reverse_tm
==========
An integer value indicating the Tm of the reverse primer match on the
sequence under consideration.
Attribute added by the programs:
- :doc:`obiuniq <../scripts/ecopcr>`