DasLab / big_library_design

MIT License
0 stars 0 forks source link

Robustness of padding code #11

Open rkretsch opened 1 year ago

rkretsch commented 1 year ago

Padding code should be organized and options documented better.

Options are the following:

Whether sequences should share same pad:

Structure of pad:

Location of pad:

Additionally robustness to the following parameters should be tested:

rkretsch commented 1 year ago

The code is updated to perform these action, but test cases and testing robustness to length of pad etc is needed.

rkretsch commented 1 year ago

A potential robustness add is the ability to mutate the polyA region (if present) or constant loop (if present) if no solution is being found (see barcode code for example).

rkretsch commented 1 year ago

Now with add_library_elements, also need to move over some of the previous barcode and padding over