Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dc01c624 authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

enforce primers constraints

parent 649f6d53
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ primer_size = 20 ...@@ -24,7 +24,7 @@ primer_size = 20
overhang_size = 4 overhang_size = 4
bsaI_size = 7 bsaI_size = 7
extern_extremity_size = primer_size + buffer_size # size of non-payload dna part at the extern extremities (start of first block and end of last block) extern_extremity_size = primer_size + overhang_size + bsaI_size + buffer_size # size of non-payload dna part at the extern extremities (start of first block and end of last block)
intern_extremity_size = overhang_size + bsaI_size + buffer_size # size of non-payload dna part at the extremities between blocks intern_extremity_size = overhang_size + bsaI_size + buffer_size # size of non-payload dna part at the extremities between blocks
max_total_block_size = 500 # maximum allowed size for a complete block max_total_block_size = 500 # maximum allowed size for a complete block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment